Package com.google.gerrit.server.change
Class ReviewerModifier.InternalReviewerInput
java.lang.Object
com.google.gerrit.extensions.api.changes.ReviewerInput
com.google.gerrit.server.change.ReviewerModifier.InternalReviewerInput
- Enclosing class:
- ReviewerModifier
-
Field Summary
FieldsModifier and TypeFieldDescriptionBehavior when identifying reviewers fails for any reason besides the input not resolving to an account/group/email.boolean
Whether the visibility check for the reviewer account should be skipped.Fields inherited from class com.google.gerrit.extensions.api.changes.ReviewerInput
confirmed, notify, notifyDetails, reviewer, state
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.gerrit.extensions.api.changes.ReviewerInput
confirmed, state
-
Field Details
-
otherFailureBehavior
Behavior when identifying reviewers fails for any reason besides the input not resolving to an account/group/email. -
skipVisibilityCheck
public boolean skipVisibilityCheckWhether the visibility check for the reviewer account should be skipped.
-
-
Constructor Details
-
InternalReviewerInput
public InternalReviewerInput()
-