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, writeHtml
Methods 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, setBroken
Methods inherited from interface com.atlassian.jira.plugin.OrderableModuleDescriptor
getOrder
Methods inherited from interface com.atlassian.plugin.Resourced
getResourceDescriptor, getResourceDescriptors, getResourceLocation
Methods 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.
-