toggle menu
zinc-grader
2024.01.99
jvm
switch theme
search in API
docker-runner
/
dev.ust.zinc.grader.pipeline.docker
/
JUnit5Compile
/
Config
Config
data
class
Config
(
val
fileList
:
List
<
PathSpec
>
,
val
classpath
:
List
<
String
>
?
,
val
flags
:
List
<
String
>
?
,
val
outDir
:
String
?
,
val
junitVersion
:
String
?
)
:
ConfigUnit
Members
Constructors
Config
Link copied to clipboard
constructor
(
fileList
:
List
<
PathSpec
>
,
classpath
:
List
<
String
>
?
,
flags
:
List
<
String
>
?
,
outDir
:
String
?
,
junitVersion
:
String
?
)
Types
Companion
Link copied to clipboard
object
Companion
:
DockerConfigParsable
Properties
classpath
Link copied to clipboard
val
classpath
:
List
<
String
>
?
file
List
Link copied to clipboard
val
fileList
:
List
<
PathSpec
>
flags
Link copied to clipboard
val
flags
:
List
<
String
>
?
junit
Version
Link copied to clipboard
val
junitVersion
:
String
?
kind
Link copied to clipboard
open
val
kind
:
PipelineStage.Kind
out
Dir
Link copied to clipboard
val
outDir
:
String
?
Functions
as
Java
Compile
Config
Link copied to clipboard
fun
asJavaCompileConfig
(
distro
:
LangDockerfile.Java
)
:
JavaCompile.Config
Converts
this
configuration into
JavaCompile.Config
.