Interface NewCommentDeduplicator

    • Method Detail

      • findDuplicateComment

        @Deprecated
        default com.atlassian.fugue.Option<Comment> findDuplicateComment​(Iterable<Comment> existingComments)
        Deprecated.
        Given a collection of existing comments, determine which one, if any, is a duplicate of the new comment submission.
      • getDuplicateComment

        Optional<Comment> getDuplicateComment​(Iterable<Comment> existingComments)
        Given a collection of existing comments, determine which one, if any, is a duplicate of the new comment submission.
        Since:
        7.0.1
      • newCommentSaved

        void newCommentSaved​(Comment newComment)
        Called when a new comment has been saved