EnableStageTransitionRequest
Represents the input of an EnableStageTransition
action.
Types
Properties
Link copied to clipboard
The name of the pipeline in which you want to enable the flow of artifacts from one stage to another.
Link copied to clipboard
Specifies whether artifacts are allowed to enter the stage and be processed by the actions in that stage (inbound) or whether already processed artifacts are allowed to transition to the next stage (outbound).
Functions
Link copied to clipboard
inline fun copy(block: EnableStageTransitionRequest.Builder.() -> Unit = {}): EnableStageTransitionRequest