Class MergeInput
- java.lang.Object
- 
- com.google.gerrit.extensions.common.MergeInput
 
- 
 public class MergeInput extends Object 
- 
- 
Field SummaryFields Modifier and Type Field Description booleanallowConflictsWhether the creation of the merge should succeed if there are conflicts.Stringsourcesourcecan be any Git object reference expression.StringsourceBranchIf specified, visibility of thesourcecommit will only be checked againstsource_branch, rather than all visible branches.Stringstrategystrategyname of the merge strategy.
 - 
Constructor SummaryConstructors Constructor Description MergeInput()
 
- 
- 
- 
Field Detail- 
sourcepublic String source sourcecan be any Git object reference expression.- See Also:
- gitrevisions(7)
 
 - 
sourceBranchpublic String sourceBranch If specified, visibility of thesourcecommit will only be checked againstsource_branch, rather than all visible branches.
 - 
strategypublic String strategy strategyname of the merge strategy.- See Also:
- MergeStrategy
 
 - 
allowConflictspublic boolean allowConflicts Whether the creation of the merge should succeed if there are conflicts.If there are conflicts the file contents of the created change contain git conflict markers to indicate the conflicts. 
 
- 
 
-