toggle menu
zinc-grader
2024.01.99
jvm
switch theme
search in API
runner-api
/
dev.ust.zinc.grader.pipeline.local
/
Score
/
Report
Report
data
class
Report
(
val
_score
:
Double
,
val
_gradedTotal
:
Double
,
val
_maxTotal
:
Double
)
:
StageReportUnit
Members
Constructors
Report
Link copied to clipboard
constructor
(
_score
:
Double
,
_gradedTotal
:
Double
,
_maxTotal
:
Double
)
Properties
_graded
Total
Link copied to clipboard
private
val
_gradedTotal
:
Double
_max
Total
Link copied to clipboard
private
val
_maxTotal
:
Double
_score
Link copied to clipboard
private
val
_score
:
Double
graded
Total
Link copied to clipboard
val
gradedTotal
:
Double
has
Timed
Out
Link copied to clipboard
open
override
val
hasTimedOut
:
Boolean
=
false
Whether the stage execution has timed out.
is
Success
Link copied to clipboard
open
override
val
isSuccess
:
Boolean
=
true
Whether the stage execution has succeeded with no errors.
max
Total
Link copied to clipboard
val
maxTotal
:
Double
score
Link copied to clipboard
val
score
:
Double
stage
Name
Link copied to clipboard
val
stageName
:
String