Class MergeInput
java.lang.Object
com.google.gerrit.extensions.common.MergeInput
-
Field Summary
FieldsModifier 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 Summary
Constructors -
Method Summary
-
Field Details
-
source
sourcecan be any Git object reference expression.- See Also:
-
sourceBranch
If specified, visibility of thesourcecommit will only be checked againstsource_branch, rather than all visible branches. -
strategy
strategyname of the merge strategy.- See Also:
-
MergeStrategy
-
allowConflicts
public 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
-
MergeInput
public MergeInput()
-