Uses of Class
jetbrains.buildServer.serverSide.agentPools.AgentPoolCannotBeRenamedException
-
Packages that use AgentPoolCannotBeRenamedException Package Description jetbrains.buildServer.serverSide.agentPools jetbrains.buildServer.serverSide.fakes jetbrains.buildServer.serverSide.impl.auth -
-
Uses of AgentPoolCannotBeRenamedException in jetbrains.buildServer.serverSide.agentPools
Methods in jetbrains.buildServer.serverSide.agentPools that throw AgentPoolCannotBeRenamedException Modifier and Type Method Description AgentPoolAgentPoolManager. createNewAgentPool(String agentPoolName)Creates new agent pool with the specified name and no limits.AgentPoolAgentPoolManager. createNewAgentPool(String agentPoolName, AgentPoolLimits poolLimits)Creates new agent pool with the specified name and specific limitsAgentPoolAgentPoolManagerImpl. createNewAgentPool(String agentPoolName)AgentPoolAgentPoolManagerImpl. createNewAgentPool(String agentPoolName, AgentPoolLimits poolLimits)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 AgentPoolCannotBeRenamedException in jetbrains.buildServer.serverSide.fakes
Methods in jetbrains.buildServer.serverSide.fakes that throw AgentPoolCannotBeRenamedException Modifier and Type Method Description AgentPoolFakeAgentPoolManager. updateAgentPool(int agentPoolId, String newAgentPoolName, AgentPoolLimits poolLimits) -
Uses of AgentPoolCannotBeRenamedException in jetbrains.buildServer.serverSide.impl.auth
Methods in jetbrains.buildServer.serverSide.impl.auth that throw AgentPoolCannotBeRenamedException Modifier and Type Method Description AgentPoolSecuredAgentPoolManager. createNewAgentPool(String agentPoolName)AgentPoolSecuredAgentPoolManager. createNewAgentPool(String agentPoolName, AgentPoolLimits poolLimits)AgentPoolSecuredAgentPoolManager. updateAgentPool(int agentPoolId, String newAgentPoolName, AgentPoolLimits poolLimits)
-