com.atlassian.jira.plugin.issueoperation
Class AbstractPluggableIssueOperation

java.lang.Object
  extended by com.atlassian.jira.plugin.issueoperation.AbstractPluggableIssueOperation
All Implemented Interfaces:
PluggableIssueOperation
Direct Known Subclasses:
AssignIssueOperation, AttachFileOperation, CloneIssueOperation, CommentIssueOperation, CreateSubtaskOperation, DeleteIssueOperation, EditIssueOperation, IssueToSubTaskOperation, LinkIssueOperation, LoginOperation, LogWorkOperation, MoveIssueOperation, SubTaskToIssueOperation, VoteIssueOperation, WatchIssueOperation

public abstract class AbstractPluggableIssueOperation
extends Object
implements PluggableIssueOperation

A very simple helper class that abstracts away the handling of the descriptor, and also provides a standard way of producing the cream bullet that most operations use.


Field Summary
protected  IssueOperationModuleDescriptor descriptor
           
 
Constructor Summary
AbstractPluggableIssueOperation()
           
 
Method Summary
protected  String getBullet()
           
 void init(IssueOperationModuleDescriptor descriptor)
           
 
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.PluggableIssueOperation
getHtml, showOperation
 

Field Detail

descriptor

protected IssueOperationModuleDescriptor descriptor
Constructor Detail

AbstractPluggableIssueOperation

public AbstractPluggableIssueOperation()
Method Detail

init

public void init(IssueOperationModuleDescriptor descriptor)
Specified by:
init in interface PluggableIssueOperation

getBullet

protected String getBullet()


Copyright © 2002-2008 Atlassian. All Rights Reserved.