Uses of Class
org.eclipse.jgit.lib.GcConfig
Packages that use GcConfig
Package
Description
High-level API commands (the porcelain of JGit).
File based repository storage.
Core API for repository, config, refs, object database.
-
Uses of GcConfig in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api with parameters of type GcConfigModifier and TypeMethodDescriptionGarbageCollectCommand.setGcConfig(GcConfig gcConfig) Set the gc configuration -
Uses of GcConfig in org.eclipse.jgit.internal.storage.file
Methods in org.eclipse.jgit.internal.storage.file that return GcConfigMethods in org.eclipse.jgit.internal.storage.file with parameters of type GcConfig -
Uses of GcConfig in org.eclipse.jgit.lib
Fields in org.eclipse.jgit.lib with type parameters of type GcConfigModifier and TypeFieldDescriptionstatic final Config.SectionParser<GcConfig>GcConfig.KEYKey forConfig.get(SectionParser).