Enum Class IssueAction
- All Implemented Interfaces:
Serializable, Comparable<IssueAction>, Constable
This enumeration contains the possible issue action types.
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionthe issue was assignedthe issue is blocked on other issuesthe issue was closeda comment was added to the logthe issue was unassigned by the assigneea message was sent to or from the customerthe issue was openedthe issue was reopenedthe issue was resolvedthe blocking issues were closedthe issue was updated -
Method Summary
Modifier and TypeMethodDescriptionstatic IssueActionReturns the enum constant of this class with the specified name.static IssueAction[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
OPENED
the issue was opened -
REOPENED
the issue was reopened -
ASSIGNED
the issue was assigned -
FORWARDED
the issue was unassigned by the assignee -
MESSAGE_SENT
a message was sent to or from the customer -
COMMENTED
a comment was added to the log -
UPDATED
the issue was updated -
BLOCKED
the issue is blocked on other issues -
UNBLOCKED
the blocking issues were closed -
RESOLVED
the issue was resolved -
CLOSED
the issue was closed
-
-
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
-
getDisplayName
-
getDescription
-