public class PullRequestCommentReplyRequestedEvent extends PullRequestCancelableCommentEvent
 This event is also cancelable. A listener may prevent the reply from being created by
 canceling this event. Throwing an exception will not prevent the reply from
 being created; the exception will be logged and ignored.
source| Constructor and Description | 
|---|
| PullRequestCommentReplyRequestedEvent(Object source,
                                     PullRequest pullRequest,
                                     Comment comment,
                                     Comment parent,
                                     CancelState cancelState) | 
cancel, getComment, getCommentAction, getParent, isCanceledgetAction, getPullRequestgetDate, getUsergetSource, toStringpublic PullRequestCommentReplyRequestedEvent(@Nonnull Object source, @Nonnull PullRequest pullRequest, @Nonnull Comment comment, @Nonnull Comment parent, @Nonnull CancelState cancelState)
Copyright © 2019 Atlassian. All rights reserved.