PipelineStageTransitionArgs

data class PipelineStageTransitionArgs(val reason: Output<String>, val stageName: Output<String>) : ConvertibleToJava<PipelineStageTransitionArgs>

The name of the pipeline in which you want to disable the flow of artifacts from one stage to another.

Constructors

Link copied to clipboard
constructor(reason: Output<String>, stageName: Output<String>)

Properties

Link copied to clipboard
val reason: Output<String>

The reason given to the user that a stage is disabled, such as waiting for manual approval or manual tests. This message is displayed in the pipeline console UI.

Link copied to clipboard
val stageName: Output<String>

The name of the stage where you want to disable the inbound or outbound transition of artifacts.

Functions

Link copied to clipboard
open override fun toJava(): PipelineStageTransitionArgs