See: Description
| 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.
|
| org.jenkinsci.plugins.gitclient.jgit | |
| org.jenkinsci.plugins.gitclient.trilead |
Authentication classes for git client API.
|
Plugin developers are encouraged to use GitClient API in replacement for the legacy IGitAPI.
The plugin isolates this low-level git stuff from git-plugin, allowing alternate git implementations (like JGit).
For backwards compatibility, this plugin uses API classes from the hudson.plugins.git package.
The git client plugin also bundles JGit and JGit http server so that callers can rely on JGit and the JGit http server being available without including it in their own plugin packaging. This is used to reduce the size of the packaging of the git-server plugin, and may be useful in other plugins.
Copyright © 2013–2016. All rights reserved.