AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the RetryStageExecution operation. You can retry a stage that has failed without having to run a pipeline again from the beginning. You do this by either retrying the failed actions in a stage or by retrying all actions in the stage starting from the first action in the stage. When you retry the failed actions in a stage, all actions that are still in progress continue working, and failed actions are triggered again. When you retry a failed stage from the first action in the stage, the stage cannot have any actions in progress. Before a stage can be retried, it must either have all actions failed or some actions failed and some succeeded.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.CodePipeline.AmazonCodePipelineRequest
      Amazon.CodePipeline.Model.RetryStageExecutionRequest

Namespace: Amazon.CodePipeline.Model
Assembly: AWSSDK.CodePipeline.dll
Version: 3.x.y.z

Syntax

C#
public class RetryStageExecutionRequest : AmazonCodePipelineRequest
         IAmazonWebServiceRequest

The RetryStageExecutionRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property PipelineExecutionId System.String

Gets and sets the property PipelineExecutionId.

The ID of the pipeline execution in the failed stage to be retried. Use the GetPipelineState action to retrieve the current pipelineExecutionId of the failed stage

Public Property PipelineName System.String

Gets and sets the property PipelineName.

The name of the pipeline that contains the failed stage.

Public Property RetryMode Amazon.CodePipeline.StageRetryMode

Gets and sets the property RetryMode.

The scope of the retry attempt.

Public Property StageName System.String

Gets and sets the property StageName.

The name of the failed stage to be retried.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5