Enum Class IssueAction

java.lang.Object
java.lang.Enum<IssueAction>
org.osid.tracking.IssueAction
All Implemented Interfaces:
Serializable, Comparable<IssueAction>, Constable

public enum IssueAction extends Enum<IssueAction>
This enumeration contains the possible issue action types.
  • Enum Constant Details

    • OPENED

      public static final IssueAction OPENED
      the issue was opened
    • REOPENED

      public static final IssueAction REOPENED
      the issue was reopened
    • ASSIGNED

      public static final IssueAction ASSIGNED
      the issue was assigned
    • FORWARDED

      public static final IssueAction FORWARDED
      the issue was unassigned by the assignee
    • MESSAGE_SENT

      public static final IssueAction MESSAGE_SENT
      a message was sent to or from the customer
    • COMMENTED

      public static final IssueAction COMMENTED
      a comment was added to the log
    • UPDATED

      public static final IssueAction UPDATED
      the issue was updated
    • BLOCKED

      public static final IssueAction BLOCKED
      the issue is blocked on other issues
    • UNBLOCKED

      public static final IssueAction UNBLOCKED
      the blocking issues were closed
    • RESOLVED

      public static final IssueAction RESOLVED
      the issue was resolved
    • CLOSED

      public static final IssueAction CLOSED
      the issue was closed
  • Method Details

    • values

      public static IssueAction[] 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

      public static IssueAction valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • getDisplayName

      public String getDisplayName()
    • getDescription

      public String getDescription()