Uses of Class
org.eclipse.jgit.internal.storage.file.GC.RepoStatistics
Packages that use GC.RepoStatistics
Package
Description
High-level API commands (the porcelain of JGit).
File based repository storage.
-
Uses of GC.RepoStatistics in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api with parameters of type GC.RepoStatisticsModifier and TypeMethodDescriptionprivate static Properties
GarbageCollectCommand.toProperties
(GC.RepoStatistics stats) -
Uses of GC.RepoStatistics in org.eclipse.jgit.internal.storage.file
Methods in org.eclipse.jgit.internal.storage.file that return GC.RepoStatisticsModifier and TypeMethodDescriptionGC.getStatistics()
Returns information about objects and pack files for a FileRepository.