Uses of Enum Class
org.eclipse.jgit.lib.SubmoduleConfig.FetchRecurseSubmodulesMode
Packages that use SubmoduleConfig.FetchRecurseSubmodulesMode
Package
Description
High-level API commands (the porcelain of JGit).
Core API for repository, config, refs, object database.
-
Uses of SubmoduleConfig.FetchRecurseSubmodulesMode in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api with parameters of type SubmoduleConfig.FetchRecurseSubmodulesModeModifier and TypeMethodDescriptionFetchCommand.setRecurseSubmodules
(SubmoduleConfig.FetchRecurseSubmodulesMode recurse) Set the mode to be used for recursing into submodules.PullCommand.setRecurseSubmodules
(SubmoduleConfig.FetchRecurseSubmodulesMode recurse) Set the mode to be used for recursing into submodules. -
Uses of SubmoduleConfig.FetchRecurseSubmodulesMode in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib that return SubmoduleConfig.FetchRecurseSubmodulesModeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.SubmoduleConfig.FetchRecurseSubmodulesMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.