| Package | Description |
|---|---|
| com.amazonaws.services.codepipeline |
|
| com.amazonaws.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DisableStageTransitionResult> |
AbstractAWSCodePipelineAsync.disableStageTransitionAsync(DisableStageTransitionRequest request,
AsyncHandler<DisableStageTransitionRequest,DisableStageTransitionResult> asyncHandler) |
Future<DisableStageTransitionResult> |
AWSCodePipelineAsyncClient.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.
|
| Modifier and Type | Method and 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 that 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 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).
|
DisableStageTransitionRequest |
DisableStageTransitionRequest.withTransitionType(String transitionType)
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).
|
Copyright © 2023. All rights reserved.