| 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 |
|---|---|
List<IndexEntry> |
IGitAPI.lsTree(String treeIsh)
Deprecated.
Use
IGitAPI.lsTree(String, boolean) to be explicit about the recursion behaviour. |
List<IndexEntry> |
IGitAPI.lsTree(String treeIsh,
boolean recursive)
Deprecated.
lsTree.
|
| Modifier and Type | Method and Description |
|---|---|
List<IndexEntry> |
CliGitAPIImpl.getSubmodules(String treeIsh)
Finds all the submodule references in this repository at the specified tree.
|
List<IndexEntry> |
JGitAPIImpl.getSubmodules(String treeIsh)
Finds all the submodule references in this repository at the specified tree.
|
List<IndexEntry> |
GitClient.getSubmodules(String treeIsh)
Finds all the submodule references in this repository at the specified tree.
|
List<IndexEntry> |
CliGitAPIImpl.lsTree(String treeIsh,
boolean recursive)
lsTree.
|
List<IndexEntry> |
JGitAPIImpl.lsTree(String treeIsh,
boolean recursive)
Deprecated.
|
Copyright © 2013–2020. All rights reserved.