Uses of Class
jetbrains.buildServer.AgentRestrictorType
-
-
Uses of AgentRestrictorType in jetbrains.buildServer
Methods in jetbrains.buildServer that return AgentRestrictorType Modifier and Type Method Description AgentRestrictorTypeAgentRestrictor. getType()Returns thetypeof agent restrictor.static AgentRestrictorTypeAgentRestrictorType. valueOf(String name)Returns the enum constant of this type with the specified name.static AgentRestrictorType[]AgentRestrictorType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AgentRestrictorType in jetbrains.buildServer.serverSide
Methods in jetbrains.buildServer.serverSide with parameters of type AgentRestrictorType Modifier and Type Method Description SAgentRestrictorAgentRestrictorFactory. createFor(AgentRestrictorType type, int id) -
Uses of AgentRestrictorType in jetbrains.buildServer.serverSide.impl
Methods in jetbrains.buildServer.serverSide.impl with parameters of type AgentRestrictorType Modifier and Type Method Description SAgentRestrictorAgentRestrictorFactoryImpl. createFor(AgentRestrictorType type, int id) -
Uses of AgentRestrictorType in jetbrains.buildServer.serverSide.impl.buildDistribution.restrictors
Methods in jetbrains.buildServer.serverSide.impl.buildDistribution.restrictors that return AgentRestrictorType Modifier and Type Method Description AgentRestrictorTypeCloudAgentRestrictor. getType()AgentRestrictorTypePoolRestrictorInfo. getType()AgentRestrictorTypeSingleAgentRestrictorInfo. getType()
-