Total

class Total(val runner: Runner, val stage: PipelineStage, val stageNameUser: String, val report: XUnitReport?, maxScore: Double?) : XUnitScoreUnitGenerator

XUnitScoreUnitGenerator for total-based score accumulation policy.

Parameters

maxScore

The maximum score to scale to, or null if scoring is disabled.

Constructors

Link copied to clipboard
constructor(runner: Runner, stage: PipelineStage, stageNameUser: String, report: XUnitReport?, maxScore: Double?)

Properties

Link copied to clipboard
protected open override val report: XUnitReport?

XUnitReport generated by the pipeline stage.

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>?

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 override val stageName: String

The name of the stage.

Link copied to clipboard
protected open override val stageNameUser: String

The name of the pipeline stage as shown to users.

Functions

Link copied to clipboard