Enum Class OutputVars
- All Implemented Interfaces:
- Serializable,- Comparable<OutputVars>,- Constable
The output variables. 
- Author:
- Julb.
- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum ConstantsEnum ConstantDescriptionThe Docker tag.The Docker tag with major if applicable.The Docker tag with minor if applicable.The Docker tag with patch if applicable.The Git tag.The Git tag with major if applicable.The Git tag with minor if applicable.The Git tag with patch if applicable.The next major version.The next major version.The next minor version.The next minor version.The next minor version.The next minor version.The run branch.The run branch ref.The target branch.The target branch ref.The trigger branch.The trigger branch ref.The version.The build version.The major version.The minor version.The patch version.The suffix version.
- 
Method SummaryModifier and TypeMethodDescriptionkey()Getter for property key.static OutputVarsReturns the enum constant of this class with the specified name.static OutputVars[]values()Returns an array containing the constants of this enum class, in the order they are declared.
- 
Enum Constant Details- 
VERSIONThe version.
- 
GIT_TAGThe Git tag.
- 
GIT_TAG_MAJORThe Git tag with major if applicable.
- 
GIT_TAG_MINORThe Git tag with minor if applicable.
- 
GIT_TAG_PATCHThe Git tag with patch if applicable.
- 
DOCKER_TAGThe Docker tag.
- 
DOCKER_TAG_MAJORThe Docker tag with major if applicable.
- 
DOCKER_TAG_MINORThe Docker tag with minor if applicable.
- 
DOCKER_TAG_PATCHThe Docker tag with patch if applicable.
- 
VERSION_MAJORThe major version.
- 
VERSION_MINORThe minor version.
- 
VERSION_PATCHThe patch version.
- 
VERSION_SUFFIXThe suffix version.
- 
VERSION_BUILDThe build version.
- 
NEXT_MAJOR_VERSIONThe next major version.
- 
NEXT_MINOR_VERSIONThe next minor version.
- 
NEXT_PATCH_VERSIONThe next minor version.
- 
NEXT_MAJOR_SNAPSHOT_VERSIONThe next major version.
- 
NEXT_MINOR_SNAPSHOT_VERSIONThe next minor version.
- 
NEXT_PATCH_SNAPSHOT_VERSIONThe next minor version.
- 
TRIGGER_BRANCHThe trigger branch.
- 
TRIGGER_BRANCH_REFThe trigger branch ref.
- 
RUN_BRANCHThe run branch.
- 
RUN_BRANCH_REFThe run branch ref.
- 
TARGET_BRANCHThe target branch.
- 
TARGET_BRANCH_REFThe target branch ref.
 
- 
- 
Method Details- 
valuesReturns 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
 
- 
valueOfReturns 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 name
- NullPointerException- if the argument is null
 
- 
keyGetter for property key.- Returns:
- Value of property key.
 
 
-