PerElem
class PerElem(val runner: Runner, val stage: PipelineStage, displayName: String, elements: Int?, policy: ConfigUnit.PerElemScorable.Policy?) : ScoreGenerator
ScoreGenerator for pipeline stages which use ConfigUnit.PerElemScorable as its scoring policy.
Constructors
Link copied to clipboard
constructor(runner: Runner, stage: PipelineStage, displayName: String, elements: Int?, policy: ConfigUnit.PerElemScorable.Policy?)
Properties
Link copied to clipboard
ScoreUnitAggregator for reducing all generated ScoreReportUnit into a single aggregated score for the stage.
Link copied to clipboard
ScoreUnitGenerator for generating ScoreReportUnit from some arbitrary input of the pipeline stage.
Link copied to clipboard
The score of this report unit.
Link copied to clipboard
List of ScoreReportUnit generated.
Link copied to clipboard
The PipelineStage which should generate the scoring-related information.