EnvMapping

data class EnvMapping(val graderHostRoot: String, val envHostRoot: String) : ConfigVerifiable

Constructors

Link copied to clipboard
constructor(graderHostRoot: String, envHostRoot: String)

Properties

Link copied to clipboard

Path visible by the host or container running the Docker engine.

Link copied to clipboard

Path visible by the host or container running the Grader application.

Functions

Link copied to clipboard

Resolves the paths in this Context.EnvMapping against the active directory of the given profile.

Link copied to clipboard
open fun verifyAll()

Verifies that the required constraints of this object is met.

Link copied to clipboard
open override fun verifyImpl()

Additional checks for verifying constraints on fields which do not implement ConfigVerifiable.