Uses of Class
jetbrains.buildServer.controllers.agent.PoolProject
-
Packages that use PoolProject Package Description jetbrains.buildServer.controllers.agent -
-
Uses of PoolProject in jetbrains.buildServer.controllers.agent
Methods in jetbrains.buildServer.controllers.agent that return types with arguments of type PoolProject Modifier and Type Method Description List<PoolProject>
PoolBox. getAllProjects()
Map<String,PoolProject>
PoolBox. getAllProjectsMap()
List<PoolProject>
PoolBox. sortProjects(Collection<PoolProject> projects, boolean onlyAssociated)
Methods in jetbrains.buildServer.controllers.agent with parameters of type PoolProject Modifier and Type Method Description void
PoolBox. addProject(PoolProject project, boolean assigned)
Method parameters in jetbrains.buildServer.controllers.agent with type arguments of type PoolProject Modifier and Type Method Description List<PoolProject>
PoolBox. sortProjects(Collection<PoolProject> projects, boolean onlyAssociated)
-