public class RefUpdatedEvent extends RefEvent
Modifier and Type | Field and Description |
---|---|
com.google.common.base.Supplier<RefUpdateAttribute> |
refUpdate |
com.google.common.base.Supplier<AccountAttribute> |
submitter |
static String |
TYPE |
eventCreatedOn, type
Constructor and Description |
---|
RefUpdatedEvent() |
Modifier and Type | Method and Description |
---|---|
com.google.gerrit.reviewdb.client.Project.NameKey |
getProjectNameKey() |
String |
getRefName() |
getBranchNameKey
public static final String TYPE
public com.google.common.base.Supplier<AccountAttribute> submitter
public com.google.common.base.Supplier<RefUpdateAttribute> refUpdate
public com.google.gerrit.reviewdb.client.Project.NameKey getProjectNameKey()
getProjectNameKey
in class ProjectEvent
public String getRefName()
getRefName
in class RefEvent