public class ReviewerJson
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
java.util.List<ReviewerInfo> |
format(java.util.Collection<ReviewerResource> rsrcs) |
ReviewerInfo |
format(ReviewerInfo out,
Account.Id reviewerAccountId,
ChangeData cd) |
ReviewerInfo |
format(ReviewerInfo out,
Account.Id reviewerAccountId,
ChangeData cd,
java.lang.Iterable<PatchSetApproval> approvals) |
java.util.List<ReviewerInfo> |
format(ReviewerResource rsrc) |
public java.util.List<ReviewerInfo> format(java.util.Collection<ReviewerResource> rsrcs) throws PermissionBackendException
PermissionBackendException
public java.util.List<ReviewerInfo> format(ReviewerResource rsrc) throws PermissionBackendException
PermissionBackendException
public ReviewerInfo format(ReviewerInfo out, Account.Id reviewerAccountId, ChangeData cd) throws PermissionBackendException
PermissionBackendException
public ReviewerInfo format(ReviewerInfo out, Account.Id reviewerAccountId, ChangeData cd, java.lang.Iterable<PatchSetApproval> approvals) throws PermissionBackendException
PermissionBackendException