Enum Class ReleaseTaskNames
- All Implemented Interfaces:
Serializable,Comparable<ReleaseTaskNames>,Constable
Task descriptions.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptiongetGitWorkingBranch task.nextVersion task.release task.Release version task. -
Method Summary
Modifier and TypeMethodDescriptionGet the task description.getName()Get the task name.static ReleaseTaskNamesReturns the enum constant of this class with the specified name.static ReleaseTaskNames[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
RELEASE
release task. -
RELEASE_VERSION
Release version task. -
NEXT_SNAPSHOT_VERSION
nextVersion task. -
GET_GIT_WORKING_BRANCH
getGitWorkingBranch task.
-
-
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
Get the task name.- Returns:
- task name.
-
getDescription
Get the task description.- Returns:
- task description.
-