| Package | Description |
|---|---|
| com.amazonaws.services.codepipeline |
|
| com.amazonaws.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
Future<EnableStageTransitionResult> |
AbstractAWSCodePipelineAsync.enableStageTransitionAsync(EnableStageTransitionRequest request,
AsyncHandler<EnableStageTransitionRequest,EnableStageTransitionResult> asyncHandler) |
Future<EnableStageTransitionResult> |
AWSCodePipelineAsync.enableStageTransitionAsync(EnableStageTransitionRequest enableStageTransitionRequest,
AsyncHandler<EnableStageTransitionRequest,EnableStageTransitionResult> asyncHandler)
Enables artifacts in a pipeline to transition to a stage in a pipeline.
|
Future<EnableStageTransitionResult> |
AWSCodePipelineAsyncClient.enableStageTransitionAsync(EnableStageTransitionRequest request,
AsyncHandler<EnableStageTransitionRequest,EnableStageTransitionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
EnableStageTransitionRequest |
EnableStageTransitionRequest.clone() |
EnableStageTransitionRequest |
EnableStageTransitionRequest.withPipelineName(String pipelineName)
The name of the pipeline in which you want to enable the flow of artifacts from one stage to another.
|
EnableStageTransitionRequest |
EnableStageTransitionRequest.withStageName(String stageName)
The name of the stage where you want to enable the transition of artifacts, either into the stage (inbound) or
from that stage to the next stage (outbound).
|
EnableStageTransitionRequest |
EnableStageTransitionRequest.withTransitionType(StageTransitionType transitionType)
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).
|
EnableStageTransitionRequest |
EnableStageTransitionRequest.withTransitionType(String transitionType)
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).
|
Copyright © 2024. All rights reserved.