com.atlassian.jira.plugin.aboutpagepanel.AboutPagePanelModuleDescriptor |
Known Indirect Subclasses |
@Internal
or @PublicApi
.
Defines a plugin point for displaying information on the application About page. At least one of introduction, licenses-location, and conclusion must be defined; multiple entries will be displayed in that order.
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.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the rendered HTML for this plugin, to be displayed on the About page.
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From interface com.atlassian.jira.plugin.JiraResourcedModuleDescriptor | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
From interface
com.atlassian.plugin.ModuleDescriptor
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
From interface
com.atlassian.plugin.Resourced
|
Gets the rendered HTML for this plugin, to be displayed on the About page.