Uses of Class
org.eclipse.jgit.api.GarbageCollectCommand

Packages that use GarbageCollectCommand
org.eclipse.jgit.api High-level API commands (the porcelain of JGit). 
 

Uses of GarbageCollectCommand in org.eclipse.jgit.api
 

Methods in org.eclipse.jgit.api that return GarbageCollectCommand
 GarbageCollectCommand Git.gc()
          Returns a command object to execute a gc command
 GarbageCollectCommand GarbageCollectCommand.setExpire(Date expire)
          During gc() or prune() each unreferenced, loose object which has been created or modified after expire will not be pruned.
 GarbageCollectCommand GarbageCollectCommand.setProgressMonitor(ProgressMonitor monitor)
           
 



Copyright © 2013. All Rights Reserved.