Class GitCommandsExecutor


  • public class GitCommandsExecutor
    extends Object
    This executor can invoke multiple git commands in parallel using threads.

    If threads = 1 the caller thread is used. If a git command fails, invocation of all running and not yet started commands is stopped.