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 PoolBox
PoolsData. 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 int
PoolBox. compareTo(PoolBox that)
Method parameters in jetbrains.buildServer.controllers.agent with type arguments of type PoolBox Modifier and Type Method Description void
PoolProject. addPools(Collection<PoolBox> poolBoxes)
void
PoolProjectsProvider. prepareAllPoolProjects(Map<Integer,PoolBox> poolBoxMap)
-