DisableStageTransitionRequest
Represents the input of a DisableStageTransition
action.
Types
Properties
Link copied to clipboard
The name of the pipeline in which you want to disable the flow of artifacts from one stage to another.
Link copied to clipboard
Specifies whether artifacts are prevented from transitioning into the stage and being processed by the actions in that stage (inbound), or prevented from transitioning from the stage after they have been processed by the actions in that stage (outbound).
Functions
Link copied to clipboard
inline fun copy(block: DisableStageTransitionRequest.Builder.() -> Unit = {}): DisableStageTransitionRequest