| Package | Description |
|---|---|
| com.amazonaws.services.codepipeline |
|
| com.amazonaws.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
Future<RetryStageExecutionResult> |
AWSCodePipelineAsyncClient.retryStageExecutionAsync(RetryStageExecutionRequest request,
AsyncHandler<RetryStageExecutionRequest,RetryStageExecutionResult> asyncHandler) |
Future<RetryStageExecutionResult> |
AbstractAWSCodePipelineAsync.retryStageExecutionAsync(RetryStageExecutionRequest request,
AsyncHandler<RetryStageExecutionRequest,RetryStageExecutionResult> asyncHandler) |
Future<RetryStageExecutionResult> |
AWSCodePipelineAsync.retryStageExecutionAsync(RetryStageExecutionRequest retryStageExecutionRequest,
AsyncHandler<RetryStageExecutionRequest,RetryStageExecutionResult> asyncHandler)
Resumes the pipeline execution by retrying the last failed actions in a stage.
|
| Modifier and Type | Method and Description |
|---|---|
RetryStageExecutionRequest |
RetryStageExecutionRequest.clone() |
RetryStageExecutionRequest |
RetryStageExecutionRequest.withPipelineExecutionId(String pipelineExecutionId)
The ID of the pipeline execution in the failed stage to be retried.
|
RetryStageExecutionRequest |
RetryStageExecutionRequest.withPipelineName(String pipelineName)
The name of the pipeline that contains the failed stage.
|
RetryStageExecutionRequest |
RetryStageExecutionRequest.withRetryMode(StageRetryMode retryMode)
The scope of the retry attempt.
|
RetryStageExecutionRequest |
RetryStageExecutionRequest.withRetryMode(String retryMode)
The scope of the retry attempt.
|
RetryStageExecutionRequest |
RetryStageExecutionRequest.withStageName(String stageName)
The name of the failed stage to be retried.
|
Copyright © 2022. All rights reserved.