Class RebaseInput
- java.lang.Object
- 
- com.google.gerrit.extensions.api.changes.RebaseInput
 
- 
 public class RebaseInput extends Object 
- 
- 
Field SummaryFields Modifier and Type Field Description booleanallowConflictsWhether the rebase should succeed if there are conflicts.StringbaseMap<String,String>validationOptions
 - 
Constructor SummaryConstructors Constructor Description RebaseInput()
 
- 
- 
- 
Field Detail- 
basepublic String base 
 - 
allowConflictspublic boolean allowConflicts Whether the rebase should succeed if there are conflicts.If there are conflicts the file contents of the rebased change contain git conflict markers to indicate the conflicts. 
 
- 
 
-