Class CherryPickInput
- java.lang.Object
-
- com.google.gerrit.extensions.api.changes.CherryPickInput
-
public class CherryPickInput extends Object
-
-
Field Summary
Fields Modifier and Type Field Description boolean
allowConflicts
String
base
String
destination
boolean
keepReviewers
String
message
NotifyHandling
notify
Map<RecipientType,NotifyInfo>
notifyDetails
Integer
parent
-
Constructor Summary
Constructors Constructor Description CherryPickInput()
-
-
-
Field Detail
-
message
public String message
-
destination
public String destination
-
base
public String base
-
parent
public Integer parent
-
notify
public NotifyHandling notify
-
notifyDetails
public Map<RecipientType,NotifyInfo> notifyDetails
-
keepReviewers
public boolean keepReviewers
-
allowConflicts
public boolean allowConflicts
-
-