public abstract class PullRequestReviewCommentEvent extends PullRequestReviewEvent
source
Modifier | Constructor and Description |
---|---|
protected |
PullRequestReviewCommentEvent(Object source,
PullRequest pullRequest,
Comment comment,
Comment parent,
CommentAction commentAction) |
Modifier and Type | Method and Description |
---|---|
Comment |
getComment() |
CommentAction |
getCommentAction() |
Comment |
getParent() |
getAction, getPullRequest
getDate, getUser
getSource, toString
protected PullRequestReviewCommentEvent(@Nonnull Object source, @Nonnull PullRequest pullRequest, @Nonnull Comment comment, @Nullable Comment parent, @Nonnull CommentAction commentAction)
source
- the component raising the eventpullRequest
- the affected pull requestcomment
- the affected commentparent
- the parent of the comment, which will be null
for top level commentscommentAction
- the action performed on the commentCopyright © 2021 Atlassian. All rights reserved.