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