Package com.google.gerrit.entities
Class LabelId
- java.lang.Object
-
- com.google.gerrit.entities.LabelId
-
public abstract class LabelId extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
CODE_REVIEW
static String
LEGACY_SUBMIT_NAME
static String
VERIFIED
-
Constructor Summary
Constructors Constructor Description LabelId()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LabelId
create(String n)
String
get()
static LabelId
legacySubmit()
-
-
-
Field Detail
-
LEGACY_SUBMIT_NAME
public static final String LEGACY_SUBMIT_NAME
- See Also:
- Constant Field Values
-
CODE_REVIEW
public static final String CODE_REVIEW
- See Also:
- Constant Field Values
-
VERIFIED
public static final String VERIFIED
- See Also:
- Constant Field Values
-
-