com.atlassian.jira.plugin.projectoperation
Class AbstractPluggableProjectOperation

java.lang.Object
  extended by com.atlassian.jira.plugin.projectoperation.AbstractPluggableProjectOperation
All Implemented Interfaces:
PluggableProjectOperation

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
protected  ProjectOperationModuleDescriptor descriptor
           
 
Constructor Summary
AbstractPluggableProjectOperation()
           
 
Method Summary
 void init(ProjectOperationModuleDescriptor 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.projectoperation.PluggableProjectOperation
getHtml, showOperation
 

Field Detail

descriptor

protected ProjectOperationModuleDescriptor descriptor
Constructor Detail

AbstractPluggableProjectOperation

public AbstractPluggableProjectOperation()
Method Detail

init

public void init(ProjectOperationModuleDescriptor descriptor)
Specified by:
init in interface PluggableProjectOperation


Copyright © 2002-2007 Atlassian. All Rights Reserved.