com.atlassian.jira.plugin.report
Class ReportModuleDescriptor
java.lang.Object
com.atlassian.plugin.descriptors.AbstractModuleDescriptor
com.atlassian.plugin.descriptors.ResourcedModuleDescriptor
com.atlassian.jira.plugin.JiraResourcedModuleDescriptor
com.atlassian.jira.plugin.ConfigurableModuleDescriptor
com.atlassian.jira.plugin.report.ReportModuleDescriptor
- All Implemented Interfaces:
- com.atlassian.plugin.ModuleDescriptor
- public class ReportModuleDescriptor
- extends ConfigurableModuleDescriptor
The report plugin allows end users to write pluggable reports for JIRA.
- See Also:
Report
Fields inherited from class com.atlassian.plugin.descriptors.ResourcedModuleDescriptor |
|
Fields inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor |
singleton |
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReportModuleDescriptor
public ReportModuleDescriptor(JiraAuthenticationContext authenticationContext)
isSingletonByDefault
protected boolean isSingletonByDefault()
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 ConfigurableModuleDescriptor
- Throws:
com.atlassian.plugin.PluginParseException
getModule
public java.lang.Object getModule()
getLabel
public java.lang.String getLabel()
getLabelKey
public java.lang.String getLabelKey()
Copyright © 2002-2005 Atlassian. All Rights Reserved.