Class AboutPagePanelModuleDescriptorImpl.PluginAndMaterials
java.lang.Object
com.atlassian.jira.plugin.aboutpagepanel.AboutPagePanelModuleDescriptorImpl.PluginAndMaterials
- All Implemented Interfaces:
Comparable<AboutPagePanelModuleDescriptorImpl.PluginAndMaterials>
- Enclosing class:
AboutPagePanelModuleDescriptorImpl
public static final class AboutPagePanelModuleDescriptorImpl.PluginAndMaterials
extends Object
implements Comparable<AboutPagePanelModuleDescriptorImpl.PluginAndMaterials>
Ties a bill of materials in with its plugins
-
Constructor Summary
ConstructorsConstructorDescriptionPluginAndMaterials
(String pluginName, String pluginVersion, String introduction, String conclusion, List<AboutPagePanelModuleDescriptorImpl.Material> materials) -
Method Summary
Modifier and TypeMethodDescriptionint
compareTo
(AboutPagePanelModuleDescriptorImpl.PluginAndMaterials pluginAndMaterials) boolean
-
Constructor Details
-
PluginAndMaterials
-
-
Method Details
-
getPluginName
-
getPluginVersion
-
getIntroductionHtml
-
getConclusionHtml
-
getMaterials
-
isEntries
public boolean isEntries() -
compareTo
public int compareTo(@Nonnull AboutPagePanelModuleDescriptorImpl.PluginAndMaterials pluginAndMaterials) - Specified by:
compareTo
in interfaceComparable<AboutPagePanelModuleDescriptorImpl.PluginAndMaterials>
-