| Interface | Description |
|---|---|
| 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 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. |
| Class | Description |
|---|---|
| GitMergeCommandParameters | |
| GitMergeCommandParameters.Builder | |
| GitRebaseCommandParameters | |
| GitRebaseCommandParameters.Builder |
Copyright © 2019 Atlassian. All rights reserved.