StageReportUnit

abstract class StageReportUnit(clazzInstance: Any?) : ReportUnit

Inheritors

Constructors

Link copied to clipboard
constructor()
private constructor(clazzInstance: Any?)

Types

Link copied to clipboard
class Aggregate(val reports: List<ReportUnit>) : StageReportUnit
Link copied to clipboard
interface Executable

Marker interface to indicate that a StageReportUnit is generated by running an external executable.

Link copied to clipboard
class Failed(clazz: Any) : StageReportUnit
Link copied to clipboard
interface Scorable

Marker interface to indicate that a StageReportUnit supports scoring.

Properties

Link copied to clipboard
abstract val hasTimedOut: Boolean

Whether the stage execution has timed out.

Link copied to clipboard
abstract val isSuccess: Boolean

Whether the stage execution has succeeded with no errors.

Link copied to clipboard