toggle menu
zinc-grader
2024.01.99
jvm
switch theme
search in API
docker-runner
/
dev.ust.zinc.grader.pipeline.docker
/
DockerPipelineStage
/
ExecutableReport
Executable
Report
abstract
class
ExecutableReport
:
StageReportUnit
,
StageReportUnit.Executable
Base report type used by all
DockerPipelineStage
.
Inheritors
Report
Report
Report
Report
Report
Report
Report
Report
Report
Report
Report
Report
Report
Report
Members
Constructors
Executable
Report
Link copied to clipboard
constructor
(
)
Properties
exit
Code
Link copied to clipboard
abstract
val
exitCode
:
Int
has
Timed
Out
Link copied to clipboard
abstract
val
hasTimedOut
:
Boolean
is
Success
Link copied to clipboard
open
override
val
isSuccess
:
Boolean
stage
Name
Link copied to clipboard
val
stageName
:
String
stderr
Link copied to clipboard
abstract
val
stderr
:
List
<
String
>
?
stdout
Link copied to clipboard
abstract
val
stdout
:
List
<
String
>
?