Package com.google.gerrit.server.change
Class ReviewerAdder.InternalAddReviewerInput
- java.lang.Object
-
- com.google.gerrit.extensions.api.changes.AddReviewerInput
-
- com.google.gerrit.server.change.ReviewerAdder.InternalAddReviewerInput
-
- Enclosing class:
- ReviewerAdder
public static class ReviewerAdder.InternalAddReviewerInput extends AddReviewerInput
-
-
Field Summary
Fields Modifier and Type Field Description ReviewerAdder.FailureBehavior
otherFailureBehavior
Behavior when identifying reviewers fails for any reason besides the input not resolving to an account/group/email.-
Fields inherited from class com.google.gerrit.extensions.api.changes.AddReviewerInput
confirmed, notify, notifyDetails, reviewer, state
-
-
Constructor Summary
Constructors Constructor Description InternalAddReviewerInput()
-
-
-
Field Detail
-
otherFailureBehavior
public ReviewerAdder.FailureBehavior otherFailureBehavior
Behavior when identifying reviewers fails for any reason besides the input not resolving to an account/group/email.
-
-