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.

Summary information about a pipeline execution.

Inheritance Hierarchy

System.Object
  Amazon.CodePipeline.Model.PipelineExecutionSummary

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

Syntax

C#
public class PipelineExecutionSummary

The PipelineExecutionSummary type exposes the following members

Constructors

NameDescription
Public Method PipelineExecutionSummary()

Properties

NameTypeDescription
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 LastUpdateTime System.DateTime

Gets and sets the property LastUpdateTime.

The date and time of the last change to the pipeline execution, in timestamp format.

Public Property PipelineExecutionId System.String

Gets and sets the property PipelineExecutionId.

The ID of the pipeline execution.

Public Property SourceRevisions System.Collections.Generic.List<Amazon.CodePipeline.Model.SourceRevision>

Gets and sets the property SourceRevisions.

A list of the source artifact revisions that initiated a pipeline execution.

Public Property StartTime System.DateTime

Gets and sets the property StartTime.

The date and time when the pipeline execution began, in timestamp format.

Public Property Status Amazon.CodePipeline.PipelineExecutionStatus

Gets and sets the property Status.

The status of the pipeline execution.

  • 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 StopTrigger Amazon.CodePipeline.Model.StopExecutionTrigger

Gets and sets the property StopTrigger.

The interaction that stopped a pipeline execution.

Public Property Trigger Amazon.CodePipeline.Model.ExecutionTrigger

Gets and sets the property Trigger.

The interaction or event that started a pipeline execution, such as automated change detection or a StartPipelineExecution API call.

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