Uses of Enum Class
org.eclipse.jgit.lib.GcConfig.PackRefsMode
Packages that use GcConfig.PackRefsMode
-
Uses of GcConfig.PackRefsMode in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib that return GcConfig.PackRefsModeModifier and TypeMethodDescriptionGcConfig.getPackRefs()Get the pack refs mode configuring which refs to pack during gc.static GcConfig.PackRefsModeReturns the enum constant of this class with the specified name.static GcConfig.PackRefsMode[]GcConfig.PackRefsMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.eclipse.jgit.lib with parameters of type GcConfig.PackRefsModeModifierConstructorDescriptionGcConfig(GcConfig.PackRefsMode packRefs) Create a new gc configuration with the given settings.