Class ReviewResult
java.lang.Object
com.google.gerrit.extensions.api.changes.ReviewResult
Result object representing the outcome of a review request.
-
Field Summary
FieldsModifier and TypeFieldDescriptionChange after applying the update.Error message for non-200 responses.Map of labels to values after the review was posted.Boolean indicating whether the change was moved out of WIP by this review.Map of account or group identifier to outcome of adding as a reviewer. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
labels
Map of labels to values after the review was posted. Null if any reviewer additions were rejected. -
reviewers
Map of account or group identifier to outcome of adding as a reviewer. Null if no reviewer additions were requested. -
ready
Boolean indicating whether the change was moved out of WIP by this review. Either true or null. -
error
Error message for non-200 responses. -
changeInfo
Change after applying the update.
-
-
Constructor Details
-
ReviewResult
public ReviewResult()
-