Class ReviewResult
java.lang.Object
com.google.gerrit.extensions.api.changes.ReviewResult
Result object representing the outcome of a review request.
- 
Field SummaryFieldsModifier 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 SummaryConstructors
- 
Method Summary
- 
Field Details- 
labelsMap of labels to values after the review was posted. Null if any reviewer additions were rejected.
- 
reviewersMap of account or group identifier to outcome of adding as a reviewer. Null if no reviewer additions were requested.
- 
readyBoolean indicating whether the change was moved out of WIP by this review. Either true or null.
- 
errorError message for non-200 responses.
- 
changeInfoChange after applying the update.
 
- 
- 
Constructor Details- 
ReviewResultpublic ReviewResult()
 
-