public class CommentUpdateEvent extends CommentEvent implements Updated, NotificationEnabledEvent
comment
source
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, getContent
equals, hashCode, isSuppressNotifications, setSuppressNotifications
getSource, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
isSuppressNotifications
getTimestamp
@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.