com.atlassian.jira.plugin.projectoperation
Interface ProjectOperationModuleDescriptor

All Superinterfaces:
JiraResourcedModuleDescriptor<PluggableProjectOperation>, com.atlassian.plugin.ModuleDescriptor<PluggableProjectOperation>, OrderableModuleDescriptor, com.atlassian.plugin.Resourced
All Known Implementing Classes:
ProjectOperationModuleDescriptorImpl

public interface ProjectOperationModuleDescriptor
extends JiraResourcedModuleDescriptor<PluggableProjectOperation>, OrderableModuleDescriptor

A project operation plugin adds extra operations to JIRA's Administer project page.

IMPORTANT NOTE: This plugin type is only available for internal use. Please refrain from using this, as the backwards compatibility of this plugin type will NOT be maintained in the future.

Since:
3.12

Method Summary
 PluggableProjectOperation getOperation()
           
 
Methods inherited from interface com.atlassian.jira.plugin.JiraResourcedModuleDescriptor
getHtml, getHtml, getI18nBean, writeHtml
 
Methods inherited from interface com.atlassian.plugin.ModuleDescriptor
destroy, equals, getCompleteKey, getDescription, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModule, getModuleClass, getName, getParams, getPlugin, getPluginKey, hashCode, init, isEnabledByDefault, isSystemModule, satisfiesMinJavaVersion
 
Methods inherited from interface com.atlassian.plugin.Resourced
getResourceDescriptor, getResourceDescriptors, getResourceDescriptors, getResourceLocation
 
Methods inherited from interface com.atlassian.jira.plugin.OrderableModuleDescriptor
getOrder
 

Method Detail

getOperation

PluggableProjectOperation getOperation()


Copyright © 2002-2013 Atlassian. All Rights Reserved.