| Modifier and Type | Method and Description |
|---|---|
AccountInfo |
AccountApi.get() |
AccountInfo |
AccountApi.NotImplemented.get() |
| Modifier and Type | Method and Description |
|---|---|
abstract List<AccountInfo> |
Accounts.SuggestAccountsRequest.get()
Execute query and return a list of accounts.
|
abstract List<AccountInfo> |
Accounts.QueryRequest.get()
Execute query and return a list of accounts.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ReviewerInfo
Account and approval details for an added reviewer.
|
| Modifier and Type | Field and Description |
|---|---|
List<AccountInfo> |
AddReviewerResult.ccs
List of accounts CCed on the change.
|
| Modifier and Type | Method and Description |
|---|---|
AccountInfo |
ChangeApi.deleteAssignee()
Delete the assignee of a change.
|
AccountInfo |
ChangeApi.NotImplemented.deleteAssignee() |
AccountInfo |
ChangeApi.getAssignee()
Get the assignee of a change.
|
AccountInfo |
ChangeApi.NotImplemented.getAssignee() |
AccountInfo |
ChangeApi.setAssignee(AssigneeInput input)
Set the assignee of a change.
|
AccountInfo |
ChangeApi.NotImplemented.setAssignee(AssigneeInput input) |
| Modifier and Type | Method and Description |
|---|---|
List<AccountInfo> |
ChangeApi.getPastAssignees()
Get all past assignees.
|
List<AccountInfo> |
ChangeApi.NotImplemented.getPastAssignees() |
| Modifier and Type | Method and Description |
|---|---|
List<AccountInfo> |
GroupApi.members()
List group members, non-recursively.
|
List<AccountInfo> |
GroupApi.NotImplemented.members() |
List<AccountInfo> |
GroupApi.members(boolean recursive)
List group members.
|
List<AccountInfo> |
GroupApi.NotImplemented.members(boolean recursive) |
| Modifier and Type | Class and Description |
|---|---|
class |
ApprovalInfo |
| Modifier and Type | Field and Description |
|---|---|
AccountInfo |
SuggestedReviewerInfo.account |
AccountInfo |
LabelInfo.approved |
AccountInfo |
ChangeInfo.assignee |
AccountInfo |
CommentInfo.author |
AccountInfo |
ChangeMessageInfo.author |
AccountInfo |
LabelInfo.disliked |
AccountInfo |
GroupAuditEventInfo.UserMemberAuditEventInfo.member |
AccountInfo |
ChangeInfo.owner |
AccountInfo |
ChangeMessageInfo.realAuthor |
AccountInfo |
LabelInfo.recommended |
AccountInfo |
LabelInfo.rejected |
AccountInfo |
ReviewerUpdateInfo.reviewer |
AccountInfo |
ChangeInfo.submitter |
AccountInfo |
ReviewerUpdateInfo.updatedBy |
AccountInfo |
RevisionInfo.uploader |
AccountInfo |
GroupAuditEventInfo.user |
| Modifier and Type | Field and Description |
|---|---|
List<AccountInfo> |
GroupInfo.members |
Map<ReviewerState,Collection<AccountInfo>> |
ChangeInfo.pendingReviewers |
Collection<AccountInfo> |
ChangeInfo.removableReviewers |
Map<ReviewerState,Collection<AccountInfo>> |
ChangeInfo.reviewers |
| Modifier and Type | Method and Description |
|---|---|
static GroupAuditEventInfo.GroupMemberAuditEventInfo |
GroupAuditEventInfo.createAddGroupEvent(AccountInfo user,
Timestamp date,
GroupInfo member) |
static GroupAuditEventInfo.UserMemberAuditEventInfo |
GroupAuditEventInfo.createAddUserEvent(AccountInfo user,
Timestamp date,
AccountInfo member) |
static GroupAuditEventInfo.GroupMemberAuditEventInfo |
GroupAuditEventInfo.createRemoveGroupEvent(AccountInfo user,
Timestamp date,
GroupInfo member) |
static GroupAuditEventInfo.UserMemberAuditEventInfo |
GroupAuditEventInfo.createRemoveUserEvent(AccountInfo user,
Timestamp date,
AccountInfo member) |
| Constructor and Description |
|---|
GroupAuditEventInfo(GroupAuditEventInfo.Type type,
AccountInfo user,
Timestamp date) |
GroupMemberAuditEventInfo(GroupAuditEventInfo.Type type,
AccountInfo user,
Timestamp date,
GroupInfo member) |
UserMemberAuditEventInfo(GroupAuditEventInfo.Type type,
AccountInfo user,
Timestamp date,
AccountInfo member) |
| Modifier and Type | Method and Description |
|---|---|
AccountInfo |
AccountApiRestClient.get() |
AccountInfo |
AccountsParser.parseAccountInfo(com.google.gson.JsonElement result) |
| Modifier and Type | Method and Description |
|---|---|
List<AccountInfo> |
AccountsParser.parseAccountInfos(com.google.gson.JsonElement result) |
| Modifier and Type | Method and Description |
|---|---|
AccountInfo |
GroupsParser.parseGroupMember(com.google.gson.JsonElement result) |
| Modifier and Type | Method and Description |
|---|---|
List<AccountInfo> |
GroupApiRestClient.members() |
List<AccountInfo> |
GroupApiRestClient.members(boolean recursive) |
List<AccountInfo> |
GroupsParser.parseGroupMembers(com.google.gson.JsonElement result) |
Copyright © 2018. All rights reserved.