Class CommentSummary

java.lang.Object
com.atlassian.jira.issue.comments.CommentSummary

@PublicApi public final class CommentSummary extends Object
Contains all information required to render the initial comment summary on the view issue page.
Since:
v7.1
  • Constructor Details

    • CommentSummary

      public CommentSummary(int total, List<Comment> comments)
  • Method Details

    • getTotal

      public int getTotal()
    • getComments

      public List<Comment> getComments()