Package com.google.gerrit.entities
Class Change.Id
- java.lang.Object
-
- com.google.gerrit.entities.Change.Id
-
-
Constructor Summary
Constructors Constructor Description Id()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Change.Id
fromAllUsersRef(String ref)
static Change.Id
fromEditRefPart(String ref)
static Change.Id
fromRef(String ref)
static Change.Id
fromRefPart(String ref)
int
get()
static Change.Id
parse(String str)
Parse a Change.Id out of a string representation.String
toRefPrefix()
String
toString()
-
-
-
Method Detail
-
get
public int get()
-
toRefPrefix
public String toRefPrefix()
-
-