Package com.google.gerrit.server.change
Class ReviewerJson
- java.lang.Object
-
- com.google.gerrit.server.change.ReviewerJson
-
public class ReviewerJson extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ReviewerInfo
format(ReviewerInfo out, Account.Id reviewerAccountId, ChangeData cd)
ReviewerInfo
format(ReviewerInfo out, Account.Id reviewerAccountId, ChangeData cd, Iterable<PatchSetApproval> approvals)
List<ReviewerInfo>
format(ReviewerResource rsrc)
List<ReviewerInfo>
format(Collection<ReviewerResource> rsrcs)
-
-
-
Method Detail
-
format
public List<ReviewerInfo> format(Collection<ReviewerResource> rsrcs) throws PermissionBackendException
- Throws:
PermissionBackendException
-
format
public List<ReviewerInfo> format(ReviewerResource rsrc) throws PermissionBackendException
- 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
-
-