See: Description
| Interface | Description |
|---|---|
| ChangelogCommand |
Command builder for generating changelog in the format
GitSCM expects. |
| CheckoutCommand |
CheckoutCommand interface.
|
| CloneCommand |
Command to clone a repository.
|
| FetchCommand |
FetchCommand interface.
|
| GitClient |
Interface to Git functionality.
|
| GitCommand |
Base type for the builder style command object for various git commands.
|
| InitCommand |
InitCommand interface.
|
| MergeCommand |
MergeCommand interface.
|
| PushCommand |
PushCommand interface.
|
| RebaseCommand |
RebaseCommand interface.
|
| RepositoryCallback<T> |
Code that gets executed on the machine where the working directory is local
and
Repository object is accessible. |
| RevListCommand |
RevListCommand interface.
|
| SubmoduleUpdateCommand |
SubmoduleUpdateCommand interface.
|
| Class | Description |
|---|---|
| CliGitAPIImpl |
Implementation class using command line CLI ran as external command.
|
| Git |
Git repository access class.
|
| GitToolConfigurator | |
| GitURIRequirementsBuilder |
A builder to help creating requirements from GIT URIs.
|
| JGitApacheTool |
JGit, configured with the Apache HTTP Client, as
GitTool |
| JGitApacheTool.DescriptorImpl | |
| JGitAPIImpl |
GitClient pure Java implementation using JGit.
|
| JGitProgressMonitor |
JGitProgressMonitor class.
|
| JGitTool |
JGit as
GitTool |
| JGitTool.DescriptorImpl | |
| Messages |
Generated localization support class.
|
| UnsupportedCommand |
A command to convey unsupported features.
|
| Enum | Description |
|---|---|
| MergeCommand.GitPluginFastForwardMode | |
| MergeCommand.Strategy |
Copyright © 2013–2020. All rights reserved.