com.atlassian.jira.projectconfig.tab
Interface ProjectConfigTabManager

All Known Implementing Classes:
DefaultProjectConfigTabManager

public interface ProjectConfigTabManager

Since:
v4.4

Method Summary
 ProjectConfigTab getTabForId(String id)
          Return the tab with the specified ID.
 

Method Detail

getTabForId

ProjectConfigTab getTabForId(String id)
Return the tab with the specified ID.

Parameters:
id - the id of the tab to render.
Returns:
the tab with the passed id or null if such a tab does not exist.


Copyright © 2002-2012 Atlassian. All Rights Reserved.