Class AgentsListUnauthorizedProxyTab
- java.lang.Object
-
- jetbrains.buildServer.web.openapi.SimplePageExtension
-
- jetbrains.buildServer.web.openapi.SimpleCustomTab
-
- jetbrains.buildServer.controllers.agent.AgentsTab
-
- jetbrains.buildServer.controllers.agent.AgentsListProxyTab
-
- jetbrains.buildServer.controllers.agent.AgentsListUnauthorizedProxyTab
-
- All Implemented Interfaces:
CustomTab
,ExtensionAvailability
,PageExtension
public class AgentsListUnauthorizedProxyTab extends AgentsListProxyTab
-
-
Field Summary
Fields Modifier and Type Field Description static String
TabId
-
Fields inherited from class jetbrains.buildServer.controllers.agent.AgentsListProxyTab
buildAgentManager
-
Fields inherited from class jetbrains.buildServer.web.openapi.SimplePageExtension
myCssPaths, myJsPaths, myPagePlaces
-
-
Constructor Summary
Constructors Constructor Description AgentsListUnauthorizedProxyTab(WebControllerManager manager, SBuildServer server, BuildAgentManagerEx buildAgentManager, SecurityContext securityContext, AgentsListUnauthorizedTab tab, AgentsListUnauthorizedWithReactTab reactTab)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected int
getAgentsCount()
boolean
isVisible()
Return false if the tab should be active (i.e.-
Methods inherited from class jetbrains.buildServer.controllers.agent.AgentsListProxyTab
fillModel, getTabTitle
-
Methods inherited from class jetbrains.buildServer.web.openapi.SimpleCustomTab
getTabId, getTabTitle, setTabTitle
-
Methods inherited from class jetbrains.buildServer.web.openapi.SimplePageExtension
addCssFile, addJsFile, 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
-
TabId
public static final String TabId
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
AgentsListUnauthorizedProxyTab
public AgentsListUnauthorizedProxyTab(@NotNull WebControllerManager manager, @NotNull SBuildServer server, @NotNull BuildAgentManagerEx buildAgentManager, @NotNull SecurityContext securityContext, @NotNull AgentsListUnauthorizedTab tab, @NotNull AgentsListUnauthorizedWithReactTab reactTab)
-
-
Method Detail
-
isVisible
public boolean isVisible()
Description copied from interface:CustomTab
Return false if the tab should be active (i.e. handle requests) but not visible for some reason- Specified by:
isVisible
in interfaceCustomTab
- Overrides:
isVisible
in classSimpleCustomTab
- Returns:
- see above
-
getAgentsCount
protected int getAgentsCount()
- Specified by:
getAgentsCount
in classAgentsListProxyTab
-
-