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 booleanallowConflictsbooleanallowEmptyStringbaseStringdestinationbooleankeepReviewersStringmessageNotifyHandlingnotifyMap<RecipientType,NotifyInfo>notifyDetailsIntegerparentStringtopic 
- 
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
 
- 
topic
public String topic
 
- 
allowEmpty
public boolean allowEmpty
 
 - 
 
 -