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 void
AgentPoolManager. associateProjectsWithPool(int agentPoolId, Set<String> projectIds)
Associates specified projects with the specified pool.void
AgentPoolManagerImpl. associateProjectsWithPool(int agentPoolId, Set<String> projectIds)
boolean
AgentPoolManager. canAddAgent(int poolId)
Returns true if this pool can add least one more agentboolean
AgentPoolManagerImpl. canAddAgent(int poolId)
boolean
AgentPoolManager. canAddAgents(int poolId, int count)
Returns true if this pool can add desired # of agentsboolean
AgentPoolManagerImpl. canAddAgents(int poolId, int addCount)
AgentPool
AgentPoolManager. deleteAgentPool(int agentPoolId)
Deletes agent pool with the specified identifier.AgentPool
AgentPoolManagerImpl. deleteAgentPool(int agentPoolId)
void
AgentPoolManager. dissociateProjectsFromPool(int agentPoolId, Set<String> projectIds)
Dissociates specified projects from the specified pool.void
AgentPoolManagerImpl. dissociateProjectsFromPool(int agentPoolId, Set<String> projectIds)
void
AgentPoolManager. moveAgentToPool(int agentPoolId, BuildAgentEx agent)
Moves specified agent to the specified pool.void
AgentPoolManagerImpl. moveAgentToPool(int agentPoolId, BuildAgentEx agent)
void
AgentPoolManager. moveAgentTypesToPool(int agentPoolId, Set<Integer> agentTypeIds)
Moves specified agent types to the specified pool.void
AgentPoolManagerImpl. moveAgentTypesToPool(int agentPoolId, Set<Integer> agentTypeIds)
AgentPool
AgentPoolManager. updateAgentPool(int agentPoolId, String newAgentPoolName, AgentPoolLimits poolLimits)
Renames agent pool with the specified identifier.AgentPool
AgentPoolManagerImpl. 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 void
FakeAgentPoolManager. associateProjectsWithPool(int agentPoolId, Set<String> projectIds)
boolean
FakeAgentPoolManager. canAddAgent(int poolId)
boolean
FakeAgentPoolManager. canAddAgents(int poolId, int count)
AgentPool
FakeAgentPoolManager. deleteAgentPool(int agentPoolId)
void
FakeAgentPoolManager. dissociateProjectsFromPool(int agentPoolId, Set<String> projectIds)
void
FakeAgentPoolManager. moveAgentToPool(int agentPoolId, BuildAgentEx agent)
void
FakeAgentPoolManager. moveAgentTypesToPool(int agentPoolId, Set<Integer> agentTypeIds)
AgentPool
FakeAgentPoolManager. 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 void
SecuredAgentPoolManager. associateProjectsWithPool(int poolId, Set<String> projectIds)
boolean
SecuredAgentPoolManager. canAddAgent(int poolId)
boolean
SecuredAgentPoolManager. canAddAgents(int poolId, int count)
AgentPool
SecuredAgentPoolManager. deleteAgentPool(int agentPoolId)
void
SecuredAgentPoolManager. dissociateProjectsFromPool(int poolId, Set<String> projectIds)
void
SecuredAgentPoolManager. moveAgentToPool(int targetPoolId, BuildAgentEx agent)
void
SecuredAgentPoolManager. moveAgentTypesToPool(int agentPoolId, Set<Integer> agentTypeIds)
AgentPool
SecuredAgentPoolManager. updateAgentPool(int agentPoolId, String newAgentPoolName, AgentPoolLimits poolLimits)
-