Package com.atlassian.bitbucket.scm.git.command
package com.atlassian.bitbucket.scm.git.command
-
ClassDescriptionOverrides methods from the standard
PluginBulkContentCommandFactoryinterface and returnsGitCommandinstances instead of simpleCommandorAsyncCommandinstances.GitCommand<T>Merges both theCommandandAsyncCommandinterfaces, allowinggitcommands to be run both synchronously and asynchronously.GitCommandBuilderSupport<B extends GitCommandBuilderSupport<B>>ExtendsCommandBuilderSupportand serves as the super-interface describing additional functionality that is required to be provided by all type-safegitcommand builders.Overrides methods from the standardPluginCommandFactoryinterface and returnsGitCommandinstances instead of simpleCommandorAsyncCommandinstances.Overrides methods from the standardPluginCompareCommandFactoryinterface to returnsGitCommandinstances instead of simpleCommandinstances.Overrides methods from the standardPluginExtendedCommandFactoryinterface and returnsGitCommandinstances instead of simpleCommandorAsyncCommandinstances.Overrides methods from the standardPluginMirrorCommandFactoryinterface and returnsGitCommandinstances instead of simpleCommandorAsyncCommandinstances.Overrides methods from the standardPluginPullRequestCommandFactoryinterface and returnsGitCommandinstances instead of simpleCommandorAsyncCommandinstances.Augments the free-formScmCommandBuilderwith git-specific type-safe builders, to simplify using well-known commands.GitTypedCommandBuilder<B extends GitTypedCommandBuilder<B>>Augments the free-formScmCommandBuilderwith git-specific type-safe builders, to simplify using well-known commands.Thrown byCommand.call()orAsyncCommand.start()when the command that was built withGitScmCommandBuilderis not supported.Augments theGitScmCommandBuilderwith type-safe builders for commands supported inwork trees.