| Package | Description |
|---|---|
| hudson.plugins.git | |
| org.jenkinsci.plugins.gitclient |
| 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.
|
| 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 |
JGitAPIImpl.subGit(String subdir) |
GitClient |
GitClient.subGit(String subdir) |
GitClient |
CliGitAPIImpl.subGit(String subdir) |
Copyright © 2004-2013. All Rights Reserved.