com.atlassian.jira.plugin.issuetabpanel
Class IssueTabPanelModuleDescriptor
java.lang.Object
com.atlassian.plugin.descriptors.AbstractModuleDescriptor
com.atlassian.plugin.descriptors.ResourcedModuleDescriptor
com.atlassian.jira.plugin.JiraResourcedModuleDescriptor
com.atlassian.jira.plugin.issuetabpanel.IssueTabPanelModuleDescriptor
- All Implemented Interfaces:
- com.atlassian.plugin.ModuleDescriptor
- public class IssueTabPanelModuleDescriptor
- extends JiraResourcedModuleDescriptor
An issue tab panel plugin adds extra panel tabs to JIRA's View Issue page.
Field Summary |
(package private) java.lang.String |
label
|
Fields inherited from class com.atlassian.plugin.descriptors.ResourcedModuleDescriptor |
|
Fields inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor |
singleton |
Method Summary |
java.util.List |
getActions(org.ofbiz.core.entity.GenericValue issue,
com.opensymphony.user.User remoteUser)
|
java.lang.String |
getLabel()
|
java.lang.Object |
getModule()
|
void |
init(com.atlassian.plugin.Plugin plugin,
org.dom4j.Element element)
|
Methods inherited from class com.atlassian.plugin.descriptors.ResourcedModuleDescriptor |
getResourceDescriptor, getResourceDescriptors, getResourceDescriptors |
Methods inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor |
assertModuleClassImplements, getCompleteKey, getKey, getModuleClass, getName, getParams, isEnabledByDefault, isSingleton, isSingletonByDefault |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
label
java.lang.String label
IssueTabPanelModuleDescriptor
public IssueTabPanelModuleDescriptor(JiraAuthenticationContext authenticationContext)
init
public void init(com.atlassian.plugin.Plugin plugin,
org.dom4j.Element element)
throws com.atlassian.plugin.PluginParseException
- Specified by:
init
in interface com.atlassian.plugin.ModuleDescriptor
- Overrides:
init
in class JiraResourcedModuleDescriptor
- Throws:
com.atlassian.plugin.PluginParseException
getModule
public java.lang.Object getModule()
getLabel
public java.lang.String getLabel()
getActions
public java.util.List getActions(org.ofbiz.core.entity.GenericValue issue,
com.opensymphony.user.User remoteUser)
Copyright © 2002-2005 Atlassian. All Rights Reserved.