Interface MergeTransplantBuilder<R extends MergeTransplantBuilder<R>>

    • Method Detail

      • fromRefName

        R fromRefName​(@Pattern(regexp="^[A-Za-z](((?![.][.])[A-Za-z0-9./_-])*[A-Za-z0-9_-])?$",message="Reference name must start with a letter, followed by letters, digits, one of the ./_- characters, not end with a slash or dot, not contain \'..\'")
                      @Pattern(regexp="^[A-Za-z](((?![.][.])[A-Za-z0-9./_-])*[A-Za-z0-9_-])?$",message="Reference name must start with a letter, followed by letters, digits, one of the ./_- characters, not end with a slash or dot, not contain \'..\'") java.lang.String fromRefName)
      • keepIndividualCommits

        R keepIndividualCommits​(boolean keepIndividualCommits)
      • dryRun

        R dryRun​(boolean dryRun)
      • fetchAdditionalInfo

        R fetchAdditionalInfo​(boolean fetchAdditionalInfo)
      • returnConflictAsResult

        R returnConflictAsResult​(boolean returnConflictAsResult)