PipelineStage

data class PipelineStage(val actions: List<PipelineStageAction>, val name: String)

Constructors

Link copied to clipboard
constructor(actions: List<PipelineStageAction>, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The action(s) to include in the stage. Defined as an action block below

Link copied to clipboard

The name of the stage.