com.atlassian.jira.issue
Class ActionConstants
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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-2014 Atlassian. All Rights Reserved.