@AsynchronousPreferred public class PullRequestReviewCommentRepliedEvent extends PullRequestReviewCommentEvent
source
Constructor and Description |
---|
PullRequestReviewCommentRepliedEvent(Object source,
PullRequest pullRequest,
Comment comment,
Comment parent) |
getComment, getCommentAction, getParent
getAction, getPullRequest
getDate, getUser
getSource, toString
public PullRequestReviewCommentRepliedEvent(@Nonnull Object source, @Nonnull PullRequest pullRequest, @Nonnull Comment comment, @Nonnull Comment parent)
source
- the component raising the eventpullRequest
- the affected pull requestcomment
- the commentparent
- the parent of the commentCopyright © 2021 Atlassian. All rights reserved.