com.atlassian.jira.plugin.profile
Interface ViewProfilePanelModuleDescriptor

All Superinterfaces:
JiraResourcedModuleDescriptor<ViewProfilePanel>, com.atlassian.plugin.ModuleDescriptor<ViewProfilePanel>, OrderableModuleDescriptor, PluggableTabPanelModuleDescriptor<ViewProfilePanel>, com.atlassian.plugin.Resourced
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
static String DEFAULT_TAB_KEY
           
static String TAB_KEY
           
 
Method Summary
 String getTabKey()
          Returns the "tab" key with which this panel is associated.
 
Methods inherited from interface com.atlassian.jira.plugin.JiraResourcedModuleDescriptor
getHtml, getHtml, getI18nBean, writeHtml
 
Methods inherited from interface com.atlassian.plugin.ModuleDescriptor
destroy, destroy, equals, getCompleteKey, getDescription, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModule, getModuleClass, getName, getParams, getPlugin, getPluginKey, hashCode, init, isEnabledByDefault, isSystemModule, satisfiesMinJavaVersion
 
Methods inherited from interface com.atlassian.plugin.Resourced
getResourceDescriptor, getResourceDescriptors, getResourceDescriptors, getResourceLocation
 
Methods inherited from interface com.atlassian.jira.plugin.OrderableModuleDescriptor
getOrder
 

Field Detail

TAB_KEY

static final String TAB_KEY
See Also:
Constant Field Values

DEFAULT_TAB_KEY

static final String DEFAULT_TAB_KEY
See Also:
Constant Field Values
Method Detail

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.


Copyright © 2002-2014 Atlassian. All Rights Reserved.