public interface

ViewProfilePanelModuleDescriptor

implements PluggableTabPanelModuleDescriptor<T>
com.atlassian.jira.plugin.profile.ViewProfilePanelModuleDescriptor
Known Indirect Subclasses

Class Overview

Defines a plugin point for rendering content on the JIRA view profile page.

Summary

Constants
String DEFAULT_TAB_KEY
String TAB_KEY
Public Methods
String getTabKey()
Returns the "tab" key with which this panel is associated.
[Expand]
Inherited Methods
From interface com.atlassian.jira.plugin.JiraResourcedModuleDescriptor
From interface com.atlassian.jira.plugin.OrderableModuleDescriptor
From interface com.atlassian.plugin.ModuleDescriptor
From interface com.atlassian.plugin.Resourced

Constants

public static final String DEFAULT_TAB_KEY

Constant Value: "admin.common.words.default"

public static final String TAB_KEY

Constant Value: "tabKey"

Public Methods

public 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.