Uses of Class
jetbrains.buildServer.util.TimedExecutor
-
Packages that use TimedExecutor Package Description jetbrains.buildServer.util -
-
Uses of TimedExecutor in jetbrains.buildServer.util
Methods in jetbrains.buildServer.util that return TimedExecutor Modifier and Type Method Description static TimedExecutor
TimedExecutor. withCachedThreadPool(String name)
static TimedExecutor
TimedExecutor. withCachedThreadPool(String name, long keepAliveMilliseconds)
static TimedExecutor
TimedExecutor. withFixedThreadPool(int threadCount, String name)
static TimedExecutor
TimedExecutor. withSingleThreadPool(String name)
-