public class ReviewerDeletedEvent extends PatchSetEvent
Modifier and Type | Field and Description |
---|---|
com.google.common.base.Supplier<ApprovalAttribute[]> |
approvals |
String |
comment |
com.google.common.base.Supplier<AccountAttribute> |
reviewer |
static 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 String TYPE
public com.google.common.base.Supplier<AccountAttribute> reviewer
public com.google.common.base.Supplier<ApprovalAttribute[]> approvals
public String comment