Class CommitDiscussionCommentEditedEvent
java.lang.Object
java.util.EventObject
com.atlassian.bitbucket.event.ApplicationEvent
com.atlassian.bitbucket.event.repository.RepositoryEvent
com.atlassian.bitbucket.event.commit.CommitDiscussionEvent
com.atlassian.bitbucket.event.commit.CommitDiscussionCommentEvent
com.atlassian.bitbucket.event.commit.CommitDiscussionCommentEditedEvent
- All Implemented Interfaces:
Serializable
@AsynchronousPreferred
public class CommitDiscussionCommentEditedEvent
extends CommitDiscussionCommentEvent
Event that is raised when a comment is edited in a commit discussion.
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionCommitDiscussionCommentEditedEvent(Object source, CommitDiscussion discussion, Comment comment, Comment parent, String previousText, CommentSeverity previousSeverity, CommentState previousState) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class com.atlassian.bitbucket.event.commit.CommitDiscussionCommentEvent
getComment, getCommentAction, getParentMethods inherited from class com.atlassian.bitbucket.event.commit.CommitDiscussionEvent
getDiscussionMethods inherited from class com.atlassian.bitbucket.event.repository.RepositoryEvent
getRepositoryMethods inherited from class com.atlassian.bitbucket.event.ApplicationEvent
getDate, getUserMethods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
CommitDiscussionCommentEditedEvent
public CommitDiscussionCommentEditedEvent(@Nonnull Object source, @Nonnull CommitDiscussion discussion, @Nonnull Comment comment, @Nullable Comment parent, @Nonnull String previousText, @Nonnull CommentSeverity previousSeverity, @Nonnull CommentState previousState) - Parameters:
source- the component raising the eventdiscussion- the commit discussion 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- Since:
- 6.7
-
-
Method Details
-
getPreviousSeverity
- Since:
- 6.7
-
getPreviousState
- Since:
- 6.7
-
getPreviousText
-