| Package | Description |
|---|---|
| com.amazonaws.services.codepipeline |
|
| com.amazonaws.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
RetryStageExecutionResult |
AWSCodePipelineClient.retryStageExecution(RetryStageExecutionRequest request)
You can retry a stage that has failed without having to run a pipeline again from the beginning.
|
RetryStageExecutionResult |
AbstractAWSCodePipeline.retryStageExecution(RetryStageExecutionRequest request) |
RetryStageExecutionResult |
AWSCodePipeline.retryStageExecution(RetryStageExecutionRequest retryStageExecutionRequest)
You can retry a stage that has failed without having to run a pipeline again from the beginning.
|
| 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)
You can retry a stage that has failed without having to run a pipeline again from the beginning.
|
| Modifier and Type | Method and Description |
|---|---|
RetryStageExecutionResult |
RetryStageExecutionResult.clone() |
RetryStageExecutionResult |
RetryStageExecutionResult.withPipelineExecutionId(String pipelineExecutionId)
The ID of the current workflow execution in the failed stage.
|
Copyright © 2024. All rights reserved.