Package jetbrains.buildServer.vcs.impl
Interface ExecService
-
public interface ExecServiceA minimal part of the ExecutorService used to collect changes
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Future<?>submit(Runnable task)Future<?>submit(Collection<? extends Runnable> tasks)
-
-
-
Method Detail
-
submit
Future<?> submit(@NotNull Collection<? extends Runnable> tasks)
-
-