Class MergeInput


  • public class MergeInput
    extends Object
    • Field Detail

      • source

        public String source
        source can be any Git object reference expression.
        See Also:
        gitrevisions(7)
      • 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:
        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 Detail

      • MergeInput

        public MergeInput()