public abstract class PullRequestCommentEvent extends PullRequestEvent
source
Modifier | Constructor and Description |
---|---|
protected |
PullRequestCommentEvent(Object source,
PullRequest pullRequest,
Comment comment,
Comment parent,
CommentAction commentAction)
Constructs a new
PullRequestCommentEvent . |
Modifier and Type | Method and Description |
---|---|
Comment |
getComment() |
CommentAction |
getCommentAction() |
Comment |
getParent() |
getAction, getPullRequest
getDate, getUser
getSource, toString
protected PullRequestCommentEvent(@Nonnull Object source, @Nonnull PullRequest pullRequest, @Nonnull Comment comment, @Nullable Comment parent, @Nonnull CommentAction commentAction)
PullRequestCommentEvent
.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 © 2020 Atlassian. All rights reserved.