Class PermissionsTab
java.lang.Object
com.atlassian.jira.projectconfig.tab.WebPanelTab
com.atlassian.jira.projectconfig.tab.PermissionsTab
- 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
ConstructorsConstructorDescriptionPermissionsTab(com.atlassian.plugin.web.api.DynamicWebInterfaceManager webInterfaceManager, VelocityContextFactory factory, PermissionsDataProvider permissionsDataProvider) -
Method Summary
Modifier and TypeMethodDescriptionvoidAdd any webresource that the tab needs to render itself.getTitle(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
createVelocityContext, getBodyWebPanel, getHeaderWebPanel, getId, getLinkId, getTab, getWebPanel
-
Constructor Details
-
PermissionsTab
@Autowired public PermissionsTab(com.atlassian.plugin.web.api.DynamicWebInterfaceManager webInterfaceManager, VelocityContextFactory factory, PermissionsDataProvider permissionsDataProvider)
-
-
Method Details
-
getTitle
Description copied from interface:ProjectConfigTabReturn 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.
-
addResourceForProject
Description copied from interface:ProjectConfigTabAdd any webresource that the tab needs to render itself.- Specified by:
addResourceForProjectin interfaceProjectConfigTab- Overrides:
addResourceForProjectin classWebPanelTab- Parameters:
context- contains information that may be useful for tab renderering.
-