Class MoveInput
- java.lang.Object
- 
- com.google.gerrit.extensions.api.changes.MoveInput
 
- 
 public class MoveInput extends Object 
- 
- 
Field SummaryFields Modifier and Type Field Description StringdestinationBranchbooleankeepAllVotesWhether or not to keep all votes in the destination branch.Stringmessage
 - 
Constructor SummaryConstructors Constructor Description MoveInput()
 
- 
- 
- 
Field Detail- 
messagepublic String message 
 - 
destinationBranchpublic String destinationBranch 
 - 
keepAllVotespublic boolean keepAllVotes Whether or not to keep all votes in the destination branch. Keeping the votes can be confusing in the context of the destination branch, see https://gerrit-review.googlesource.com/c/gerrit/+/129171. That is why only the users withGlobalPermission.ADMINISTRATE_SERVERpermissions can use this option.By default, only the veto votes that are blocking the change from submission are moved. 
 
- 
 
-