public static class PullRequestMergeCommandParameters.Builder extends AbstractMergeCommandParameters.AbstractBuilder<PullRequestMergeCommandParameters.Builder>
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
PullRequestMergeCommandParameters |
build() |
PullRequestMergeCommandParameters.Builder |
context(Map<String,Object> value)
Deprecated.
in 8.14 for removal in 9.0 without replacement, calling this method does not do anything
|
PullRequestMergeCommandParameters.Builder |
context(String key,
String value)
Deprecated.
in 8.14 for removal in 9.0 without replacement, calling this method does not do anything
|
protected PullRequestMergeCommandParameters.Builder |
self() |
author, commitSummaries, committer, dryRun, message, strategyId, validate@Nonnull public PullRequestMergeCommandParameters build()
@Deprecated @Nonnull public PullRequestMergeCommandParameters.Builder context(@Nonnull String key, @Nonnull String value)
@Deprecated @Nonnull public PullRequestMergeCommandParameters.Builder context(@Nonnull Map<String,Object> value)
@Nonnull protected PullRequestMergeCommandParameters.Builder self()
self in class AbstractMergeCommandParameters.AbstractBuilder<PullRequestMergeCommandParameters.Builder>Copyright © 2023 Atlassian. All rights reserved.