com.atlassian.jira.action
Interface ActionNames


public interface ActionNames

A basic class to alias all of the action names.

We should abstract this out into actions.xml or something when WW better supports commands not via the web (aliases etc).


Field Summary
static String COMPONENT_EDIT
          Deprecated. Use ProjectComponentService.update(com.atlassian.crowd.embedded.api.User, com.atlassian.jira.util.ErrorCollection, com.atlassian.jira.bc.project.component.MutableProjectComponent) or ProjectComponentManager.update(com.atlassian.jira.bc.project.component.MutableProjectComponent) instead. Since v5.0.
static String ISSUE_DELETE
          Deprecated. Use IssueManager.deleteIssue(com.atlassian.crowd.embedded.api.User, com.atlassian.jira.issue.MutableIssue, com.atlassian.jira.event.type.EventDispatchOption, boolean) instead. Since v4.1.
static String ISSUE_UPDATE
          Deprecated. Use IssueManager.updateIssue(com.atlassian.crowd.embedded.api.User, com.atlassian.jira.issue.MutableIssue, com.atlassian.jira.event.type.EventDispatchOption, boolean) instead. Since v4.1.
static String LISTENER_CREATE
          Deprecated. Use ListenerManager.createListener(String, Class) instead. Since v5.0.
static String LISTENER_DELETE
          Deprecated. Use ListenerManager.deleteListener(Class) instead. Since v5.0.
 

Field Detail

ISSUE_DELETE

static final String ISSUE_DELETE
Deprecated. Use IssueManager.deleteIssue(com.atlassian.crowd.embedded.api.User, com.atlassian.jira.issue.MutableIssue, com.atlassian.jira.event.type.EventDispatchOption, boolean) instead. Since v4.1.

ISSUE_UPDATE

static final String ISSUE_UPDATE
Deprecated. Use IssueManager.updateIssue(com.atlassian.crowd.embedded.api.User, com.atlassian.jira.issue.MutableIssue, com.atlassian.jira.event.type.EventDispatchOption, boolean) instead. Since v4.1.

LISTENER_CREATE

static final String LISTENER_CREATE
Deprecated. Use ListenerManager.createListener(String, Class) instead. Since v5.0.

LISTENER_DELETE

static final String LISTENER_DELETE
Deprecated. Use ListenerManager.deleteListener(Class) instead. Since v5.0.

COMPONENT_EDIT

static final String COMPONENT_EDIT
Deprecated. Use ProjectComponentService.update(com.atlassian.crowd.embedded.api.User, com.atlassian.jira.util.ErrorCollection, com.atlassian.jira.bc.project.component.MutableProjectComponent) or ProjectComponentManager.update(com.atlassian.jira.bc.project.component.MutableProjectComponent) instead. Since v5.0.


Copyright © 2002-2012 Atlassian. All Rights Reserved.