Uses of Class
jetbrains.buildServer.AgentRestrictorType
-
-
Uses of AgentRestrictorType in jetbrains.buildServer
Methods in jetbrains.buildServer that return AgentRestrictorType Modifier and Type Method Description AgentRestrictorType
AgentRestrictor. getType()
Returns thetype
of agent restrictor.static AgentRestrictorType
AgentRestrictorType. 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 SAgentRestrictor
AgentRestrictorFactory. 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 SAgentRestrictor
AgentRestrictorFactoryImpl. 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 AgentRestrictorType
CloudAgentRestrictor. getType()
AgentRestrictorType
PoolRestrictorInfo. getType()
AgentRestrictorType
SingleAgentRestrictorInfo. getType()
-