Package com.google.gerrit.common.data
Class GarbageCollectionResult.Error
- java.lang.Object
-
- com.google.gerrit.common.data.GarbageCollectionResult.Error
-
- Enclosing class:
- GarbageCollectionResult
public static class GarbageCollectionResult.Error extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GarbageCollectionResult.Error.Type
-
Field Summary
Fields Modifier and Type Field Description protected Project.NameKey
projectName
protected GarbageCollectionResult.Error.Type
type
-
Constructor Summary
Constructors Modifier Constructor Description protected
Error()
Error(GarbageCollectionResult.Error.Type type, Project.NameKey projectName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Project.NameKey
getProjectName()
GarbageCollectionResult.Error.Type
getType()
String
toString()
-
-
-
Field Detail
-
type
protected GarbageCollectionResult.Error.Type type
-
projectName
protected Project.NameKey projectName
-
-
Constructor Detail
-
Error
protected Error()
-
Error
public Error(GarbageCollectionResult.Error.Type type, Project.NameKey projectName)
-
-
Method Detail
-
getType
public GarbageCollectionResult.Error.Type getType()
-
getProjectName
public Project.NameKey getProjectName()
-
-