NullScoreUnitGenerator

A ScoreUnitGenerator which always generates null ScoreReportUnit.

This implementation is mainly used for StandardScoreGenerators.Disabled, or equivalent ScoreGenerator implementations which has unconditional score-disabled behavior.

Constructors

Link copied to clipboard
constructor(runner: Runner, stage: PipelineStage)

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 open override val runner: Runner

The Runner used to execute the pipeline stage.

Link copied to clipboard
open override val scoreUnits: List<ScoreReportUnit>? = null

List of ScoreReportUnit generated.

Link copied to clipboard
protected open override val stage: PipelineStage

The PipelineStage which should generate the ScoreReportUnit.

Link copied to clipboard
protected open val stageName: String

The name of the stage.