Uses of Interface
jetbrains.buildServer.serverSide.impl.executors.ExecutorServiceManager
-
-
Uses of ExecutorServiceManager in jetbrains.buildServer.serverSide
Methods in jetbrains.buildServer.serverSide with parameters of type ExecutorServiceManager Modifier and Type Method Description void
BaseServerSpringContextTestCase. setExecutorServiceManager(ExecutorServiceManager executorServiceManager)
-
Uses of ExecutorServiceManager in jetbrains.buildServer.serverSide.buildLog
Constructors in jetbrains.buildServer.serverSide.buildLog with parameters of type ExecutorServiceManager Constructor Description BuildLogFactory(ExecutorServiceManager executors, ServerPaths paths, HttpApi httpApi, BuildLogFacadeFactory buildLogFacadeFactory, ServerResponsibility serverResponsibility, TeamCityNodes teamCityNodes)
-
Uses of ExecutorServiceManager in jetbrains.buildServer.serverSide.impl
Methods in jetbrains.buildServer.serverSide.impl with parameters of type ExecutorServiceManager Modifier and Type Method Description void
BuildServerImpl. setExecutorServiceManager(ExecutorServiceManager executorServiceManager)
Constructors in jetbrains.buildServer.serverSide.impl with parameters of type ExecutorServiceManager Constructor Description BuildServerLifecycleProcessor(EventDispatcher<BuildServerListener> eventDispatcher, ExecutorServiceManager executorServiceManager, Heartbeat heartbeat)
-
Uses of ExecutorServiceManager in jetbrains.buildServer.serverSide.impl.executors
Classes in jetbrains.buildServer.serverSide.impl.executors that implement ExecutorServiceManager Modifier and Type Class Description class
TeamCityExecutorServicesImpl
-
Uses of ExecutorServiceManager in jetbrains.buildServer.vcs.impl
Constructors in jetbrains.buildServer.vcs.impl with parameters of type ExecutorServiceManager Constructor Description VcsLabeler(EventDispatcher<BuildServerListener> dispatcher, VcsRootInstancesManager vcsRootInstancesManager, BuildsManager builds, BranchSpecs specs, ExecutorServiceManager executors, SQLRunnerEx db, ServerResponsibilityEx serverResponsibility, BuildsRelatedMultiNodeTasks buildTasks)
-