C# Class Amazon.CodePipeline.JobStatus

Constants used for properties of type JobStatus.
Inheritance: ConstantClass
Afficher le fichier Open project: aws/aws-sdk-net

Méthodes publiques

Свойство Type Description
Created JobStatus
Dispatched JobStatus
Failed JobStatus
InProgress JobStatus
Queued JobStatus
Succeeded JobStatus
TimedOut JobStatus

Méthodes publiques

Méthode 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 méthode

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

JobStatus() public méthode

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
Résultat System

Property Details

Created public_oe static_oe property

Constant Created for JobStatus
public static JobStatus,Amazon.CodePipeline Created
Résultat JobStatus

Dispatched public_oe static_oe property

Constant Dispatched for JobStatus
public static JobStatus,Amazon.CodePipeline Dispatched
Résultat JobStatus

Failed public_oe static_oe property

Constant Failed for JobStatus
public static JobStatus,Amazon.CodePipeline Failed
Résultat JobStatus

InProgress public_oe static_oe property

Constant InProgress for JobStatus
public static JobStatus,Amazon.CodePipeline InProgress
Résultat JobStatus

Queued public_oe static_oe property

Constant Queued for JobStatus
public static JobStatus,Amazon.CodePipeline Queued
Résultat JobStatus

Succeeded public_oe static_oe property

Constant Succeeded for JobStatus
public static JobStatus,Amazon.CodePipeline Succeeded
Résultat JobStatus

TimedOut public_oe static_oe property

Constant TimedOut for JobStatus
public static JobStatus,Amazon.CodePipeline TimedOut
Résultat JobStatus