com.atlassian.jira.issue
Class ActionConstants

java.lang.Object
  extended by com.atlassian.jira.issue.ActionConstants

public final class ActionConstants
extends Object

A holder for constants representing each type of Action in the sense that comment and worklog entities were known as Actions. This should not be confused with Webwork Actions.


Field Summary
static String TYPE_COMMENT
          A comment on an issue that has an author, a body, and optionally, a group level and role level.
static String TYPE_FIELDCHANGE
           
static String TYPE_WORKLOG
          A work log entry.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE_COMMENT

public static final String TYPE_COMMENT
A comment on an issue that has an author, a body, and optionally, a group level and role level.

See Also:
Constant Field Values

TYPE_FIELDCHANGE

public static final String TYPE_FIELDCHANGE
See Also:
Constant Field Values

TYPE_WORKLOG

public static final String TYPE_WORKLOG
A work log entry.

See Also:
Constant Field Values


Copyright © 2002-2012 Atlassian. All Rights Reserved.