public class GitCommandsExecutor extends Object
If threads = 1 the caller thread is used. If a git command fails, invocation of all running and not yet started commands is stopped.
| Constructor and Description |
|---|
GitCommandsExecutor(int threads,
hudson.model.TaskListener listener) |
public GitCommandsExecutor(int threads,
hudson.model.TaskListener listener)
public <T> void invokeAll(Collection<Callable<T>> commands) throws GitException, InterruptedException
GitExceptionInterruptedExceptionCopyright © 2013–2020. All rights reserved.