Class SubmitInput
- java.lang.Object
- 
- com.google.gerrit.extensions.api.changes.SubmitInput
 
- 
- Direct Known Subclasses:
- Submit.TestSubmitInput
 
 public class SubmitInput extends Object 
- 
- 
Field SummaryFields Modifier and Type Field Description NotifyHandlingnotifyMap<RecipientType,NotifyInfo>notifyDetailsStringonBehalfOfbooleanwaitForMergeDeprecated.
 - 
Constructor SummaryConstructors Constructor Description SubmitInput()
 
- 
- 
- 
Field Detail- 
waitForMerge@Deprecated public boolean waitForMerge Deprecated.Not used anymore, kept for backward compatibility
 - 
onBehalfOfpublic String onBehalfOf 
 - 
notifypublic NotifyHandling notify 
 - 
notifyDetailspublic Map<RecipientType,NotifyInfo> notifyDetails 
 
- 
 
-