package

com.atlassian.stash.event.comment

Classes

CommentAddedEvent This class is deprecated. in 2.11 for removal in 3.0. This event includes no context, making it impossible to determine whether the comment was added to a commit discussion or to a pull request. Event handlers should listen for CommitDiscussionCommentAddedEvent or PullRequestCommentAddedEvent.  
CommentDeletedEvent This class is deprecated. in 2.11 for removal in 3.0. This event includes no context, making it impossible to determine whether the comment was deleted from a commit discussion or from a pull request. Event handlers should listen for CommitDiscussionCommentDeletedEvent or PullRequestCommentDeletedEvent.  
CommentEditedEvent This class is deprecated. in 2.11 for removal in 3.0. This event includes no context, making it impossible to determine whether the comment was edited on a commit discussion or on a pull request. Event handlers should listen for CommitDiscussionCommentEditedEvent or PullRequestCommentEditedEvent.  
CommentEvent This class is deprecated. in 2.11 for removal in 3.0. This event includes no context, making it impossible to determine whether the comment was added to a commit discussion or to a pull request.  
CommentRepliedEvent This class is deprecated. in 2.11 for removal in 3.0. This event includes no context, making it impossible to determine whether the comment was replied to on a commit discussion or a pull request. Event handlers should listen for CommitDiscussionCommentRepliedEvent or PullRequestCommentRepliedEvent.