public class VoteDeletedEvent 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> |
remover |
com.google.common.base.Supplier<AccountAttribute> |
reviewer |
patchSet
change, changeKey, project, refName
eventCreatedOn, type
Constructor and Description |
---|
VoteDeletedEvent(Change change) |
getChangeKey, getProjectNameKey, getRefName
getBranchNameKey
public com.google.common.base.Supplier<AccountAttribute> reviewer
public com.google.common.base.Supplier<AccountAttribute> remover
public com.google.common.base.Supplier<ApprovalAttribute[]> approvals
public java.lang.String comment
public VoteDeletedEvent(Change change)