Class AgentTypesTab
- java.lang.Object
-
- jetbrains.buildServer.web.openapi.SimplePageExtension
-
- jetbrains.buildServer.web.openapi.SimpleCustomTab
-
- jetbrains.buildServer.controllers.agent.AgentsTab
-
- jetbrains.buildServer.controllers.agent.AgentTypesTab
-
- All Implemented Interfaces:
CustomTab
,ExtensionAvailability
,PageExtension
public class AgentTypesTab extends AgentsTab
- Author:
- Eugene Petrenko Created: 03.03.2010 13:57:48
-
-
Field Summary
-
Fields inherited from class jetbrains.buildServer.web.openapi.SimplePageExtension
myCssPaths, myJsPaths, myPagePlaces
-
-
Constructor Summary
Constructors Constructor Description AgentTypesTab(WebControllerManager manager, SBuildServer server, AgentTypeManager agentTypes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getTabTitle()
Returns title to use as custom tab name-
Methods inherited from class jetbrains.buildServer.web.openapi.SimpleCustomTab
getTabId, getTabTitle, isVisible, setTabTitle
-
Methods inherited from class jetbrains.buildServer.web.openapi.SimplePageExtension
addCssFile, addJsFile, fillModel, getCssPaths, getIncludeUrl, getJsPaths, getPlaceId, getPluginName, isAvailable, isGet, isPost, register, setIncludeUrl, setPlaceId, setPluginName, setPosition, toString, unregister
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface jetbrains.buildServer.web.openapi.ExtensionAvailability
isAvailable
-
Methods inherited from interface jetbrains.buildServer.web.openapi.PageExtension
getCssPaths, getDisplayName, getIncludeUrl, getJsPaths, getPluginName, isAvailable
-
-
-
-
Constructor Detail
-
AgentTypesTab
public AgentTypesTab(WebControllerManager manager, SBuildServer server, AgentTypeManager agentTypes)
-
-
Method Detail
-
getTabTitle
@NotNull public String getTabTitle()
Description copied from interface:CustomTab
Returns title to use as custom tab name- Specified by:
getTabTitle
in interfaceCustomTab
- Overrides:
getTabTitle
in classSimpleCustomTab
- Returns:
- tab title
-
-