Uses of Class
jetbrains.buildServer.util.executors.ScalingThreadPoolExecutor
-
Packages that use ScalingThreadPoolExecutor Package Description jetbrains.buildServer.serverSide.impl.executors -
-
Uses of ScalingThreadPoolExecutor in jetbrains.buildServer.serverSide.impl.executors
Subclasses of ScalingThreadPoolExecutor in jetbrains.buildServer.serverSide.impl.executors Modifier and Type Class Description classBuildFinishMockScheduledExecutorServiceclassCommonExecutorServiceThis is the common executor service each TeamCity service or plugin should use unless it requires a separate ExecutorService for some specific purpose.classMockScheduledExecutorServiceMethods in jetbrains.buildServer.serverSide.impl.executors that return ScalingThreadPoolExecutor Modifier and Type Method Description ScalingThreadPoolExecutorSimpleExecutorServices. findExecutorByName(String name)ScalingThreadPoolExecutorDeferringExecutorService. getUnderlyingExecutorService()Constructors in jetbrains.buildServer.serverSide.impl.executors with parameters of type ScalingThreadPoolExecutor Constructor Description DeferringExecutorService(ScalingThreadPoolExecutor delegate)
-