Uses of Interface
jetbrains.buildServer.serverSide.agentPools.AgentPoolLimits
-
-
Uses of AgentPoolLimits in jetbrains.buildServer.serverSide.agentPools
Subinterfaces of AgentPoolLimits in jetbrains.buildServer.serverSide.agentPools Modifier and Type Interface Description interface
AgentPool
Represents agent poolinterface
ReadOnlyAgentPool
marker interface to indicate that this pool is readonly and doesn't allow adding projects and agents via UIClasses in jetbrains.buildServer.serverSide.agentPools that implement AgentPoolLimits Modifier and Type Class Description class
AgentPoolImpl
class
AgentPoolLimitsImpl
Created by Sergey.Pak on 5/12/2016.class
FakeAgentPool
Created by Sergey.Pak on 5/13/2016.class
ProjectAgentPoolImpl
Fields in jetbrains.buildServer.serverSide.agentPools declared as AgentPoolLimits Modifier and Type Field Description static AgentPoolLimits
AgentPoolLimits. DEFAULT
Default limits for a newly created agent poolAgentPoolLimits
FakeAgentPool. myDetails
Methods in jetbrains.buildServer.serverSide.agentPools with parameters of type AgentPoolLimits Modifier and Type Method Description AgentPool
AgentPoolManager. createNewAgentPool(String agentPoolName, AgentPoolLimits poolLimits)
Creates new agent pool with the specified name and specific limitsAgentPool
AgentPoolManagerImpl. createNewAgentPool(String agentPoolName, AgentPoolLimits poolLimits)
static String
AgentPoolLimitsImpl. describeLimits(AgentPoolLimits limits)
static boolean
AgentPoolLimitsImpl. limitsEquals(AgentPoolLimits l1, AgentPoolLimits l2)
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)
Constructors in jetbrains.buildServer.serverSide.agentPools with parameters of type AgentPoolLimits Constructor Description FakeAgentPool(int id, String name, AgentPoolLimits details)
-
Uses of AgentPoolLimits in jetbrains.buildServer.serverSide.fakes
Methods in jetbrains.buildServer.serverSide.fakes with parameters of type AgentPoolLimits Modifier and Type Method Description AgentPool
FakeAgentPoolManager. createNewAgentPool(int newId, String agentPoolName, AgentPoolLimits details)
AgentPool
FakeAgentPoolManager. createNewAgentPool(String agentPoolName, AgentPoolLimits poolLimits)
AgentPool
FakeAgentPoolManager. updateAgentPool(int agentPoolId, String newAgentPoolName, AgentPoolLimits poolLimits)
-
Uses of AgentPoolLimits in jetbrains.buildServer.serverSide.impl.agent
Classes in jetbrains.buildServer.serverSide.impl.agent that implement AgentPoolLimits Modifier and Type Class Description static class
DummyAgentType.DummyAgentPool
-
Uses of AgentPoolLimits in jetbrains.buildServer.serverSide.impl.auth
Methods in jetbrains.buildServer.serverSide.impl.auth with parameters of type AgentPoolLimits Modifier and Type Method Description AgentPool
SecuredAgentPoolManager. createNewAgentPool(String agentPoolName, AgentPoolLimits poolLimits)
AgentPool
SecuredAgentPoolManager. updateAgentPool(int agentPoolId, String newAgentPoolName, AgentPoolLimits poolLimits)
-