Package com.google.gerrit.common.data
Class GarbageCollectionResult
- java.lang.Object
-
- com.google.gerrit.common.data.GarbageCollectionResult
-
public class GarbageCollectionResult extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGarbageCollectionResult.Error
-
Field Summary
Fields Modifier and Type Field Description protected List<GarbageCollectionResult.Error>errors
-
Constructor Summary
Constructors Constructor Description GarbageCollectionResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddError(GarbageCollectionResult.Error e)List<GarbageCollectionResult.Error>getErrors()booleanhasErrors()
-
-
-
Field Detail
-
errors
protected List<GarbageCollectionResult.Error> errors
-
-
Method Detail
-
addError
public void addError(GarbageCollectionResult.Error e)
-
getErrors
public List<GarbageCollectionResult.Error> getErrors()
-
hasErrors
public boolean hasErrors()
-
-