Uses of Class
jetbrains.buildServer.serverSide.agentPools.NoSuchAgentPoolException
-
Packages that use NoSuchAgentPoolException Package Description jetbrains.buildServer.serverSide.agentPools jetbrains.buildServer.serverSide.fakes jetbrains.buildServer.serverSide.impl.auth -
-
Uses of NoSuchAgentPoolException in jetbrains.buildServer.serverSide.agentPools
Methods in jetbrains.buildServer.serverSide.agentPools that throw NoSuchAgentPoolException Modifier and Type Method Description voidAgentPoolManager. associateProjectsWithPool(int agentPoolId, Set<String> projectIds)Associates specified projects with the specified pool.voidAgentPoolManagerImpl. associateProjectsWithPool(int agentPoolId, Set<String> projectIds)booleanAgentPoolManager. canAddAgent(int poolId)Returns true if this pool can add least one more agentbooleanAgentPoolManagerImpl. canAddAgent(int poolId)booleanAgentPoolManager. canAddAgents(int poolId, int count)Returns true if this pool can add desired # of agentsbooleanAgentPoolManagerImpl. canAddAgents(int poolId, int addCount)AgentPoolAgentPoolManager. deleteAgentPool(int agentPoolId)Deletes agent pool with the specified identifier.AgentPoolAgentPoolManagerImpl. deleteAgentPool(int agentPoolId)voidAgentPoolManager. dissociateProjectsFromPool(int agentPoolId, Set<String> projectIds)Dissociates specified projects from the specified pool.voidAgentPoolManagerImpl. dissociateProjectsFromPool(int agentPoolId, Set<String> projectIds)voidAgentPoolManager. moveAgentToPool(int agentPoolId, BuildAgentEx agent)Moves specified agent to the specified pool.voidAgentPoolManagerImpl. moveAgentToPool(int agentPoolId, BuildAgentEx agent)voidAgentPoolManager. moveAgentTypesToPool(int agentPoolId, Set<Integer> agentTypeIds)Moves specified agent types to the specified pool.voidAgentPoolManagerImpl. moveAgentTypesToPool(int agentPoolId, Set<Integer> agentTypeIds)AgentPoolAgentPoolManager. updateAgentPool(int agentPoolId, String newAgentPoolName, AgentPoolLimits poolLimits)Renames agent pool with the specified identifier.AgentPoolAgentPoolManagerImpl. updateAgentPool(int agentPoolId, String newAgentPoolName, AgentPoolLimits newPoolLimits) -
Uses of NoSuchAgentPoolException in jetbrains.buildServer.serverSide.fakes
Methods in jetbrains.buildServer.serverSide.fakes that throw NoSuchAgentPoolException Modifier and Type Method Description voidFakeAgentPoolManager. associateProjectsWithPool(int agentPoolId, Set<String> projectIds)booleanFakeAgentPoolManager. canAddAgent(int poolId)booleanFakeAgentPoolManager. canAddAgents(int poolId, int count)AgentPoolFakeAgentPoolManager. deleteAgentPool(int agentPoolId)voidFakeAgentPoolManager. dissociateProjectsFromPool(int agentPoolId, Set<String> projectIds)voidFakeAgentPoolManager. moveAgentToPool(int agentPoolId, BuildAgentEx agent)voidFakeAgentPoolManager. moveAgentTypesToPool(int agentPoolId, Set<Integer> agentTypeIds)AgentPoolFakeAgentPoolManager. updateAgentPool(int agentPoolId, String newAgentPoolName, AgentPoolLimits poolLimits) -
Uses of NoSuchAgentPoolException in jetbrains.buildServer.serverSide.impl.auth
Methods in jetbrains.buildServer.serverSide.impl.auth that throw NoSuchAgentPoolException Modifier and Type Method Description voidSecuredAgentPoolManager. associateProjectsWithPool(int poolId, Set<String> projectIds)booleanSecuredAgentPoolManager. canAddAgent(int poolId)booleanSecuredAgentPoolManager. canAddAgents(int poolId, int count)AgentPoolSecuredAgentPoolManager. deleteAgentPool(int agentPoolId)voidSecuredAgentPoolManager. dissociateProjectsFromPool(int poolId, Set<String> projectIds)voidSecuredAgentPoolManager. moveAgentToPool(int targetPoolId, BuildAgentEx agent)voidSecuredAgentPoolManager. moveAgentTypesToPool(int agentPoolId, Set<Integer> agentTypeIds)AgentPoolSecuredAgentPoolManager. updateAgentPool(int agentPoolId, String newAgentPoolName, AgentPoolLimits poolLimits)
-