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.

Represents information about an execution of a pipeline.

Inheritance Hierarchy

System.Object
  Amazon.CodePipeline.Model.PipelineExecution

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

Syntax

C#
public class PipelineExecution

The PipelineExecution type exposes the following members

Constructors

NameDescription
Public Method PipelineExecution()

Properties

NameTypeDescription
Public Property ArtifactRevisions System.Collections.Generic.List<Amazon.CodePipeline.Model.ArtifactRevision>

Gets and sets the property ArtifactRevisions.

A list of ArtifactRevision objects included in a pipeline execution.

Public Property ExecutionMode Amazon.CodePipeline.ExecutionMode

Gets and sets the property ExecutionMode.

The method that the pipeline will use to handle multiple executions. The default mode is SUPERSEDED.

Public Property PipelineExecutionId System.String

Gets and sets the property PipelineExecutionId.

The ID of the pipeline execution.

Public Property PipelineName System.String

Gets and sets the property PipelineName.

The name of the pipeline with the specified pipeline execution.

Public Property PipelineVersion System.Int32

Gets and sets the property PipelineVersion.

The version number of the pipeline with the specified pipeline execution.

Public Property Status Amazon.CodePipeline.PipelineExecutionStatus

Gets and sets the property Status.

The status of the pipeline execution.

  • Cancelled: The pipeline’s definition was updated before the pipeline execution could be completed.

  • InProgress: The pipeline execution is currently running.

  • Stopped: The pipeline execution was manually stopped. For more information, see Stopped Executions.

  • Stopping: The pipeline execution received a request to be manually stopped. Depending on the selected stop mode, the execution is either completing or abandoning in-progress actions. For more information, see Stopped Executions.

  • Succeeded: The pipeline execution was completed successfully.

  • Superseded: While this pipeline execution was waiting for the next stage to be completed, a newer pipeline execution advanced and continued through the pipeline instead. For more information, see Superseded Executions.

  • Failed: The pipeline execution was not completed successfully.

Public Property StatusSummary System.String

Gets and sets the property StatusSummary.

A summary that contains a description of the pipeline execution status.

Public Property Trigger Amazon.CodePipeline.Model.ExecutionTrigger

Gets and sets the property Trigger.

Public Property Variables System.Collections.Generic.List<Amazon.CodePipeline.Model.ResolvedPipelineVariable>

Gets and sets the property Variables.

A list of pipeline variables used for the pipeline execution.

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