@AsynchronousPreferred public class PullRequestReviewCommentRepliedEvent extends PullRequestReviewCommentEvent
source| Constructor and Description |
|---|
PullRequestReviewCommentRepliedEvent(Object source,
PullRequest pullRequest,
Comment comment,
Comment parent) |
getComment, getCommentAction, getParentgetAction, getPullRequestgetDate, getUsergetSource, toStringpublic 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 © 2024 Atlassian. All rights reserved.