Class RevertInput
java.lang.Object
com.google.gerrit.extensions.api.changes.RevertInput
Input passed to
POST /changes/[change-id]/revert
and POST
/changes/[change-id]/revert_submission
-
Field Summary
FieldsModifier and TypeFieldDescriptionWho to send email notifications to after change is created.boolean
Mark the change as work-in-progress. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
message
-
notify
Who to send email notifications to after change is created. -
notifyDetails
-
topic
-
workInProgress
public boolean workInProgressMark the change as work-in-progress. This will also override thenotify
value toNotifyHandling.OWNER
-
validationOptions
-
-
Constructor Details
-
RevertInput
public RevertInput()
-