Class WorkflowEditTab
java.lang.Object
com.atlassian.jira.projectconfig.tab.WebPanelTab
com.atlassian.jira.projectconfig.tab.WorkflowEditTab
- All Implemented Interfaces:
ProjectConfigTab
- Since:
- v7.4
-
Field Summary
Fields inherited from class com.atlassian.jira.projectconfig.tab.WebPanelTab
CURRENT_PROJECT, CURRENT_TAB_NAME, EXTRA_URL_PARAM
-
Constructor Summary
ConstructorsConstructorDescriptionWorkflowEditTab
(com.atlassian.plugin.web.api.DynamicWebInterfaceManager webInterfaceManager, VelocityContextFactory factory, com.atlassian.event.api.EventPublisher eventPublisher, GlobalPermissionManager globalPermissionManager, JiraAuthenticationContext jiraAuthenticationContext) -
Method Summary
Modifier and TypeMethodDescriptionvoid
Add 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
-
WorkflowEditTab
@Autowired public WorkflowEditTab(com.atlassian.plugin.web.api.DynamicWebInterfaceManager webInterfaceManager, VelocityContextFactory factory, com.atlassian.event.api.EventPublisher eventPublisher, GlobalPermissionManager globalPermissionManager, JiraAuthenticationContext jiraAuthenticationContext)
-
-
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.
-
addResourceForProject
Description copied from interface:ProjectConfigTab
Add any webresource that the tab needs to render itself.- Specified by:
addResourceForProject
in interfaceProjectConfigTab
- Overrides:
addResourceForProject
in classWebPanelTab
- Parameters:
context
- contains information that may be useful for tab renderering.
-