public abstract class ChangeEvent extends RefEvent
Modifier and Type | Field and Description |
---|---|
ChangeAttribute |
change |
eventCreatedOn, type
Modifier | Constructor and Description |
---|---|
protected |
ChangeEvent(String type) |
Modifier and Type | Method and Description |
---|---|
com.google.gerrit.reviewdb.client.Change.Key |
getChangeKey() |
com.google.gerrit.reviewdb.client.Project.NameKey |
getProjectNameKey() |
String |
getRefName() |
public ChangeAttribute change
protected ChangeEvent(String type)
public com.google.gerrit.reviewdb.client.Project.NameKey getProjectNameKey()
getProjectNameKey
in class ProjectEvent
public String getRefName()
getRefName
in class RefEvent
public com.google.gerrit.reviewdb.client.Change.Key getChangeKey()