C# Class Amazon.CodeBuild.BuildPhaseType

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

Méthodes publiques

Свойство Type Description
BUILD BuildPhaseType
COMPLETED BuildPhaseType
DOWNLOAD_SOURCE BuildPhaseType
FINALIZING BuildPhaseType
INSTALL BuildPhaseType
POST_BUILD BuildPhaseType
PRE_BUILD BuildPhaseType
PROVISIONING BuildPhaseType
SUBMITTED BuildPhaseType
UPLOAD_ARTIFACTS BuildPhaseType

Méthodes publiques

Méthode Description
BuildPhaseType ( 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.

FindValue ( string value ) : BuildPhaseType

Finds the constant for the unique value.

Method Details

BuildPhaseType() 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 BuildPhaseType ( string value ) : System
value string
Résultat System

FindValue() public static méthode

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

Property Details

BUILD public_oe static_oe property

Constant BUILD for BuildPhaseType
public static BuildPhaseType,Amazon.CodeBuild BUILD
Résultat BuildPhaseType

COMPLETED public_oe static_oe property

Constant COMPLETED for BuildPhaseType
public static BuildPhaseType,Amazon.CodeBuild COMPLETED
Résultat BuildPhaseType

DOWNLOAD_SOURCE public_oe static_oe property

Constant DOWNLOAD_SOURCE for BuildPhaseType
public static BuildPhaseType,Amazon.CodeBuild DOWNLOAD_SOURCE
Résultat BuildPhaseType

FINALIZING public_oe static_oe property

Constant FINALIZING for BuildPhaseType
public static BuildPhaseType,Amazon.CodeBuild FINALIZING
Résultat BuildPhaseType

INSTALL public_oe static_oe property

Constant INSTALL for BuildPhaseType
public static BuildPhaseType,Amazon.CodeBuild INSTALL
Résultat BuildPhaseType

POST_BUILD public_oe static_oe property

Constant POST_BUILD for BuildPhaseType
public static BuildPhaseType,Amazon.CodeBuild POST_BUILD
Résultat BuildPhaseType

PRE_BUILD public_oe static_oe property

Constant PRE_BUILD for BuildPhaseType
public static BuildPhaseType,Amazon.CodeBuild PRE_BUILD
Résultat BuildPhaseType

PROVISIONING public_oe static_oe property

Constant PROVISIONING for BuildPhaseType
public static BuildPhaseType,Amazon.CodeBuild PROVISIONING
Résultat BuildPhaseType

SUBMITTED public_oe static_oe property

Constant SUBMITTED for BuildPhaseType
public static BuildPhaseType,Amazon.CodeBuild SUBMITTED
Résultat BuildPhaseType

UPLOAD_ARTIFACTS public_oe static_oe property

Constant UPLOAD_ARTIFACTS for BuildPhaseType
public static BuildPhaseType,Amazon.CodeBuild UPLOAD_ARTIFACTS
Résultat BuildPhaseType