| Package | Description |
|---|---|
| com.google.gerrit.extensions.api.changes | |
| com.google.gerrit.extensions.common |
| Modifier and Type | Field and Description |
|---|---|
NotifyHandling |
CherryPickInput.notify |
NotifyHandling |
PublishChangeEditInput.notify
Who to send email notifications to after the change edit is published.
|
NotifyHandling |
SubmitInput.notify |
NotifyHandling |
RevertInput.notify
Who to send email notifications to after change is created.
|
NotifyHandling |
DeleteReviewerInput.notify
Who to send email notifications to after the reviewer is deleted.
|
NotifyHandling |
ReviewInput.notify
Who to send email notifications to after review is stored.
|
NotifyHandling |
AbandonInput.notify |
NotifyHandling |
DeleteVoteInput.notify
Who to send email notifications to after vote is deleted.
|
NotifyHandling |
AddReviewerInput.notify |
| Modifier and Type | Method and Description |
|---|---|
static NotifyHandling |
NotifyHandling.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NotifyHandling[] |
NotifyHandling.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
NotifyHandling |
ChangeInput.notify
Who to send email notifications to after change is created.
|
NotifyHandling |
CommitMessageInput.notify |
Copyright © 2018. All rights reserved.