Package com.google.gerrit.server.change
Class ReviewerJson
java.lang.Object
com.google.gerrit.server.change.ReviewerJson
-
Method Summary
Modifier and TypeMethodDescriptionformat
(ReviewerInfo out, Account.Id reviewerAccountId, ChangeData cd) format
(ReviewerInfo out, Account.Id reviewerAccountId, ChangeData cd, Iterable<PatchSetApproval> approvals) format
(ReviewerResource rsrc) format
(Collection<ReviewerResource> rsrcs)
-
Method Details
-
format
public List<ReviewerInfo> format(Collection<ReviewerResource> rsrcs) throws PermissionBackendException - Throws:
PermissionBackendException
-
format
- Throws:
PermissionBackendException
-
format
public ReviewerInfo format(ReviewerInfo out, Account.Id reviewerAccountId, ChangeData cd) throws PermissionBackendException - Throws:
PermissionBackendException
-
format
public ReviewerInfo format(ReviewerInfo out, Account.Id reviewerAccountId, ChangeData cd, Iterable<PatchSetApproval> approvals) throws PermissionBackendException - Throws:
PermissionBackendException
-