package

com.atlassian.bitbucket.scm.git.command

Interfaces

GitBulkContentCommandFactory Overrides methods from the standard PluginBulkContentCommandFactory interface and returns GitCommand instances instead of simple Command or AsyncCommand instances. 
GitCommand<T> Merges both the Command and AsyncCommand interfaces, allowing git commands to be run both synchronously and asynchronously. 
GitCommandBuilderFactory  
GitCommandBuilderSupport<B extends GitCommandBuilderSupport<B>> Extends CommandBuilderSupport and serves as the super-interface describing additional functionality that is required to be provided by all type-safe git command builders. 
GitCommandFactory Overrides methods from the standard PluginCommandFactory interface and returns GitCommand instances instead of simple Command or AsyncCommand instances. 
GitCompareCommandFactory Overrides methods from the standard PluginCompareCommandFactory interface to returns GitCommand instances instead of simple Command Command instances. 
GitExtendedCommandFactory Overrides methods from the standard PluginExtendedCommandFactory interface and returns GitCommand instances instead of simple Command or AsyncCommand instances. 
GitMirrorCommandFactory Overrides methods from the standard PluginMirrorCommandFactory interface and returns GitCommand instances instead of simple Command or AsyncCommand instances. 
GitPullRequestCommandFactory Overrides methods from the standard PluginPullRequestCommandFactory interface and returns GitCommand instances instead of simple Command or AsyncCommand instances. 
GitRefCommandFactory  
GitScmCommandBuilder Augments the free-form ScmCommandBuilder with git-specific type-safe builders, to simplify using well-known commands. 

Classes

GitMergeCommandParameters  
GitMergeCommandParameters.Builder  
GitRebaseCommandParameters Parameters to perform a git rebase operation for a given branch, to recreate its unique commits based on a given upstream
GitRebaseCommandParameters.Builder