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 TimedExecutorTimedExecutor. withCachedThreadPool(String name)static TimedExecutorTimedExecutor. withCachedThreadPool(String name, long keepAliveMilliseconds)static TimedExecutorTimedExecutor. withFixedThreadPool(int threadCount, String name)static TimedExecutorTimedExecutor. withSingleThreadPool(String name)
-