Package com.google.gerrit.entities
Class ProjectChangeKey
- java.lang.Object
-
- com.google.gerrit.entities.ProjectChangeKey
-
-
Constructor Summary
Constructors Constructor Description ProjectChangeKey()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract Change.Id
changeId()
static ProjectChangeKey
create(Project.NameKey projectName, Change.Id changeId)
abstract Project.NameKey
projectName()
-
-
-
Method Detail
-
create
public static ProjectChangeKey create(Project.NameKey projectName, Change.Id changeId)
-
projectName
public abstract Project.NameKey projectName()
-
changeId
public abstract Change.Id changeId()
-
-