Uses of Class
com.amazonaws.services.codepipeline.model.DisableStageTransitionRequest
-
Packages that use DisableStageTransitionRequest Package Description com.amazonaws.services.codepipeline com.amazonaws.services.codepipeline.model -
-
Uses of DisableStageTransitionRequest in com.amazonaws.services.codepipeline
Method parameters in com.amazonaws.services.codepipeline with type arguments of type DisableStageTransitionRequest Modifier and Type Method Description Future<DisableStageTransitionResult>
AbstractAWSCodePipelineAsync. disableStageTransitionAsync(DisableStageTransitionRequest request, AsyncHandler<DisableStageTransitionRequest,DisableStageTransitionResult> asyncHandler)
Future<DisableStageTransitionResult>
AWSCodePipelineAsync. disableStageTransitionAsync(DisableStageTransitionRequest disableStageTransitionRequest, AsyncHandler<DisableStageTransitionRequest,DisableStageTransitionResult> asyncHandler)
Prevents artifacts in a pipeline from transitioning to the next stage in the pipeline.Future<DisableStageTransitionResult>
AWSCodePipelineAsyncClient. disableStageTransitionAsync(DisableStageTransitionRequest request, AsyncHandler<DisableStageTransitionRequest,DisableStageTransitionResult> asyncHandler)
-
Uses of DisableStageTransitionRequest in com.amazonaws.services.codepipeline.model
Methods in com.amazonaws.services.codepipeline.model that return DisableStageTransitionRequest Modifier and Type Method Description DisableStageTransitionRequest
DisableStageTransitionRequest. clone()
DisableStageTransitionRequest
DisableStageTransitionRequest. withPipelineName(String pipelineName)
The name of the pipeline in which you want to disable the flow of artifacts from one stage to another.DisableStageTransitionRequest
DisableStageTransitionRequest. withReason(String reason)
The reason given to the user why a stage is disabled, such as waiting for manual approval or manual tests.DisableStageTransitionRequest
DisableStageTransitionRequest. withStageName(String stageName)
The name of the stage where you want to disable the inbound or outbound transition of artifacts.DisableStageTransitionRequest
DisableStageTransitionRequest. withTransitionType(StageTransitionType transitionType)
Specifies whether artifacts will be 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).DisableStageTransitionRequest
DisableStageTransitionRequest. withTransitionType(String transitionType)
Specifies whether artifacts will be 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).
-