Class RevertInput
- java.lang.Object
-
- com.google.gerrit.extensions.api.changes.RevertInput
-
public class RevertInput extends Object
Input passed toPOST /changes/[change-id]/revert
andPOST /changes/[change-id]/revert_submission
-
-
Field Summary
Fields Modifier and Type Field Description String
message
NotifyHandling
notify
Who to send email notifications to after change is created.Map<RecipientType,NotifyInfo>
notifyDetails
String
topic
Map<String,String>
validationOptions
boolean
workInProgress
Mark the change as work-in-progress.
-
Constructor Summary
Constructors Constructor Description RevertInput()
-
-
-
Field Detail
-
message
public String message
-
notify
public NotifyHandling notify
Who to send email notifications to after change is created.
-
notifyDetails
public Map<RecipientType,NotifyInfo> notifyDetails
-
topic
public String topic
-
workInProgress
public boolean workInProgress
Mark the change as work-in-progress. This will also override thenotify
value toNotifyHandling.OWNER
-
-