Class CommentInfo

java.lang.Object
com.google.gerrit.extensions.client.Comment
com.google.gerrit.extensions.common.CommentInfo
Direct Known Subclasses:
RobotCommentInfo

public class CommentInfo extends Comment
  • Field Details

    • author

      public AccountInfo author
    • tag

      public String tag
    • changeMessageId

      public String changeMessageId
    • unresolved

      public Boolean unresolved
    • contextLines

      public List<ContextLineInfo> contextLines
      A list of ContextLineInfo, that is, a list of pairs of {line_num, line_text} of the actual source file content surrounding and including the lines where the comment was written.
    • sourceContentType

      public String sourceContentType
      Mime type of the underlying source file. Only available if context lines are requested.
  • Constructor Details

    • CommentInfo

      public CommentInfo()
  • Method Details