Class CommentInfo
java.lang.Object
com.google.gerrit.extensions.client.Comment
com.google.gerrit.extensions.common.CommentInfo
- Direct Known Subclasses:
RobotCommentInfo
-
Nested Class Summary
Nested classes/interfaces inherited from class com.google.gerrit.extensions.client.Comment
Comment.Range
-
Field Summary
FieldsModifier and TypeFieldDescriptionA list ofContextLineInfo
, 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.Mime type of the underlying source file. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.gerrit.extensions.client.Comment
getUpdated, setUpdated, side
-
Field Details
-
author
-
tag
-
changeMessageId
-
unresolved
-
contextLines
A list ofContextLineInfo
, 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
Mime type of the underlying source file. Only available if context lines are requested.
-
-
Constructor Details
-
CommentInfo
public CommentInfo()
-
-
Method Details