Class AgentsTab
- java.lang.Object
-
- jetbrains.buildServer.web.openapi.SimplePageExtension
-
- jetbrains.buildServer.web.openapi.SimpleCustomTab
-
- jetbrains.buildServer.controllers.agent.AgentsTab
-
- All Implemented Interfaces:
CustomTab,ExtensionAvailability,PageExtension
- Direct Known Subclasses:
AgentPoolsTab,AgentsListProxyTab,AgentsListReactTab,AgentsListTab,AgentsParametersReportTab,AgentsStatisticsTab,AgentsStatisticsTableTab,AgentTypesTab
public abstract class AgentsTab extends SimpleCustomTab
Created by IntelliJ IDEA. User: Eugene.Petrenko Date: 13.12.2007 Time: 15:48:56
-
-
Field Summary
Fields Modifier and Type Field Description protected SBuildServermyServer-
Fields inherited from class jetbrains.buildServer.web.openapi.SimplePageExtension
myCssPaths, myJsPaths, myPagePlaces
-
-
Constructor Summary
Constructors Constructor Description AgentsTab(String title, String code, WebControllerManager manager, SBuildServer server)Creates and registers tab for Build Results pages
-
Method Summary
-
Methods inherited from class jetbrains.buildServer.web.openapi.SimpleCustomTab
getTabId, getTabTitle, 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
-
-
-
-
Field Detail
-
myServer
protected final SBuildServer myServer
-
-
Constructor Detail
-
AgentsTab
public AgentsTab(String title, String code, WebControllerManager manager, SBuildServer server)
Creates and registers tab for Build Results pages- Parameters:
title- tab titlecode- tab identification code, should be java identifierserver- server objectmanager- manager to register this tab in
-
-