Class RevertInput
- java.lang.Object
- 
- com.google.gerrit.extensions.api.changes.RevertInput
 
- 
 public class RevertInput extends Object Input passed toPOST /changes/[change-id]/revertandPOST /changes/[change-id]/revert_submission
- 
- 
Field SummaryFields Modifier and Type Field Description StringmessageNotifyHandlingnotifyWho to send email notifications to after change is created.Map<RecipientType,NotifyInfo>notifyDetailsStringtopicbooleanworkInProgressMark the change as work-in-progress.
 - 
Constructor SummaryConstructors Constructor Description RevertInput()
 
- 
- 
- 
Field Detail- 
messagepublic String message 
 - 
notifypublic NotifyHandling notify Who to send email notifications to after change is created.
 - 
notifyDetailspublic Map<RecipientType,NotifyInfo> notifyDetails 
 - 
topicpublic String topic 
 - 
workInProgresspublic boolean workInProgress Mark the change as work-in-progress. This will also override thenotifyvalue toNotifyHandling.OWNER
 
- 
 
-