| Package | Description |
|---|---|
| hudson.plugins.git |
Compatibility package provided for legacy git client API users.
|
| org.jenkinsci.plugins.gitclient |
Core classes for git client API implementation.
|
| Class and Description |
|---|
| CliGitAPIImpl
Implementation class using command line CLI ran as external command.
|
| GitClient
Interface to Git functionality.
|
| Class and Description |
|---|
| ChangelogCommand
Command builder for generating changelog in the format
GitSCM expects. |
| CheckoutCommand
CheckoutCommand interface.
|
| CloneCommand
Command to clone a repository.
|
| FetchCommand
FetchCommand interface.
|
| Git
Git repository access class.
|
| GitClient
Interface to Git functionality.
|
| GitCommand
Base type for the builder style command object for various git commands.
|
| GitURIRequirementsBuilder
A builder to help creating requirements from GIT URIs.
|
| InitCommand
InitCommand interface.
|
| MergeCommand
MergeCommand interface.
|
| MergeCommand.GitPluginFastForwardMode |
| MergeCommand.Strategy |
| PushCommand
PushCommand interface.
|
| RebaseCommand
RebaseCommand interface.
|
| RepositoryCallback
Code that gets executed on the machine where the working directory is local
and
Repository object is accessible. |
| RevListCommand
RevListCommand interface.
|
| SubmoduleUpdateCommand
SubmoduleUpdateCommand interface.
|
| UnsupportedCommand
A command to convey unsupported features.
|
Copyright © 2013–2020. All rights reserved.