Class MergeInput
java.lang.Object
com.google.gerrit.extensions.common.MergeInput
- 
Field SummaryFieldsModifier and TypeFieldDescriptionbooleanWhether the creation of the merge should succeed if there are conflicts.sourcecan be any Git object reference expression.If specified, visibility of thesourcecommit will only be checked againstsource_branch, rather than all visible branches.strategyname of the merge strategy.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
sourcesourcecan be any Git object reference expression.- See Also:
 
- 
sourceBranchIf specified, visibility of thesourcecommit will only be checked againstsource_branch, rather than all visible branches.
- 
strategystrategyname of the merge strategy.- See Also:
 
- 
allowConflictspublic boolean allowConflictsWhether 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. 
 
- 
- 
Constructor Details- 
MergeInputpublic MergeInput()
 
-