Package com.google.gerrit.server.git
Class GarbageCollection
- java.lang.Object
-
- com.google.gerrit.server.git.GarbageCollection
-
public class GarbageCollection extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
GarbageCollection.Factory
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GarbageCollectionResult
run(List<Project.NameKey> projectNames)
GarbageCollectionResult
run(List<Project.NameKey> projectNames, boolean aggressive, PrintWriter writer)
GarbageCollectionResult
run(List<Project.NameKey> projectNames, PrintWriter writer)
-
-
-
Method Detail
-
run
public GarbageCollectionResult run(List<Project.NameKey> projectNames)
-
run
public GarbageCollectionResult run(List<Project.NameKey> projectNames, PrintWriter writer)
-
run
public GarbageCollectionResult run(List<Project.NameKey> projectNames, boolean aggressive, PrintWriter writer)
-
-