Class CherryPickInput
- java.lang.Object
- 
- com.google.gerrit.extensions.api.changes.CherryPickInput
 
- 
 public class CherryPickInput extends Object 
- 
- 
Field SummaryFields Modifier and Type Field Description booleanallowConflictsbooleanallowEmptyStringbaseStringdestinationbooleankeepReviewersStringmessageNotifyHandlingnotifyMap<RecipientType,NotifyInfo>notifyDetailsIntegerparentStringtopicMap<String,String>validationOptions
 - 
Constructor SummaryConstructors Constructor Description CherryPickInput()
 
- 
- 
- 
Field Detail- 
messagepublic String message 
 - 
destinationpublic String destination 
 - 
basepublic String base 
 - 
parentpublic Integer parent 
 - 
notifypublic NotifyHandling notify 
 - 
notifyDetailspublic Map<RecipientType,NotifyInfo> notifyDetails 
 - 
keepReviewerspublic boolean keepReviewers 
 - 
allowConflictspublic boolean allowConflicts 
 - 
topicpublic String topic 
 - 
allowEmptypublic boolean allowEmpty 
 
- 
 
-