Uses of Class
jetbrains.buildServer.controllers.agent.PoolBox
-
Packages that use PoolBox Package Description jetbrains.buildServer.controllers.agent -
-
Uses of PoolBox in jetbrains.buildServer.controllers.agent
Methods in jetbrains.buildServer.controllers.agent that return PoolBox Modifier and Type Method Description PoolBoxPoolsData. getPoolById(long poolId)Methods in jetbrains.buildServer.controllers.agent that return types with arguments of type PoolBox Modifier and Type Method Description List<PoolBox>PoolProject. getAssociatedPools()List<PoolBox>PoolsData. getPools()Methods in jetbrains.buildServer.controllers.agent with parameters of type PoolBox Modifier and Type Method Description intPoolBox. compareTo(PoolBox that)Method parameters in jetbrains.buildServer.controllers.agent with type arguments of type PoolBox Modifier and Type Method Description voidPoolProject. addPools(Collection<PoolBox> poolBoxes)voidPoolProjectsProvider. prepareAllPoolProjects(Map<Integer,PoolBox> poolBoxMap)
-