toggle menu
zinc-grader
2024.01.99
jvm
switch theme
search in API
docker-runner
/
dev.ust.zinc.grader.pipeline.docker
/
FileStructureValidation
/
Report
Report
data
class
Report
(
val
hasTimedOut
:
Boolean
,
val
exitCode
:
Int
,
val
stderr
:
List
<
String
>
,
val
missingPaths
:
List
<
String
>
,
val
extraPaths
:
List
<
String
>
)
:
DockerPipelineStage.ExecutableReport
Members
Constructors
Report
Link copied to clipboard
constructor
(
hasTimedOut
:
Boolean
,
exitCode
:
Int
,
stderr
:
List
<
String
>
,
missingPaths
:
List
<
String
>
,
extraPaths
:
List
<
String
>
)
Properties
exit
Code
Link copied to clipboard
open
override
val
exitCode
:
Int
extra
Paths
Link copied to clipboard
val
extraPaths
:
List
<
String
>
has
Timed
Out
Link copied to clipboard
open
override
val
hasTimedOut
:
Boolean
is
Matched
Link copied to clipboard
val
isMatched
:
Boolean
is
Success
Link copied to clipboard
open
override
val
isSuccess
:
Boolean
missing
Paths
Link copied to clipboard
val
missingPaths
:
List
<
String
>
stage
Name
Link copied to clipboard
val
stageName
:
String
stderr
Link copied to clipboard
open
override
val
stderr
:
List
<
String
>
stdout
Link copied to clipboard
open
override
val
stdout
:
List
<
String
>
?
=
null