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 class
BuildFinishMockScheduledExecutorService
class
CommonExecutorService
This is the common executor service each TeamCity service or plugin should use unless it requires a separate ExecutorService for some specific purpose.class
MockScheduledExecutorService
Methods in jetbrains.buildServer.serverSide.impl.executors that return ScalingThreadPoolExecutor Modifier and Type Method Description ScalingThreadPoolExecutor
SimpleExecutorServices. findExecutorByName(String name)
ScalingThreadPoolExecutor
DeferringExecutorService. getUnderlyingExecutorService()
Constructors in jetbrains.buildServer.serverSide.impl.executors with parameters of type ScalingThreadPoolExecutor Constructor Description DeferringExecutorService(ScalingThreadPoolExecutor delegate)
-