public interface

GitCommand

implements AsyncCommand<T> Command<T>
com.atlassian.bitbucket.scm.git.command.GitCommand<T>

Class Overview

Merges both the Command and AsyncCommand interfaces, allowing git commands to be run both synchronously and asynchronously. This allows the caller to choose which style of execution is suitable for their needs. Note that the output produced by the command when it is executed will be the same regardless of whether it is executed synchronously or asynchronously.

Summary

[Expand]
Inherited Methods
From interface com.atlassian.bitbucket.scm.AsyncCommand
From interface com.atlassian.bitbucket.scm.Command
From interface java.util.concurrent.Callable