AWS SDK Version 2 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.

.NET Framework 3.5
 
Represents information about a pipeline to a job worker.

Inheritance Hierarchy

System.Object
  Amazon.CodePipeline.Model.PipelineContext

Namespace: Amazon.CodePipeline.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class PipelineContext : Object

The PipelineContext type exposes the following members

Constructors

NameDescription
Public Method PipelineContext()

Properties

NameTypeDescription
Public Property Action Amazon.CodePipeline.Model.ActionContext Gets and sets the property Action.
Public Property PipelineName System.String Gets and sets the property PipelineName.

The name of the pipeline. This is a user-specified value. Pipeline names must be unique across all pipeline names under an Amazon Web Services account.

Public Property Stage Amazon.CodePipeline.Model.StageContext Gets and sets the property Stage.

The stage of the pipeline.

Version Information

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