Class ReviewerInfo

java.lang.Object
com.google.gerrit.extensions.common.AccountInfo
com.google.gerrit.extensions.api.changes.ReviewerInfo

public class ReviewerInfo extends AccountInfo
Account and approval details for an added reviewer.
  • Field Details

    • approvals

      public Map<String,String> approvals
      Map of label name to initial value for each approval the reviewer is responsible for.
  • Constructor Details

    • ReviewerInfo

      public ReviewerInfo(Integer id)
  • Method Details