| Package | Description |
|---|---|
| com.google.gerrit.extensions.api.changes | |
| com.google.gerrit.extensions.api.config | |
| com.google.gerrit.extensions.common |
| Modifier and Type | Field and Description |
|---|---|
Map<String,String> |
ReviewerInfo.approvals
Map of label name to initial value for each approval the reviewer is responsible for. |
List<AccountInfo> |
AddReviewerResult.ccs
List of accounts CCed on the change.
|
Boolean |
AddReviewerResult.confirm
Non-null and true if the reviewer cannot be added without explicit confirmation.
|
String |
ReviewResult.error
Error message for non-200 responses.
|
String |
AddReviewerResult.error
If non-null, a string describing why the reviewer could not be added.
|
Map<String,Short> |
ReviewResult.labels
Map of labels to values after the review was posted.
|
Boolean |
ReviewResult.ready
Boolean indicating whether the change was moved out of WIP by this review.
|
Map<String,AddReviewerResult> |
ReviewResult.reviewers
Map of account or group identifier to outcome of adding as a reviewer.
|
List<ReviewerInfo> |
AddReviewerResult.reviewers
List of individual reviewers added to the change.
|
| Modifier and Type | Method and Description |
|---|---|
static ReviewerInfo |
ReviewerInfo.byEmail(String name,
String email) |
void |
ChangeApi.setPrivate(boolean value,
String message) |
void |
ChangeApi.NotImplemented.setPrivate(boolean value,
String message) |
| Modifier and Type | Field and Description |
|---|---|
String |
AccessCheckInput.permission |
String |
AccessCheckInput.ref |
| Modifier and Type | Field and Description |
|---|---|
NotifyHandling |
CommitMessageInput.notify |
Copyright © 2018. All rights reserved.