Package flexagon.fd.model.enums.release
Enum Class PipelineExecutionUnitTypes
java.lang.Object
java.lang.Enum<PipelineExecutionUnitTypes>
flexagon.fd.model.enums.release.PipelineExecutionUnitTypes
- All Implemented Interfaces:
Serializable,Comparable<PipelineExecutionUnitTypes>,Constable
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionbooleancanAbort()booleanbooleanbooleanbooleanbooleancanSkip()abstract Class<? extends <any>>abstract StringgetName()abstract Class<? extends Serializable>Class<? extends Serializable>static PipelineExecutionUnitTypesReturns the enum constant of this class with the specified name.static PipelineExecutionUnitTypes[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
STAGE_DEPLOY_STEP
-
STAGE_DEPLOY_ALL_STEP
-
STAGE_TEST_STEP
-
STAGE_TEST_ALL_STEP
-
STAGE_UPDATE_WORK_ITEMS_STEP
-
STAGE_UPDATE_CHANGE_TICKETS_STEP
-
STAGE_EXECUTE_ALL_STEP
-
STAGE_UTILITY_WF_STEP
-
STAGE_NOTIFICATION_STEP
-
STAGE_GROUP_STEP
-
STAGE_WAIT_STEP
-
STAGE_MANUAL_STEP
-
STAGE_SCHEDULED_STEP
-
STAGE_EXEC_ALL_UTILITY_STEP
-
STAGE_CUSTOM_SCRIPT_STEP
-
STAGE_PRE_DEPLOY_STEP
-
STAGE_PRE_DEPLOY_ALL_STEP
-
STAGE_CONFIG_BASELINE_STEP
-
STAGE_CONFIG_COMPARISON_STEP
-
STAGE_PROMOTE_STEP
-
STAGE_TEST_GATE
-
STAGE_SCAN_GATE
-
STAGE_APPROVAL_GATE
-
STAGE_EXT_APPROVAL_GATE
-
STAGE_SCHEDULED_GATE
-
STAGE_CUSTOM_SCRIPT_GATE
-
STAGE_WORK_ITEM_VALIDATION_GATE
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getName
-
getXMLDataClass
-
getXMLDataExtClass
-
getImplClass
-
getOwningApp
-
canSkip
public boolean canSkip() -
canReplay
public boolean canReplay() -
canAbort
public boolean canAbort() -
canOverride
public boolean canOverride() -
canApprove
public boolean canApprove() -
canReject
public boolean canReject()
-