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 interfaceAgentPoolRepresents agent poolinterfaceReadOnlyAgentPoolmarker 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 classAgentPoolImplclassAgentPoolLimitsImplCreated by Sergey.Pak on 5/12/2016.classFakeAgentPoolCreated by Sergey.Pak on 5/13/2016.classProjectAgentPoolImplFields in jetbrains.buildServer.serverSide.agentPools declared as AgentPoolLimits Modifier and Type Field Description static AgentPoolLimitsAgentPoolLimits. DEFAULTDefault limits for a newly created agent poolAgentPoolLimitsFakeAgentPool. myDetailsMethods in jetbrains.buildServer.serverSide.agentPools with parameters of type AgentPoolLimits Modifier and Type Method Description AgentPoolAgentPoolManager. createNewAgentPool(String agentPoolName, AgentPoolLimits poolLimits)Creates new agent pool with the specified name and specific limitsAgentPoolAgentPoolManagerImpl. createNewAgentPool(String agentPoolName, AgentPoolLimits poolLimits)static StringAgentPoolLimitsImpl. describeLimits(AgentPoolLimits limits)static booleanAgentPoolLimitsImpl. limitsEquals(AgentPoolLimits l1, AgentPoolLimits l2)AgentPoolAgentPoolManager. updateAgentPool(int agentPoolId, String newAgentPoolName, AgentPoolLimits poolLimits)Renames agent pool with the specified identifier.AgentPoolAgentPoolManagerImpl. 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 AgentPoolFakeAgentPoolManager. createNewAgentPool(int newId, String agentPoolName, AgentPoolLimits details)AgentPoolFakeAgentPoolManager. createNewAgentPool(String agentPoolName, AgentPoolLimits poolLimits)AgentPoolFakeAgentPoolManager. 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 classDummyAgentType.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 AgentPoolSecuredAgentPoolManager. createNewAgentPool(String agentPoolName, AgentPoolLimits poolLimits)AgentPoolSecuredAgentPoolManager. updateAgentPool(int agentPoolId, String newAgentPoolName, AgentPoolLimits poolLimits)
-