public class CommitDiscussionCommentDeletionRequestedEvent extends CommitDiscussionCancelableCommentEvent
This event is also cancelable. A listener may prevent the comment from being deleted by
canceling this event. Throwing an exception will not prevent the comment from
being deleted; the exception will be logged and ignored.
source| Constructor and Description |
|---|
CommitDiscussionCommentDeletionRequestedEvent(Object source,
CommitDiscussion discussion,
Comment comment,
Comment parent,
CancelState cancelState) |
cancel, isCanceledgetComment, getCommentAction, getParentgetDiscussiongetRepositorygetDate, getUsergetSource, toStringpublic CommitDiscussionCommentDeletionRequestedEvent(@Nonnull Object source, @Nonnull CommitDiscussion discussion, @Nonnull Comment comment, @Nullable Comment parent, @Nonnull CancelState cancelState)
Copyright © 2019 Atlassian. All rights reserved.