|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.plugin.descriptors.AbstractModuleDescriptor<T>
com.atlassian.jira.plugin.JiraResourcedModuleDescriptor<T>
com.atlassian.jira.plugin.AbstractTabPanelModuleDescriptor<VersionTabPanel>
com.atlassian.jira.plugin.versionpanel.VersionTabPanelModuleDescriptor
public class VersionTabPanelModuleDescriptor
A project version tab panel plugin adds extra panel tabs to JIRA's Browse Version page.
| Field Summary |
|---|
| Fields inherited from class com.atlassian.jira.plugin.AbstractTabPanelModuleDescriptor |
|---|
order |
| Fields inherited from class com.atlassian.jira.plugin.JiraResourcedModuleDescriptor |
|---|
RESOURCE_TYPE_I18N |
| Fields inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor |
|---|
moduleClass, moduleClassName, plugin, resources, singleton |
| Constructor Summary | |
|---|---|
VersionTabPanelModuleDescriptor(JiraAuthenticationContext authenticationContext,
com.atlassian.plugin.module.ModuleFactory moduleFactory)
|
|
| Method Summary | |
|---|---|
protected void |
assertModuleClass()
Asserts that module class implements VersionTabPanel |
int |
compareTo(Object o)
|
| Methods inherited from class com.atlassian.jira.plugin.AbstractTabPanelModuleDescriptor |
|---|
createVelocityParams, enabled, getLabel, getLabelKey, getOrder, init |
| Methods inherited from class com.atlassian.jira.plugin.JiraResourcedModuleDescriptor |
|---|
assertResourceExists, createModule, disabled, getAuthenticationContext, getClassLoader, getDescription, getHtml, getHtml, getI18nBean, getModule, getName, getText, getText, isResourceExist |
| Methods inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor |
|---|
assertModuleClassImplements, destroy, getCompleteKey, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getParams, getPlugin, getPluginKey, getResourceDescriptor, getResourceDescriptors, getResourceDescriptors, getResourceLocation, isEnabledByDefault, isSingleton, isSingletonByDefault, isSystemModule, loadClass, loadClass, provideValidationRules, satisfiesMinJavaVersion, setPlugin, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public VersionTabPanelModuleDescriptor(JiraAuthenticationContext authenticationContext,
com.atlassian.plugin.module.ModuleFactory moduleFactory)
| Method Detail |
|---|
protected void assertModuleClass()
throws com.atlassian.plugin.PluginParseException
VersionTabPanel
assertModuleClass in class AbstractTabPanelModuleDescriptor<VersionTabPanel>com.atlassian.plugin.PluginParseException - if VersionTabPanel class is not assignable from module classpublic int compareTo(Object o)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||