com.atlassian.jira.plugin.versionpanel
Interface VersionTabPanelModuleDescriptor

All Superinterfaces:
Comparable, JiraResourcedModuleDescriptor<VersionTabPanel>, com.atlassian.plugin.ModuleDescriptor<VersionTabPanel>, OrderableModuleDescriptor, com.atlassian.plugin.Resourced, TabPanelModuleDescriptor<VersionTabPanel>
All Known Implementing Classes:
VersionTabPanelModuleDescriptorImpl

public interface VersionTabPanelModuleDescriptor
extends TabPanelModuleDescriptor<VersionTabPanel>

A project version tab panel plugin adds extra panel tabs to JIRA's Browse Version page.

Since:
v3.10

Method Summary
 
Methods inherited from interface com.atlassian.jira.plugin.TabPanelModuleDescriptor
getLabel, getLabelKey
 
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
 
Methods inherited from interface java.lang.Comparable
compareTo
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.