Uses of Class
hudson.plugins.git.IndexEntry
-
Packages that use IndexEntry 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. -
-
Uses of IndexEntry in hudson.plugins.git
Methods in hudson.plugins.git that return types with arguments of type IndexEntry Modifier and Type Method Description List<IndexEntry>
IGitAPI. lsTree(String treeIsh)
Deprecated.UseIGitAPI.lsTree(String, boolean)
to be explicit about the recursion behaviour.List<IndexEntry>
IGitAPI. lsTree(String treeIsh, boolean recursive)
Deprecated.lsTree. -
Uses of IndexEntry in org.jenkinsci.plugins.gitclient
Methods in org.jenkinsci.plugins.gitclient that return types with arguments of type IndexEntry Modifier and Type Method Description List<IndexEntry>
CliGitAPIImpl. 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>
JGitAPIImpl. 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.
-