Class MergeInput
java.lang.Object
com.google.gerrit.extensions.common.MergeInput
-
Field Summary
Modifier and TypeFieldDescriptionboolean
Whether the creation of the merge should succeed if there are conflicts.source
can be any Git object reference expression.If specified, visibility of thesource
commit will only be checked againstsource_branch
, rather than all visible branches.strategy
name of the merge strategy. -
Constructor Summary
-
Method Summary
-
Field Details
-
source
source
can be any Git object reference expression.- See Also:
-
sourceBranch
If specified, visibility of thesource
commit will only be checked againstsource_branch
, rather than all visible branches. -
strategy
strategy
name of the merge strategy.- See Also:
-
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()
-