Package com.google.gerrit.entities
Class Change.Key
java.lang.Object
com.google.gerrit.entities.Change.Key
- Enclosing class:
- Change
Globally unique identification of this change. This generally takes the form of a string
"Ixxxxxx...", and is stored in the Change-Id footer of a commit.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionObtain a shorter version of this key string, using a leading prefix.get()
max()
Construct a key that is after all keys prefixed by this key.static Change.Key
final String
toString()
static com.google.gson.TypeAdapter<Change.Key>
typeAdapter
(com.google.gson.Gson gson)