Class MergeInput

java.lang.Object
com.google.gerrit.extensions.common.MergeInput

public class MergeInput extends Object
  • Field Details

    • source

      public String source
      source can be any Git object reference expression.
      See Also:
    • sourceBranch

      public String sourceBranch
      If specified, visibility of the source commit will only be checked against source_branch, rather than all visible branches.
    • strategy

      public String strategy
      strategy name of the merge strategy.
      See Also:
      • invalid reference
        org.eclipse.jgit.merge.MergeStrategy
    • allowConflicts

      public 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.

  • Constructor Details

    • MergeInput

      public MergeInput()