| 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.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IGitAPI
Deprecated.
methods here are deprecated until proven useful by a plugin
|
| Modifier and Type | Class and Description |
|---|---|
class |
GitAPI
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
GitClient |
GitAPI.subGit(String subdir)
Deprecated.
subGit.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CliGitAPIImpl
Implementation class using command line CLI ran as external command.
|
class |
JGitAPIImpl
GitClient pure Java implementation using JGit.
|
| Modifier and Type | Method and Description |
|---|---|
GitClient |
Git.getClient()
GitClient implementation. |
GitClient |
CliGitAPIImpl.subGit(String subdir)
subGit.
|
GitClient |
JGitAPIImpl.subGit(String subdir)
subGit.
|
GitClient |
GitClient.subGit(String subdir)
subGit.
|
Copyright © 2013–2020. All rights reserved.