Uses of Class
hudson.plugins.git.IndexEntry
Packages that use 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
Methods in hudson.plugins.git that return types with arguments of type IndexEntryModifier and TypeMethodDescriptionDeprecated.Deprecated.lsTree. -
Uses of IndexEntry in org.jenkinsci.plugins.gitclient
Methods in org.jenkinsci.plugins.gitclient that return types with arguments of type IndexEntryModifier 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.