Known Direct Subclasses
|
Known Indirect Subclasses
|
Class Overview
Event that is raised when a comment is added, edited or deleted on a pull request.
Summary
[Expand]
Inherited Fields |
From class
java.util.EventObject
|
Protected Constructors
protected
PullRequestCommentEvent
(Object source, PullRequest pullRequest, Comment comment, Comment parent, CommentAction commentAction)
Constructs a new PullRequestCommentEvent
.
Parameters
source
| the component raising the event |
pullRequest
| the affected pull request |
comment
| the affected comment |
parent
| the parent of the comment, which will be null for top-level comments |
commentAction
| the action performed on the comment
|
Public Methods
@Nonnull
public
Comment
getComment
()
@Nullable
public
Comment
getParent
()