| Package | Description |
|---|---|
| com.google.gerrit.extensions.api.changes | |
| com.google.gerrit.extensions.client | |
| com.google.gerrit.extensions.common |
| Modifier and Type | Field and Description |
|---|---|
ReviewerState |
AddReviewerInput.state |
| Modifier and Type | Method and Description |
|---|---|
ReviewerState |
AddReviewerInput.state() |
| Modifier and Type | Method and Description |
|---|---|
ReviewInput |
ReviewInput.reviewer(String reviewer,
ReviewerState state,
boolean confirmed) |
| Modifier and Type | Method and Description |
|---|---|
static ReviewerState |
ReviewerState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReviewerState[] |
ReviewerState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
ReviewerState |
ReviewerUpdateInfo.state |
| Modifier and Type | Field and Description |
|---|---|
Map<ReviewerState,Collection<AccountInfo>> |
ChangeInfo.pendingReviewers |
Map<ReviewerState,Collection<AccountInfo>> |
ChangeInfo.reviewers |
Copyright © 2018. All rights reserved.