Uses of Class
com.amazonaws.services.codepipeline.model.DisableStageTransitionRequest
Packages that use DisableStageTransitionRequest
-
Uses of DisableStageTransitionRequest in com.amazonaws.services.codepipeline
Methods in com.amazonaws.services.codepipeline with parameters of type DisableStageTransitionRequestModifier and TypeMethodDescriptionAbstractAWSCodePipeline.disableStageTransition
(DisableStageTransitionRequest request) AWSCodePipeline.disableStageTransition
(DisableStageTransitionRequest disableStageTransitionRequest) Prevents artifacts in a pipeline from transitioning to the next stage in the pipeline.AWSCodePipelineClient.disableStageTransition
(DisableStageTransitionRequest disableStageTransitionRequest) Prevents artifacts in a pipeline from transitioning to the next stage in the pipeline.AbstractAWSCodePipelineAsync.disableStageTransitionAsync
(DisableStageTransitionRequest request) AbstractAWSCodePipelineAsync.disableStageTransitionAsync
(DisableStageTransitionRequest request, AsyncHandler<DisableStageTransitionRequest, DisableStageTransitionResult> asyncHandler) AWSCodePipelineAsync.disableStageTransitionAsync
(DisableStageTransitionRequest disableStageTransitionRequest) Prevents artifacts in a pipeline from transitioning to the next stage in the pipeline.AWSCodePipelineAsync.disableStageTransitionAsync
(DisableStageTransitionRequest disableStageTransitionRequest, AsyncHandler<DisableStageTransitionRequest, DisableStageTransitionResult> asyncHandler) Prevents artifacts in a pipeline from transitioning to the next stage in the pipeline.AWSCodePipelineAsyncClient.disableStageTransitionAsync
(DisableStageTransitionRequest request) AWSCodePipelineAsyncClient.disableStageTransitionAsync
(DisableStageTransitionRequest request, AsyncHandler<DisableStageTransitionRequest, DisableStageTransitionResult> asyncHandler) Method parameters in com.amazonaws.services.codepipeline with type arguments of type DisableStageTransitionRequestModifier and TypeMethodDescriptionAbstractAWSCodePipelineAsync.disableStageTransitionAsync
(DisableStageTransitionRequest request, AsyncHandler<DisableStageTransitionRequest, DisableStageTransitionResult> asyncHandler) AWSCodePipelineAsync.disableStageTransitionAsync
(DisableStageTransitionRequest disableStageTransitionRequest, AsyncHandler<DisableStageTransitionRequest, DisableStageTransitionResult> asyncHandler) Prevents artifacts in a pipeline from transitioning to the next stage in the pipeline.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 DisableStageTransitionRequestModifier and TypeMethodDescriptionDisableStageTransitionRequest.clone()
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.withReason
(String reason) The reason given to the user why a stage is disabled, such as waiting for manual approval or manual tests.DisableStageTransitionRequest.withStageName
(String stageName) The name of the stage where you want to disable the inbound or outbound transition of artifacts.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.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).