com.atlassian.jira.projectconfig.tab
Class NotificationsTab

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

public class NotificationsTab
extends WebPanelTab

Since:
v4.4

Field Summary
 
Fields inherited from class com.atlassian.jira.projectconfig.tab.WebPanelTab
CURRENT_PROJECT, CURRENT_TAB_NAME
 
Constructor Summary
NotificationsTab(com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager, VelocityContextFactory factory)
           
 
Method Summary
 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
addResourceForProject, getId, getLinkId, getTab
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotificationsTab

public NotificationsTab(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.


Copyright © 2002-2013 Atlassian. All Rights Reserved.