|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ActionBackedPluggableIssueOperation
An operation that defines an action URL and Simple description in order to provide a list of "Actions" that can be done on an issue.
Method Summary | |
---|---|
String |
getActionURL(Issue issue)
The url to an action (including params). |
String |
getSimpleDescription(Issue issue)
A simple descrition of the action to perform. |
Methods inherited from interface com.atlassian.jira.plugin.issueoperation.PluggableIssueOperation |
---|
getHtml, init, showOperation |
Method Detail |
---|
String getActionURL(Issue issue)
issue
- The issue that the action will be performed on
String getSimpleDescription(Issue issue)
issue
- The issue that the action will be performed on
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |