package

com.atlassian.jira.plugin.issueoperation

Interfaces

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. 
PluggableIssueOperation A simple interface to add your own operations to JIRA via the plugin system. 

Classes

AbstractActionBackedPluggableIssueOperation 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. 
AbstractPluggableIssueOperation 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. 
DefaultPluggableIssueOperation A basic issue operation that should serve most purposes, just uses a Velocity view. 
IssueOperationModuleDescriptor This class is deprecated. as of JIRA 4.1 this plugin module is no longer used in favour of web items. It is scheduled to be removed from JIRA in future releases. Please do not implement this module any more and migrate existing ones to web items