ScoreUnitGenerator

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
protected val reportIdx: Int

The index of this stage with respect to stages of this type.

Link copied to clipboard
protected abstract val runner: Runner

The Runner used to execute the pipeline stage.

Link copied to clipboard

List of ScoreReportUnit generated.

Link copied to clipboard
protected abstract val stage: PipelineStage

The PipelineStage which should generate the ScoreReportUnit.

Link copied to clipboard
protected open val stageName: String

The name of the stage.