@ExperimentalApi public interface AboutPagePanelModuleDescriptor extends JiraResourcedModuleDescriptor<Void>
The two web resources define the locations of the templates for the introduction and conclusion sections. In most cases these are necessary and should give a path to a soy file in your plugin.
The module-keys in the introduction and conclusion elements define the modules from which to load the templates. These are typically the plugin key, followed by a colon (:), then followed by the key of module defining the templates to use.
The function defines the function that is to be called from the template file located at the module-key.
The licenses location element is a path to the bom.csv file inside the plugin.
Modifier and Type | Method and Description |
---|---|
String |
getPluginSectionHtml()
Gets the rendered HTML for this plugin, to be displayed on the About page.
|
getHtml, getHtml, getI18nBean, writeHtml
destroy, equals, getCompleteKey, getDescription, getDescriptionKey, getDisplayName, getI18nNameKey, getKey, getMinJavaVersion, getModule, getModuleClass, getName, getParams, getPlugin, getPluginKey, hashCode, init, isBroken, isEnabled, isEnabledByDefault, isSystemModule, satisfiesMinJavaVersion, setBroken
String getPluginSectionHtml()
Copyright © 2002-2019 Atlassian. All Rights Reserved.