Uses of Class
hudson.plugins.git.IndexEntry
Package
Description
Compatibility package provided for legacy git client API users.
Core classes for git client API implementation.
-
Uses of IndexEntry in hudson.plugins.git
Modifier and TypeMethodDescriptionDeprecated.Deprecated.lsTree. -
Uses of IndexEntry in org.jenkinsci.plugins.gitclient
Modifier and TypeMethodDescriptionCliGitAPIImpl.getSubmodules
(String treeIsh) Finds all the submodule references in this repository at the specified tree.GitClient.getSubmodules
(String treeIsh) Finds all the submodule references in this repository at the specified tree.JGitAPIImpl.getSubmodules
(String treeIsh) Finds all the submodule references in this repository at the specified tree.lsTree.Deprecated.
IGitAPI.lsTree(String, boolean)
to be explicit about the recursion behaviour.