Interface VcsExecutionServices
-
- All Known Subinterfaces:
ExecutorServiceManager
,ExecutorServicesEx
- All Known Implementing Classes:
TeamCityExecutorServicesImpl
public interface VcsExecutionServices
Created 26.08.13 19:02- Author:
- Eugene Petrenko (eugene.petrenko@jetbrains.com)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExecutorService
getPeriodicalChangesCollectorService()
ExecutorService
getVcsChangesCollectorsExecutorService()
-
-
-
Method Detail
-
getVcsChangesCollectorsExecutorService
@NotNull ExecutorService getVcsChangesCollectorsExecutorService()
- Returns:
- executor service for VCS changes collection tasks
-
getPeriodicalChangesCollectorService
@NotNull ExecutorService getPeriodicalChangesCollectorService()
- Returns:
- separate executor service to be used during periodical changes collecting
-
-