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 Summary
Fields Modifier and Type Field Description Map<String,String>
approvals
Map
of label name to initial value for each approval the reviewer is responsible for.-
Fields inherited from class com.google.gerrit.extensions.common.AccountInfo
_accountId, _moreAccounts, avatars, email, inactive, name, secondaryEmails, status, username
-
-
Constructor Summary
Constructors Constructor Description ReviewerInfo(Integer id)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ReviewerInfo
byEmail(String name, String email)
String
toString()
-
Methods inherited from class com.google.gerrit.extensions.common.AccountInfo
equals, hashCode
-
-
-
-
Constructor Detail
-
ReviewerInfo
public ReviewerInfo(Integer id)
-
-
Method Detail
-
byEmail
public static ReviewerInfo byEmail(String name, String email)
-
toString
public String toString()
- Overrides:
toString
in classAccountInfo
-
-