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 AgentPool
AgentPoolManager. createNewAgentPool(String agentPoolName)
Creates new agent pool with the specified name and no limits.AgentPool
AgentPoolManager. createNewAgentPool(String agentPoolName, AgentPoolLimits poolLimits)
Creates new agent pool with the specified name and specific limitsAgentPool
AgentPoolManagerImpl. createNewAgentPool(String agentPoolName)
AgentPool
AgentPoolManagerImpl. createNewAgentPool(String agentPoolName, AgentPoolLimits poolLimits)
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 AgentPoolCannotBeRenamedException in jetbrains.buildServer.serverSide.fakes
Methods in jetbrains.buildServer.serverSide.fakes that throw AgentPoolCannotBeRenamedException Modifier and Type Method Description AgentPool
FakeAgentPoolManager. 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 AgentPool
SecuredAgentPoolManager. createNewAgentPool(String agentPoolName)
AgentPool
SecuredAgentPoolManager. createNewAgentPool(String agentPoolName, AgentPoolLimits poolLimits)
AgentPool
SecuredAgentPoolManager. updateAgentPool(int agentPoolId, String newAgentPoolName, AgentPoolLimits poolLimits)
-