public class GarbageCollection extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
GarbageCollection.Factory |
Modifier and Type | Method and 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) |
public GarbageCollectionResult run(List<Project.NameKey> projectNames)
public GarbageCollectionResult run(List<Project.NameKey> projectNames, PrintWriter writer)
public GarbageCollectionResult run(List<Project.NameKey> projectNames, boolean aggressive, PrintWriter writer)