@AsynchronousPreferred public class PullRequestCommentEditedEvent extends PullRequestCommentEvent
source| Constructor and Description |
|---|
PullRequestCommentEditedEvent(Object source,
PullRequest pullRequest,
Comment comment,
Comment parent,
String previousText,
CommentSeverity previousSeverity,
CommentState previousState) |
| Modifier and Type | Method and Description |
|---|---|
CommentSeverity |
getPreviousSeverity() |
CommentState |
getPreviousState() |
String |
getPreviousText() |
getComment, getCommentAction, getParentgetAction, getPullRequestgetDate, getUsergetSource, toStringpublic PullRequestCommentEditedEvent(@Nonnull Object source, @Nonnull PullRequest pullRequest, @Nonnull Comment comment, @Nullable Comment parent, @Nonnull String previousText, @Nonnull CommentSeverity previousSeverity, @Nonnull CommentState previousState)
source - the component raising the eventpullRequest - the pull request this comment relates tocomment - the commentparent - the parent of this comment, or null if this is a top-level commentpreviousText - the previous text of the commentpreviousSeverity - the previous severity of the commentpreviousState - the previous state of the comment@Nonnull public CommentSeverity getPreviousSeverity()
@Nonnull public CommentState getPreviousState()
Copyright © 2023 Atlassian. All rights reserved.