Class IssuePermissionsTab
java.lang.Object
com.atlassian.jira.projectconfig.tab.WebPanelTab
com.atlassian.jira.projectconfig.tab.IssuePermissionsTab
- All Implemented Interfaces:
ProjectConfigTab
- Since:
- v4.4
-
Field Summary
Fields inherited from class com.atlassian.jira.projectconfig.tab.WebPanelTab
CURRENT_PROJECT, CURRENT_TAB_NAME, EXTRA_URL_PARAM
-
Constructor Summary
ConstructorsConstructorDescriptionIssuePermissionsTab
(com.atlassian.plugin.web.api.DynamicWebInterfaceManager webInterfaceManager, VelocityContextFactory factory) -
Method Summary
Modifier and TypeMethodDescriptiongetTitle
(ProjectConfigTabRenderContext context) Return the title to display in the browser when the tab is displayed.Methods inherited from class com.atlassian.jira.projectconfig.tab.WebPanelTab
addResourceForProject, createVelocityContext, getBodyWebPanel, getHeaderWebPanel, getId, getLinkId, getTab, getWebPanel
-
Constructor Details
-
IssuePermissionsTab
public IssuePermissionsTab(com.atlassian.plugin.web.api.DynamicWebInterfaceManager webInterfaceManager, VelocityContextFactory factory)
-
-
Method Details
-
getTitle
Description copied from interface:ProjectConfigTab
Return the title to display in the browser when the tab is displayed.- Parameters:
context
- contains information that may be useful for tab renderering.- Returns:
- the title to display on the screen.
-