public class CommentUpdateEvent extends CommentEvent implements Updated, NotificationEnabledEvent
commentsource| Constructor and Description |
|---|
CommentUpdateEvent(Object src,
Comment comment)
Deprecated.
since 7.1.0, use
CommentUpdateEvent(Object, Comment, Comment, OperationContext) |
CommentUpdateEvent(Object src,
Comment comment,
Comment originalComment)
Deprecated.
since 7.1.0, use
CommentUpdateEvent(Object, Comment, Comment, OperationContext) |
CommentUpdateEvent(Object source,
Comment comment,
@Nullable Comment originalComment,
@Nullable OperationContext<?> operationContext) |
| Modifier and Type | Method and Description |
|---|---|
Comment |
getOriginalComment() |
getComment, getContentequals, hashCode, isSuppressNotifications, setSuppressNotificationsgetSource, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitisSuppressNotificationsgetTimestamp@Deprecated public CommentUpdateEvent(Object src, Comment comment)
CommentUpdateEvent(Object, Comment, Comment, OperationContext)@Deprecated public CommentUpdateEvent(Object src, Comment comment, Comment originalComment)
CommentUpdateEvent(Object, Comment, Comment, OperationContext)public CommentUpdateEvent(Object source, Comment comment, @Nullable Comment originalComment, @Nullable OperationContext<?> operationContext)
public Comment getOriginalComment()
Copyright © 2003–2021 Atlassian. All rights reserved.