Package com.google.gerrit.entities
Class RobotComment
java.lang.Object
com.google.gerrit.entities.Comment
com.google.gerrit.entities.RobotComment
-
Nested Class Summary
Nested classes/interfaces inherited from class com.google.gerrit.entities.Comment
Comment.Identity, Comment.Key, Comment.Range, Comment.Status
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
ConstructorsConstructorDescriptionRobotComment
(Comment.Key key, Account.Id author, Instant writtenOn, short side, String message, String serverId, String robotId, String robotRunId) -
Method Summary
Methods inherited from class com.google.gerrit.entities.Comment
getCommentFieldApproximateSize, getCommitId, getRealAuthor, setCommitId, setLineNbrAndRange, setRange, setRealAuthor, setWrittenOn, toStringHelper
-
Field Details
-
robotId
-
robotRunId
-
url
-
properties
-
fixSuggestions
-
-
Constructor Details
-
RobotComment
public RobotComment(Comment.Key key, Account.Id author, Instant writtenOn, short side, String message, String serverId, String robotId, String robotRunId)
-
-
Method Details