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