public class

ViewProfilePanelModuleDescriptorImpl

extends AbstractJiraModuleDescriptor<T>
implements ViewProfilePanelModuleDescriptor
java.lang.Object
   ↳ com.atlassian.plugin.descriptors.AbstractModuleDescriptor<T>
     ↳ com.atlassian.jira.plugin.AbstractJiraModuleDescriptor<T>
       ↳ com.atlassian.jira.plugin.profile.ViewProfilePanelModuleDescriptorImpl

Class Overview

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

Summary

[Expand]
Inherited Constants
From interface com.atlassian.jira.plugin.profile.ViewProfilePanelModuleDescriptor
[Expand]
Inherited Fields
From class com.atlassian.plugin.descriptors.AbstractModuleDescriptor
Public Constructors
ViewProfilePanelModuleDescriptorImpl(JiraAuthenticationContext authenticationContext, ModuleFactory moduleFactory)
Public Methods
int getOrder()
String getTabKey()
Returns the "tab" key with which this panel is associated.
void init(Plugin plugin, Element element)
[Expand]
Inherited Methods
From class com.atlassian.jira.plugin.AbstractJiraModuleDescriptor
From class com.atlassian.plugin.descriptors.AbstractModuleDescriptor
From class java.lang.Object
From interface com.atlassian.jira.plugin.JiraResourcedModuleDescriptor
From interface com.atlassian.jira.plugin.OrderableModuleDescriptor
From interface com.atlassian.jira.plugin.profile.ViewProfilePanelModuleDescriptor
From interface com.atlassian.plugin.ModuleDescriptor
From interface com.atlassian.plugin.Resourced
From interface com.atlassian.plugin.StateAware

Public Constructors

public ViewProfilePanelModuleDescriptorImpl (JiraAuthenticationContext authenticationContext, ModuleFactory moduleFactory)

Public Methods

public int getOrder ()

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.

public void init (Plugin plugin, Element element)