Interface ViewProfilePanelModuleDescriptor
- All Superinterfaces:
JiraResourcedModuleDescriptor<ViewProfilePanel>,com.atlassian.plugin.ModuleDescriptor<ViewProfilePanel>,OrderableModuleDescriptor,PluggableTabPanelModuleDescriptor<ViewProfilePanel>,com.atlassian.plugin.Resourced,com.atlassian.plugin.ScopeAware
- All Known Implementing Classes:
ViewProfilePanelModuleDescriptorImpl
public interface ViewProfilePanelModuleDescriptor
extends PluggableTabPanelModuleDescriptor<ViewProfilePanel>
Defines a plugin point for rendering content on the JIRA view profile page.
- Since:
- v3.12
-
Field Summary
Fields -
Method Summary
Methods inherited from interface com.atlassian.jira.plugin.JiraResourcedModuleDescriptor
getHtml, getHtml, getI18nBean, writeHtmlMethods inherited from interface com.atlassian.plugin.ModuleDescriptor
destroy, equals, getCompleteKey, getDescription, getDescriptionKey, getDisplayName, getI18nNameKey, getKey, getMinJavaVersion, getModule, getModuleClass, getName, getParams, getPlugin, getPluginKey, hashCode, init, isBroken, isEnabled, isEnabledByDefault, isSystemModule, satisfiesMinJavaVersion, setBrokenMethods inherited from interface com.atlassian.jira.plugin.OrderableModuleDescriptor
getOrderMethods inherited from interface com.atlassian.plugin.Resourced
getResourceDescriptor, getResourceDescriptors, getResourceLocationMethods inherited from interface com.atlassian.plugin.ScopeAware
getScopeKey
-
Field Details
-
TAB_KEY
- See Also:
-
DEFAULT_TAB_KEY
- See Also:
-
-
Method Details
-
getTabKey
String getTabKey()Returns the "tab" key with which this panel is associated. This should be the i18n property key that can be translated into the displayable tab name.- Returns:
- the i18n key that uniquely identifies he tab and can be used to get the display name.
-