com.atlassian.jira.plugin.issueoperation
Class AbstractActionBackedPluggableIssueOperation

java.lang.Object
  extended by com.atlassian.jira.plugin.issueoperation.AbstractPluggableIssueOperation
      extended by com.atlassian.jira.plugin.issueoperation.AbstractActionBackedPluggableIssueOperation
All Implemented Interfaces:
ActionBackedPluggableIssueOperation, PluggableIssueOperation

public abstract class AbstractActionBackedPluggableIssueOperation
extends AbstractPluggableIssueOperation
implements ActionBackedPluggableIssueOperation

Abstract operation that allows the opertaions to define action URLs and Simple description in order to provide a list of "Actions" that can be done on an issue.

Since:
v4.0

Field Summary
 
Fields inherited from class com.atlassian.jira.plugin.issueoperation.AbstractPluggableIssueOperation
descriptor
 
Constructor Summary
AbstractActionBackedPluggableIssueOperation()
           
 
Method Summary
 java.lang.String getSimpleDescription(Issue issue)
          A simple descrition of the action to perform.
 
Methods inherited from class com.atlassian.jira.plugin.issueoperation.AbstractPluggableIssueOperation
getBullet, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.atlassian.jira.plugin.issueoperation.ActionBackedPluggableIssueOperation
getActionURL
 
Methods inherited from interface com.atlassian.jira.plugin.issueoperation.PluggableIssueOperation
getHtml, init, showOperation
 

Constructor Detail

AbstractActionBackedPluggableIssueOperation

public AbstractActionBackedPluggableIssueOperation()
Method Detail

getSimpleDescription

public java.lang.String getSimpleDescription(Issue issue)
Description copied from interface: ActionBackedPluggableIssueOperation
A simple descrition of the action to perform. This should contain only text, no HTML. E.g. "Assign this issue"

Specified by:
getSimpleDescription in interface ActionBackedPluggableIssueOperation
Parameters:
issue - The issue that the action will be performed on
Returns:
A simple description of the action


Copyright © 2002-2011 Atlassian. All Rights Reserved.