Uses of Class
jetbrains.buildServer.serverSide.agentPools.PoolQuotaExceededException
-
Packages that use PoolQuotaExceededException Package Description jetbrains.buildServer.serverSide.agentPools jetbrains.buildServer.serverSide.fakes jetbrains.buildServer.serverSide.impl.auth -
-
Uses of PoolQuotaExceededException in jetbrains.buildServer.serverSide.agentPools
Methods in jetbrains.buildServer.serverSide.agentPools that throw PoolQuotaExceededException Modifier and Type Method Description 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)
void
AgentPoolManager. moveAgentTypesToProjectPool(String projectId, Set<Integer> agentTypeIds)
Moves the specified agent types to the project agents pool corresponding to the specified project id (pool will be created if it does not exist)void
AgentPoolManagerImpl. moveAgentTypesToProjectPool(String projectId, Set<Integer> agentTypeIds)
-
Uses of PoolQuotaExceededException in jetbrains.buildServer.serverSide.fakes
Methods in jetbrains.buildServer.serverSide.fakes that throw PoolQuotaExceededException Modifier and Type Method Description void
FakeAgentPoolManager. moveAgentToPool(int agentPoolId, BuildAgentEx agent)
void
FakeAgentPoolManager. moveAgentTypesToProjectPool(String projectId, Set<Integer> agentTypeIds)
-
Uses of PoolQuotaExceededException in jetbrains.buildServer.serverSide.impl.auth
Methods in jetbrains.buildServer.serverSide.impl.auth that throw PoolQuotaExceededException Modifier and Type Method Description void
SecuredAgentPoolManager. moveAgentToPool(int targetPoolId, BuildAgentEx agent)
void
SecuredAgentPoolManager. moveAgentTypesToPool(int agentPoolId, Set<Integer> agentTypeIds)
void
SecuredAgentPoolManager. moveAgentTypesToProjectPool(String projectId, Set<Integer> agentTypeIds)
-