Class AbstractPluggableProjectOperation
java.lang.Object
com.atlassian.jira.plugin.projectoperation.AbstractPluggableProjectOperation
- All Implemented Interfaces:
PluggableProjectOperation
- Direct Known Subclasses:
DefaultPluggableProjectOperation,ProjectOperation
@PublicSpi
public abstract class AbstractPluggableProjectOperation
extends Object
implements PluggableProjectOperation
A very simple helper class that abstracts away the handling of the descriptor,
- Since:
- v3.12
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.jira.plugin.projectoperation.PluggableProjectOperation
getHtml, showOperation
-
Field Details
-
descriptor
-
-
Constructor Details
-
AbstractPluggableProjectOperation
public AbstractPluggableProjectOperation()
-
-
Method Details
-
init
- Specified by:
initin interfacePluggableProjectOperation
-