public class CommentAddedEvent extends ChangeEvent
Modifier and Type | Field and Description |
---|---|
ApprovalAttribute[] |
approvals |
AccountAttribute |
author |
ChangeAttribute |
change |
java.lang.String |
comment |
PatchSetAttribute |
patchSet |
java.lang.String |
type |
Constructor and Description |
---|
CommentAddedEvent() |
public final java.lang.String type
public ChangeAttribute change
public PatchSetAttribute patchSet
public AccountAttribute author
public ApprovalAttribute[] approvals
public java.lang.String comment