Uses of Interface
jetbrains.buildServer.serverSide.agentPools.AgentPoolManager
-
-
Uses of AgentPoolManager in jetbrains
Methods in jetbrains that return AgentPoolManager Modifier and Type Method Description AgentPoolManager
BuildServerCreator. getAgentPoolManager()
-
Uses of AgentPoolManager in jetbrains.buildServer.clouds.server.impl
Methods in jetbrains.buildServer.clouds.server.impl with parameters of type AgentPoolManager Modifier and Type Method Description void
CloudManagerBaseImpl. setAgentPoolManager(AgentPoolManager agentPoolManager)
Constructors in jetbrains.buildServer.clouds.server.impl with parameters of type AgentPoolManager Constructor Description CloudQuotaCheckerImpl(CloudManagerBase base, RunningAgentsTracker tracker, BuildServerEx buildServerEx, AgentPoolManager agentPoolManager, AgentTypeStorage agentTypeStorage, SecurityContextEx securityContext, CloudEventDispatcher cloudEventDispatcher)
-
Uses of AgentPoolManager in jetbrains.buildServer.controllers.actions
Constructors in jetbrains.buildServer.controllers.actions with parameters of type AgentPoolManager Constructor Description AjaxControllerActions(AjaxController controller, SBuildServer server, WebLoginModelEx loginModel, BuildAgentManagerEx agentManager, AddToQueueProcessor addToQueueProcessor, BuildPromotionManager buildPromotionManager, SystemProblemList problems, SystemProblemWebSpecificsManager specificsManager, RunBuildBeanFactory runBuildBeanFactory, AgentPoolManager agentPoolManager, CurrentProblemsManager currentProblemsManager, SystemProblemList systemProblemList, MergeManager mergeManager, FavoriteBuildsManager favoriteBuildsManager, TagsManager tagsManager, InternalErrorsHandler internalErrorsHandler, UserProjectVisibility projectVisibility, BranchBeanFactory branchBeanFactory, AuditLogFactory auditLogFactory)
-
Uses of AgentPoolManager in jetbrains.buildServer.controllers.admin.buildTime
Constructors in jetbrains.buildServer.controllers.admin.buildTime with parameters of type AgentPoolManager Constructor Description BuildTimeReportController(BuildTimeProvider provider, ParameterBasedLimitProvider limitProvider, ProjectManager projectManager, AgentPoolManager agentPoolManager)
-
Uses of AgentPoolManager in jetbrains.buildServer.controllers.agent
Fields in jetbrains.buildServer.controllers.agent declared as AgentPoolManager Modifier and Type Field Description protected AgentPoolManager
AgentDetailsFormBase. myAgentPoolManager
Methods in jetbrains.buildServer.controllers.agent that return AgentPoolManager Modifier and Type Method Description protected AgentPoolManager
AgentsListTab. getAgentPoolManager()
-
Uses of AgentPoolManager in jetbrains.buildServer.controllers.agent.statistics
Constructors in jetbrains.buildServer.controllers.agent.statistics with parameters of type AgentPoolManager Constructor Description AgentsStatisticsTableController(SBuildServer server, WebControllerManager manager, AggregatedStatisticsProvider provider, AgentStatisticsInfo agentStatisticsInfo, AgentPoolManager agentPoolManager, SecurityContextEx security)
AgentsStatisticsTableForm(AggregatedStatisticsProvider data, ProjectManager projectManager, AgentPoolManager agentPoolManager, AgentStatisticsInfo compatibility, SecurityContextEx security)
AgentStatisticsForm(AgentStatisticsGrouping data, ProjectManager projectManager, AgentPoolManager agentPoolManager)
-
Uses of AgentPoolManager in jetbrains.buildServer.controllers.queue
Constructors in jetbrains.buildServer.controllers.queue with parameters of type AgentPoolManager Constructor Description BuildQueueController(SBuildServer server, AgentPoolManager agentPoolManager, BuildQueueEx buildQueue, BuildAgentManager buildAgentManager, VirtualAgentsManager virtualAgentsManager, BranchBeanFactory branchBeanFactory, ProjectManager projectManager, CanRunOnAgentsCalculator canRunCalculator)
BuildQueueForm(BuildQueueEx buildQueue, BuildAgentManager buildAgentManager, VirtualAgentsManager virtualAgentsManager, AgentPoolManager agentPoolManager, ProjectManager projectManager, CanRunOnAgentsCalculator canRunOnAgentsCalculator)
-
Uses of AgentPoolManager in jetbrains.buildServer.groups.impl
Methods in jetbrains.buildServer.groups.impl with parameters of type AgentPoolManager Modifier and Type Method Description void
UserGroupFactoryImpl. setAgentPoolManager(AgentPoolManager agentPoolManager)
-
Uses of AgentPoolManager in jetbrains.buildServer.push.notificator
Constructors in jetbrains.buildServer.push.notificator with parameters of type AgentPoolManager Constructor Description BuildQueueCountersByPoolNotifier(ExecutorServices executorServices, TopicsRegistry topicsRegistry, EventDispatcher<BuildServerListener> dispatcher, BuildQueueEx buildQueue, AgentPoolManager agentPoolManager)
-
Uses of AgentPoolManager in jetbrains.buildServer.serverSide.agentPools
Classes in jetbrains.buildServer.serverSide.agentPools that implement AgentPoolManager Modifier and Type Class Description class
AgentPoolManagerImpl
Constructors in jetbrains.buildServer.serverSide.agentPools with parameters of type AgentPoolManager Constructor Description AgentPoolImpl(int id, String name, AgentPoolManager agentPoolManager, ProjectManagerEx projectManager)
ProjectAgentPoolImpl(int poolId, String projectId, ProjectManager projectManager, AgentPoolManager agentPoolManager)
-
Uses of AgentPoolManager in jetbrains.buildServer.serverSide.agentTypes
Methods in jetbrains.buildServer.serverSide.agentTypes with parameters of type AgentPoolManager Modifier and Type Method Description void
AgentTypeDatabaseStorage. setAgentPoolManager(AgentPoolManager agentPoolManager)
void
AgentTypeFinderImpl. setPoolManager(AgentPoolManager poolManager)
Constructors in jetbrains.buildServer.serverSide.agentTypes with parameters of type AgentPoolManager Constructor Description AgentTypeImpl(AgentTypeDetails agentTypeDetails, AgentType data, AgentPoolManager agentPoolManager, BuildAgentManager buildAgentManager, BuildHistoryEx history)
AgentTypeImpl(AgentType data, AgentTypeProviderRegistry agentTypeProviderRegistry, AgentPoolManager agentPoolManager, BuildAgentManager buildAgentManager, BuildHistoryEx history)
-
Uses of AgentPoolManager in jetbrains.buildServer.serverSide.fakes
Classes in jetbrains.buildServer.serverSide.fakes that implement AgentPoolManager Modifier and Type Class Description class
FakeAgentPoolManager
Fake simple agent pool manager, for testing purposes. -
Uses of AgentPoolManager in jetbrains.buildServer.serverSide.healthStatus.reports
Constructors in jetbrains.buildServer.serverSide.healthStatus.reports with parameters of type AgentPoolManager Constructor Description NoProxyMultiNodeSetupReport(BuildAgentManagerEx agentManager, AgentPoolManager agentPoolManager)
-
Uses of AgentPoolManager in jetbrains.buildServer.serverSide.impl
Fields in jetbrains.buildServer.serverSide.impl declared as AgentPoolManager Modifier and Type Field Description protected AgentPoolManager
QueuedBuildFactoryImpl. myAgentPoolManager
Methods in jetbrains.buildServer.serverSide.impl with parameters of type AgentPoolManager Modifier and Type Method Description void
AgentRestrictorFactoryImpl. _setAgentPoolManager(AgentPoolManager agentPoolManager)
void
BuildAgentManagerImpl. setAgentPoolManager(AgentPoolManager agentPoolManager)
void
QueuedBuildFactoryImpl. setAgentPoolManager(AgentPoolManager agentPoolManager)
-
Uses of AgentPoolManager in jetbrains.buildServer.serverSide.impl.audit
Constructors in jetbrains.buildServer.serverSide.impl.audit with parameters of type AgentPoolManager Constructor Description AuditLogCleanerImpl(DBFunctionsProvider db, TestName2Index testName2Index, EventDispatcher<BuildServerListener> eventDispatcher, ExecutorServices executors, AuditLogProvider auditLogProvider, UserModel userModel, UserGroupManager userGroupManager, AgentPoolManager agentPoolManager, RolesManager rolesManager, ServerResponsibility serverResponsibility)
-
Uses of AgentPoolManager in jetbrains.buildServer.serverSide.impl.audit.finders
Constructors in jetbrains.buildServer.serverSide.impl.audit.finders with parameters of type AgentPoolManager Constructor Description AgentPoolFinder(AgentPoolManager agentPoolManager)
-
Uses of AgentPoolManager in jetbrains.buildServer.serverSide.impl.auth
Classes in jetbrains.buildServer.serverSide.impl.auth that implement AgentPoolManager Modifier and Type Class Description class
SecuredAgentPoolManager
Methods in jetbrains.buildServer.serverSide.impl.auth with parameters of type AgentPoolManager Modifier and Type Method Description void
SecuredAgentTypeManager. setAgentPoolManager(AgentPoolManager agentPoolManager)
void
SecuredBuildAgentManager. setAgentPoolManager(AgentPoolManager agentPoolManager)
Constructors in jetbrains.buildServer.serverSide.impl.auth with parameters of type AgentPoolManager Constructor Description SecuredQueuedBuild(BuildPromotion buildPromotion, SAgentRestrictor agentRestrictor, String rawTriggeredBy, BuildEstimator buildEstimator, BuildQueueEx buildQueue, BuildAgentManager agentManager, AgentPoolManager agentPoolManager, BuildServerEx server, TriggeredByParser triggeredByParser, SecurityContextEx securityContext, BuildAgentFactory buildAgentFactory, WaitReasonStatisticsCollector waitReasonStatisticsCollector, CanRunOnAgentsCalculator canRunOnCalculator)
-
Uses of AgentPoolManager in jetbrains.buildServer.serverSide.impl.beans
Methods in jetbrains.buildServer.serverSide.impl.beans that return AgentPoolManager Modifier and Type Method Description AgentPoolManager
AgentContext. getAgentPoolManager()
AgentPoolManager
BuildTypeContextsImpl. getAgentPoolManager()
AgentPoolManager
ProjectContext. getAgentPoolManager()
Methods in jetbrains.buildServer.serverSide.impl.beans with parameters of type AgentPoolManager Modifier and Type Method Description void
BuildTypeContextsImpl. setAgentPoolManager(AgentPoolManager agentPoolManager)
-
Uses of AgentPoolManager in jetbrains.buildServer.serverSide.impl.buildDistribution.restrictors
Constructors in jetbrains.buildServer.serverSide.impl.buildDistribution.restrictors with parameters of type AgentPoolManager Constructor Description PoolRestrictor(int poolId, AgentPoolManager agentPoolManager)
-
Uses of AgentPoolManager in jetbrains.buildServer.serverSide.impl.projects
Methods in jetbrains.buildServer.serverSide.impl.projects that return AgentPoolManager Modifier and Type Method Description AgentPoolManager
ProjectFactoryImpl. getAgentPoolManager()
Methods in jetbrains.buildServer.serverSide.impl.projects with parameters of type AgentPoolManager Modifier and Type Method Description void
ProjectFactoryImpl. setAgentPoolManager(AgentPoolManager agentPoolManager)
void
ProjectManagerImpl. setAgentPoolManager(AgentPoolManager agentPoolManager)
-
Uses of AgentPoolManager in jetbrains.buildServer.serverSide.impl.tracker
Constructors in jetbrains.buildServer.serverSide.impl.tracker with parameters of type AgentPoolManager Constructor Description EventTrackerImpl(EventDispatcher<BuildServerListener> serverDispatcher, EventDispatcher<BuildTypeBranchesListener> branchesDispatcher, AgentPoolManager agentPoolManager, ProjectManagerEx projectManager, UserModelEx userModel, NotificationRulesManager rulesManager, SecurityContext securityContext, BuildHistory buildHistory, ExecutorServices executorServices, EventDispatcher<VersionedSettingsStatusEventListener> versionedSettingsStatusDispatcher)
-
Uses of AgentPoolManager in jetbrains.buildServer.virtualConfiguration.generator.impl
Constructors in jetbrains.buildServer.virtualConfiguration.generator.impl with parameters of type AgentPoolManager Constructor Description SetAgentPools(SProject parentProject, AgentPoolManager agentPoolManager)
VirtualProjectGeneratorImpl(ProjectManagerEx projectManager, AgentPoolManager agentPoolManager, VersionedSettingsManager vcsManager, KeepRulesManager keepRulesManager)
-
Uses of AgentPoolManager in jetbrains.buildServer.web.impl
Constructors in jetbrains.buildServer.web.impl with parameters of type AgentPoolManager Constructor Description ServerSummaryImpl(SBuildServer server, BuildAgentManagerEx agentManager, ProjectManager projectManager, UserModel userModel, ServerSettings serverSettings, AgentPoolManager agentPoolManager, TeamCityNodes teamCityNodes)
-