Uses of Interface
jetbrains.buildServer.serverSide.AgentRestrictorFactory
-
-
Uses of AgentRestrictorFactory in jetbrains.buildServer.serverSide.impl
Classes in jetbrains.buildServer.serverSide.impl that implement AgentRestrictorFactory Modifier and Type Class Description classAgentRestrictorFactoryImplMethods in jetbrains.buildServer.serverSide.impl with parameters of type AgentRestrictorFactory Modifier and Type Method Description voidBuildQueueImpl. setAgentRestrictorFactory(AgentRestrictorFactory agentRestrictorFactory)Constructors in jetbrains.buildServer.serverSide.impl with parameters of type AgentRestrictorFactory Constructor Description BuildQueueTasks(MultiNodeTasks nodeTasks, BuildQueueEx buildQueue, ExecutorServices executorServices, BuildPromotionManagerEx buildPromotionManager, ServerResponsibility serverResponsibility, AgentRestrictorFactory agentRestrictorFactory) -
Uses of AgentRestrictorFactory in jetbrains.buildServer.serverSide.impl.auth
Methods in jetbrains.buildServer.serverSide.impl.auth with parameters of type AgentRestrictorFactory Modifier and Type Method Description voidSecuredPersonalBuildManager. setAgentRestrictorFactory(AgentRestrictorFactory agentRestrictorFactory) -
Uses of AgentRestrictorFactory in jetbrains.buildServer.serverSide.impl.beans
Methods in jetbrains.buildServer.serverSide.impl.beans that return AgentRestrictorFactory Modifier and Type Method Description AgentRestrictorFactoryBuildContext. getAgentRestrictorFactory()AgentRestrictorFactoryBuildContextImpl. getAgentRestrictorFactory()AgentRestrictorFactoryBuildPromotionContext. getAgentRestrictorFactory()AgentRestrictorFactoryBuildTypeContext. getAgentRestrictorFactory()AgentRestrictorFactoryBuildTypeContextsImpl. getAgentRestrictorFactory()Methods in jetbrains.buildServer.serverSide.impl.beans with parameters of type AgentRestrictorFactory Modifier and Type Method Description voidBuildContextImpl. setAgentRestrictorFactory(AgentRestrictorFactory agentRestrictorFactory)voidBuildTypeContextsImpl. setAgentRestrictorFactory(AgentRestrictorFactory agentRestrictorFactory) -
Uses of AgentRestrictorFactory in jetbrains.buildServer.serverSide.impl.personal
Methods in jetbrains.buildServer.serverSide.impl.personal with parameters of type AgentRestrictorFactory Modifier and Type Method Description voidPersonalBuildManagerImpl. setAgentRestrictorFactory(AgentRestrictorFactory agentRestrictorFactory)
-