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 class
AgentRestrictorFactoryImpl
Methods in jetbrains.buildServer.serverSide.impl with parameters of type AgentRestrictorFactory Modifier and Type Method Description void
BuildQueueImpl. 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 void
SecuredPersonalBuildManager. 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 AgentRestrictorFactory
BuildContext. getAgentRestrictorFactory()
AgentRestrictorFactory
BuildContextImpl. getAgentRestrictorFactory()
AgentRestrictorFactory
BuildPromotionContext. getAgentRestrictorFactory()
AgentRestrictorFactory
BuildTypeContext. getAgentRestrictorFactory()
AgentRestrictorFactory
BuildTypeContextsImpl. getAgentRestrictorFactory()
Methods in jetbrains.buildServer.serverSide.impl.beans with parameters of type AgentRestrictorFactory Modifier and Type Method Description void
BuildContextImpl. setAgentRestrictorFactory(AgentRestrictorFactory agentRestrictorFactory)
void
BuildTypeContextsImpl. 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 void
PersonalBuildManagerImpl. setAgentRestrictorFactory(AgentRestrictorFactory agentRestrictorFactory)
-