Package com.atlassian.bitbucket.scm.pull
Class PullRequestPrepareMergeCommandParameters
java.lang.Object
com.atlassian.bitbucket.util.BuilderSupport
com.atlassian.bitbucket.scm.AbstractCommandParameters
com.atlassian.bitbucket.scm.AbstractMergeCommandParameters
com.atlassian.bitbucket.scm.pull.PullRequestPrepareMergeCommandParameters
Parameters for
preparing a merge commit for a pull request.- Since:
- 10.1
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class com.atlassian.bitbucket.scm.AbstractMergeCommandParameters
AbstractMergeCommandParameters.AbstractBuilder<B extends AbstractMergeCommandParameters.AbstractBuilder<B>> -
Field Summary
Fields inherited from class com.atlassian.bitbucket.util.BuilderSupport
NOT_BLANK -
Method Summary
Modifier and TypeMethodDescriptionIf provided, the merge will be prepared against this ref name instead of the pull request's actual toRef.The name of the temporary branch where the merge commit will be prepared.Methods inherited from class com.atlassian.bitbucket.scm.AbstractMergeCommandParameters
getAuthor, getCommitSummaries, getCommitter, getMessage, getStrategyId, isDryRunMethods inherited from class com.atlassian.bitbucket.util.BuilderSupport
addIf, addIf, addIf, addIf, addIf, addIf, checkNotBlank, requireNonBlank
-
Method Details
-
getOverrideToRefName
If provided, the merge will be prepared against this ref name instead of the pull request's actual toRef.- Since:
- 10.2
-
getTemporaryBranchName
The name of the temporary branch where the merge commit will be prepared.
-