Interface ExecutorServicesEx
-
- All Superinterfaces:
ExecutorServices
,VcsExecutionServices
- All Known Subinterfaces:
ExecutorServiceManager
- All Known Implementing Classes:
TeamCityExecutorServicesImpl
public interface ExecutorServicesEx extends ExecutorServices, VcsExecutionServices
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExecutorService
getBuildTriggersExecutorService()
ExecutorService
getCleanupExecutorService()
-
Methods inherited from interface jetbrains.buildServer.serverSide.executors.ExecutorServices
getLowPriorityExecutorService, getNormalExecutorService
-
Methods inherited from interface jetbrains.buildServer.serverSide.executors.VcsExecutionServices
getPeriodicalChangesCollectorService, getVcsChangesCollectorsExecutorService
-
-
-
-
Method Detail
-
getCleanupExecutorService
@NotNull ExecutorService getCleanupExecutorService()
- Returns:
- executor service for cleanup tasks
-
getBuildTriggersExecutorService
@NotNull ExecutorService getBuildTriggersExecutorService()
- Returns:
- executor service for build triggers
-
-