public class AboutPagePanelModuleDescriptorImpl extends JiraAbstractWebFragmentModuleDescriptor implements AboutPagePanelModuleDescriptor
Modifier and Type | Class and Description |
---|---|
static class |
AboutPagePanelModuleDescriptorImpl.Material
Encapsulates data from the Bill Of Materials
|
static class |
AboutPagePanelModuleDescriptorImpl.PluginAndMaterials
Ties a bill of materials in with its plugins
|
authenticationContext
Constructor and Description |
---|
AboutPagePanelModuleDescriptorImpl(JiraAuthenticationContext jiraAuthenticationContext,
com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager,
EncodingConfiguration encodingConfiguration,
SoyTemplateRendererProvider soyTemplateRendererProvider,
BomParser bomParser) |
Modifier and Type | Method and Description |
---|---|
String |
getConclusionModuleKey() |
String |
getHtml(String resourceName) |
String |
getHtml(String resourceName,
Map<String,?> startingParams) |
String |
getIntroductionModuleKey() |
String |
getLicensesLocation() |
String |
getPluginSectionHtml()
Gets the rendered HTML for this plugin, to be displayed on the About page.
|
void |
init(com.atlassian.plugin.Plugin plugin,
org.dom4j.Element element) |
void |
writeHtml(String resourceName,
Map<String,?> startingParams,
Writer writer) |
getDescription, getI18nBean, getLabel, getName, getTooltip, getWebParams
destroy, destroy, disabled, enabled, getCompleteKey, getCondition, getContextProvider, getDecoratedDescriptor, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModule, getModuleClass, getParams, getPlugin, getPluginKey, getResourceDescriptor, getResourceDescriptors, getResourceDescriptors, getResourceLocation, getWebLabel, getWeight, isEnabled, isEnabledByDefault, isSystemModule, satisfiesMinJavaVersion, setWebInterfaceManager, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getI18nBean
destroy, destroy, equals, getCompleteKey, getDescription, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModule, getModuleClass, getName, getParams, getPlugin, getPluginKey, hashCode, isBroken, isEnabled, isEnabledByDefault, isSystemModule, satisfiesMinJavaVersion, setBroken
public AboutPagePanelModuleDescriptorImpl(JiraAuthenticationContext jiraAuthenticationContext, com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager, EncodingConfiguration encodingConfiguration, SoyTemplateRendererProvider soyTemplateRendererProvider, BomParser bomParser)
public void init(com.atlassian.plugin.Plugin plugin, org.dom4j.Element element) throws com.atlassian.plugin.PluginParseException
public String getPluginSectionHtml()
AboutPagePanelModuleDescriptor
getPluginSectionHtml
in interface AboutPagePanelModuleDescriptor
public String getHtml(String resourceName)
getHtml
in interface JiraResourcedModuleDescriptor<Void>
public String getHtml(String resourceName, Map<String,?> startingParams)
getHtml
in interface JiraResourcedModuleDescriptor<Void>
public void writeHtml(String resourceName, Map<String,?> startingParams, Writer writer) throws IOException
writeHtml
in interface JiraResourcedModuleDescriptor<Void>
IOException
public String getIntroductionModuleKey()
public String getLicensesLocation()
public String getConclusionModuleKey()
Copyright © 2002-2017 Atlassian. All Rights Reserved.