Interface CommentHandler

All Known Implementing Classes:
CommentHandlerImpl

public interface CommentHandler
  • Method Details

    • handleCommentDeleted

      void handleCommentDeleted(@Nonnull Comment deleted)
    • handleCommentAdded

      void handleCommentAdded(@Nonnull Comment added)
    • handleCommentLimited

      void handleCommentLimited(@Nonnull Issue issue, ApplicationUser author, String body, long limitValue)
      Handle when adding comment is declined because it would exceed a configured Safeguards limit.
      Parameters:
      issue - the parent Issue
      author - the User specified as the author of the declined comment
      body - the body of the declined comment
      limitValue - the currently configured value of the Safeguards limit
      Since:
      9.0