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
           
static String ISSUE_DELETE
           
static String ISSUE_UPDATE
           
static String LISTENER_CREATE
           
static String LISTENER_DELETE
           
 

Field Detail

ISSUE_DELETE

static final String ISSUE_DELETE

ISSUE_UPDATE

static final String ISSUE_UPDATE

LISTENER_CREATE

static final String LISTENER_CREATE

LISTENER_DELETE

static final String LISTENER_DELETE

COMPONENT_EDIT

static final String COMPONENT_EDIT


Copyright © 2002-2011 Atlassian. All Rights Reserved.