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