| 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 | Method and Description |
|---|---|
Revision |
Revision.clone() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
IGitAPI.showRevision(Revision r)
Deprecated.
showRevision.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CliGitAPIImpl.setupSubmoduleUrls(Revision rev,
hudson.model.TaskListener listener)
Set up submodule URLs so that they correspond to the remote pertaining to
the revision that has been checked out.
|
void |
JGitAPIImpl.setupSubmoduleUrls(Revision rev,
hudson.model.TaskListener listener)
Deprecated.
|
void |
GitClient.setupSubmoduleUrls(Revision rev,
hudson.model.TaskListener listener)
Set up submodule URLs so that they correspond to the remote pertaining to
the revision that has been checked out.
|
Copyright © 2013–2020. All rights reserved.