public class PullRequestCommentModificationRequestedEvent extends PullRequestCancelableCommentEvent
This event is also cancelable. A listener may prevent the comment from being edited by
canceling this event. Throwing an exception will not prevent the comment from
being edited; the exception will be logged and ignored.
source| Constructor and Description |
|---|
PullRequestCommentModificationRequestedEvent(Object source,
PullRequest pullRequest,
Comment comment,
Comment parent,
String previousText,
CancelState cancelState) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPreviousText() |
cancel, getComment, getCommentAction, getParent, isCanceledgetAction, getPullRequestgetDate, getUsergetSource, toStringCopyright © 2019 Atlassian. All rights reserved.