Uses of Interface
org.eclipse.jgit.lib.Config.ConfigEnum
Packages that use Config.ConfigEnum
Package
Description
High-level API commands (the porcelain of JGit).
Core API for repository, config, refs, object database.
Transport (fetch/push) for different protocols.
-
Uses of Config.ConfigEnum in org.eclipse.jgit.api
Classes in org.eclipse.jgit.api that implement Config.ConfigEnumModifier and TypeClassDescriptionstatic enumThe modes available for fast forward merges corresponding to the--ff,--no-ffand--ff-onlyoptions underbranch.<name>.mergeoptions. -
Uses of Config.ConfigEnum in org.eclipse.jgit.lib
Classes in org.eclipse.jgit.lib that implement Config.ConfigEnumModifier and TypeClassDescriptionstatic enumConfig values for branch.static enumConfig values for gpg.format.static enumConfig values for submodule. -
Uses of Config.ConfigEnum in org.eclipse.jgit.transport
Classes in org.eclipse.jgit.transport that implement Config.ConfigEnumModifier and TypeClassDescriptionstatic enumConfig values for http.followRedirect.static enumConfig values for push.recurseSubmodules.