Class ReviewResult

java.lang.Object
com.google.gerrit.extensions.api.changes.ReviewResult

public class ReviewResult extends Object
Result object representing the outcome of a review request.
  • Field Details

    • labels

      public Map<String,Short> labels
      Map of labels to values after the review was posted. Null if any reviewer additions were rejected.
    • reviewers

      public Map<String,ReviewerResult> reviewers
      Map of account or group identifier to outcome of adding as a reviewer. Null if no reviewer additions were requested.
    • ready

      public Boolean ready
      Boolean indicating whether the change was moved out of WIP by this review. Either true or null.
    • error

      public String error
      Error message for non-200 responses.
    • changeInfo

      public ChangeInfo changeInfo
      Change after applying the update.
  • Constructor Details

    • ReviewResult

      public ReviewResult()