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