Class AbstractVersions
java.lang.Object
com.atlassian.jira.projects.page.release.AbstractVersions
- All Implemented Interfaces:
ProjectConfigTab
- Direct Known Subclasses:
AdministerVersions,Versions
-
Constructor Summary
ConstructorsConstructorDescriptionAbstractVersions(WebPanelRenderer webPanelRenderer, ProjectContextPopulator projectContextPopulator) -
Method Summary
Modifier and TypeMethodDescriptionvoidAdd any webresource that the tab needs to render itself.Return the ID of the tab link that opens this tab.getTab(ProjectConfigTabRenderContext context) Return the tab content.getTitle(ProjectConfigTabRenderContext context) Return the title to display in the browser when the tab is displayed.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.jira.projectconfig.tab.ProjectConfigTab
getId
-
Constructor Details
-
AbstractVersions
public AbstractVersions(WebPanelRenderer webPanelRenderer, ProjectContextPopulator projectContextPopulator)
-
-
Method Details
-
getLinkId
Description copied from interface:ProjectConfigTabReturn the ID of the tab link that opens this tab.- Specified by:
getLinkIdin interfaceProjectConfigTab- Returns:
- the ID of the tab link that opens this tab.
-
getTab
Description copied from interface:ProjectConfigTabReturn the tab content.- Specified by:
getTabin interfaceProjectConfigTab- Parameters:
context- contains information that may be useful for tab renderering.- Returns:
- the HTML of the tab.
-
getTitle
Description copied from interface:ProjectConfigTabReturn the title to display in the browser when the tab is displayed.- Specified by:
getTitlein interfaceProjectConfigTab- 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- Parameters:
context- contains information that may be useful for tab renderering.
-