C# Class Amazon.CodePipeline.JobStatus

Constants used for properties of type JobStatus.
Inheritance: ConstantClass
Show file Open project: aws/aws-sdk-net

Public Properties

Property Type Description
Created JobStatus
Dispatched JobStatus
Failed JobStatus
InProgress JobStatus
Queued JobStatus
Succeeded JobStatus
TimedOut JobStatus

Public Methods

Method Description
FindValue ( string value ) : JobStatus

Finds the constant for the unique value.

JobStatus ( string value ) : System

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.

Method Details

FindValue() public static method

Finds the constant for the unique value.
public static FindValue ( string value ) : JobStatus
value string The unique value for the constant
return JobStatus

JobStatus() public method

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.
public JobStatus ( string value ) : System
value string
return System

Property Details

Created public static property

Constant Created for JobStatus
public static JobStatus,Amazon.CodePipeline Created
return JobStatus

Dispatched public static property

Constant Dispatched for JobStatus
public static JobStatus,Amazon.CodePipeline Dispatched
return JobStatus

Failed public static property

Constant Failed for JobStatus
public static JobStatus,Amazon.CodePipeline Failed
return JobStatus

InProgress public static property

Constant InProgress for JobStatus
public static JobStatus,Amazon.CodePipeline InProgress
return JobStatus

Queued public static property

Constant Queued for JobStatus
public static JobStatus,Amazon.CodePipeline Queued
return JobStatus

Succeeded public static property

Constant Succeeded for JobStatus
public static JobStatus,Amazon.CodePipeline Succeeded
return JobStatus

TimedOut public static property

Constant TimedOut for JobStatus
public static JobStatus,Amazon.CodePipeline TimedOut
return JobStatus