public abstract class ChangeEvent extends RefEvent
Modifier and Type | Field and Description |
---|---|
com.google.common.base.Supplier<ChangeAttribute> |
change |
com.google.gerrit.reviewdb.client.Change.Key |
changeKey |
com.google.gerrit.reviewdb.client.Project.NameKey |
project |
String |
refName |
eventCreatedOn, type
Modifier | Constructor and Description |
---|---|
protected |
ChangeEvent(String type,
com.google.gerrit.reviewdb.client.Change change) |
Modifier and Type | Method and Description |
---|---|
com.google.gerrit.reviewdb.client.Change.Key |
getChangeKey() |
com.google.gerrit.reviewdb.client.Project.NameKey |
getProjectNameKey() |
String |
getRefName() |
getBranchNameKey
public com.google.common.base.Supplier<ChangeAttribute> change
public com.google.gerrit.reviewdb.client.Project.NameKey project
public String refName
public com.google.gerrit.reviewdb.client.Change.Key changeKey
protected ChangeEvent(String type, com.google.gerrit.reviewdb.client.Change change)
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()