Class PullRequestPrepareMergeCommandParameters


public class PullRequestPrepareMergeCommandParameters extends AbstractMergeCommandParameters
Parameters for preparing a merge commit for a pull request.
Since:
10.1
  • Method Details

    • getOverrideToRefName

      @Nullable public String getOverrideToRefName()
      If provided, the merge will be prepared against this ref name instead of the pull request's actual toRef.
      Since:
      10.2
    • getTemporaryBranchName

      @Nullable public String getTemporaryBranchName()
      The name of the temporary branch where the merge commit will be prepared.