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 Summary
Fields Modifier and Type Field Description StringmessageNotifyHandlingnotifyWho to send email notifications to after change is created.Map<RecipientType,NotifyInfo>notifyDetailsStringtopicMap<String,String>validationOptionsbooleanworkInProgressMark 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 thenotifyvalue toNotifyHandling.OWNER
-
-