public class ReviewerDeletedEvent extends PatchSetEvent
Modifier and Type | Field and Description |
---|---|
com.google.common.base.Supplier<ApprovalAttribute[]> |
approvals |
java.lang.String |
comment |
com.google.common.base.Supplier<AccountAttribute> |
reviewer |
static java.lang.String |
TYPE |
patchSet
change, changeKey, project, refName
eventCreatedOn, type
Constructor and Description |
---|
ReviewerDeletedEvent(com.google.gerrit.reviewdb.client.Change change) |
getChangeKey, getProjectNameKey, getRefName
getBranchNameKey
public static final java.lang.String TYPE
public com.google.common.base.Supplier<AccountAttribute> reviewer
public com.google.common.base.Supplier<ApprovalAttribute[]> approvals
public java.lang.String comment