com.atlassian.jira.plugin.issueoperation
Interface PluggableIssueOperation

All Known Implementing Classes:
AbstractPluggableIssueOperation, AssignIssueOperation, AttachFileOperation, AttachScreenshotOperation, CloneIssueOperation, CommentIssueOperation, CreateSubtaskOperation, DefaultPluggableIssueOperation, DeleteIssueOperation, EditIssueOperation, IssueToSubTaskOperation, LinkIssueOperation, LoginOperation, LogWorkOperation, MoveIssueOperation, SubTaskToIssueOperation, VoteIssueOperation, WatchIssueOperation

public interface PluggableIssueOperation

A simple interface to add your own operations to JIRA via the plugin system.


Method Summary
 String getHtml(Issue issue)
          Get the HTML to present on screen
 void init(IssueOperationModuleDescriptor descriptor)
           
 boolean showOperation(Issue issue)
          Whether or not to show this operation for the given issue.
 

Method Detail

init

void init(IssueOperationModuleDescriptor descriptor)

getHtml

String getHtml(Issue issue)
Get the HTML to present on screen


showOperation

boolean showOperation(Issue issue)
Whether or not to show this operation for the given issue.



Copyright © 2002-2007 Atlassian. All Rights Reserved.