com.atlassian.jira.projectconfig.tab
Class WorkflowsTab

java.lang.Object
  extended by com.atlassian.jira.projectconfig.tab.WebPanelTab
      extended by com.atlassian.jira.projectconfig.tab.WorkflowsTab
All Implemented Interfaces:
ProjectConfigTab

public class WorkflowsTab
extends WebPanelTab

Since:
v4.4

Field Summary
 
Fields inherited from class com.atlassian.jira.projectconfig.tab.WebPanelTab
CURRENT_PROJECT, CURRENT_TAB_NAME
 
Constructor Summary
WorkflowsTab(com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager, VelocityContextFactory factory)
           
 
Method Summary
 void addResourceForProject(ProjectConfigTabRenderContext context)
          Add any webresource that the tab needs to render itself.
 String 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
getId, getLinkId, getTab
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkflowsTab

public WorkflowsTab(com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager,
                    VelocityContextFactory factory)
Method Detail

getTitle

public String getTitle(ProjectConfigTabRenderContext context)
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

public void addResourceForProject(ProjectConfigTabRenderContext context)
Description copied from interface: ProjectConfigTab
Add any webresource that the tab needs to render itself.

Specified by:
addResourceForProject in interface ProjectConfigTab
Overrides:
addResourceForProject in class WebPanelTab
Parameters:
context - contains information that may be useful for tab renderering.


Copyright © 2002-2012 Atlassian. All Rights Reserved.