Class PoolsData
- java.lang.Object
-
- jetbrains.buildServer.controllers.agent.PoolsData
-
public class PoolsData extends Object
Data for the Agent Pools tab.- Author:
- Leonid Bushuev from JetBrains
-
-
Constructor Summary
Constructors Constructor Description PoolsData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<SProject>
getActiveProjects()
Map<Integer,OSKind>
getAgentTypeOSKinds()
List<SAgentType>
getAgentTypes()
PoolBox
getPoolById(long poolId)
List<PoolBox>
getPools()
Set<Integer>
getVisiblePools()
boolean
isDefaultPoolAdmin()
void
setDefaultPoolAdmin(boolean defaultPoolAdmin)
-
-
-
Method Detail
-
getAgentTypes
public List<SAgentType> getAgentTypes()
-
isDefaultPoolAdmin
public boolean isDefaultPoolAdmin()
-
setDefaultPoolAdmin
public void setDefaultPoolAdmin(boolean defaultPoolAdmin)
-
getPoolById
@Nullable public PoolBox getPoolById(long poolId)
-
-