public class CherryPickInput extends Object
Modifier and Type | Field and Description |
---|---|
boolean |
allowConflicts |
String |
base |
String |
destination |
boolean |
keepReviewers |
String |
message |
NotifyHandling |
notify |
Map<RecipientType,NotifyInfo> |
notifyDetails |
Integer |
parent |
Constructor and Description |
---|
CherryPickInput() |
public String message
public String destination
public String base
public Integer parent
public NotifyHandling notify
public Map<RecipientType,NotifyInfo> notifyDetails
public boolean keepReviewers
public boolean allowConflicts