| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit |
|
| software.amazon.awssdk.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
default MergePullRequestBySquashResponse |
CodeCommitClient.mergePullRequestBySquash(Consumer<MergePullRequestBySquashRequest.Builder> mergePullRequestBySquashRequest)
Attempts to merge the source commit of a pull request into the specified destination branch for that pull request
at the specified commit using the squash merge strategy.
|
default CompletableFuture<MergePullRequestBySquashResponse> |
CodeCommitAsyncClient.mergePullRequestBySquash(Consumer<MergePullRequestBySquashRequest.Builder> mergePullRequestBySquashRequest)
Attempts to merge the source commit of a pull request into the specified destination branch for that pull request
at the specified commit using the squash merge strategy.
|
| Modifier and Type | Method and Description |
|---|---|
MergePullRequestBySquashRequest.Builder |
MergePullRequestBySquashRequest.Builder.authorName(String authorName)
The name of the author who created the commit.
|
static MergePullRequestBySquashRequest.Builder |
MergePullRequestBySquashRequest.builder() |
MergePullRequestBySquashRequest.Builder |
MergePullRequestBySquashRequest.Builder.commitMessage(String commitMessage)
The commit message to include in the commit information for the merge.
|
MergePullRequestBySquashRequest.Builder |
MergePullRequestBySquashRequest.Builder.conflictDetailLevel(ConflictDetailLevelTypeEnum conflictDetailLevel)
The level of conflict detail to use.
|
MergePullRequestBySquashRequest.Builder |
MergePullRequestBySquashRequest.Builder.conflictDetailLevel(String conflictDetailLevel)
The level of conflict detail to use.
|
MergePullRequestBySquashRequest.Builder |
MergePullRequestBySquashRequest.Builder.conflictResolution(ConflictResolution conflictResolution)
If AUTOMERGE is the conflict resolution strategy, a list of inputs to use when resolving conflicts during a
merge.
|
default MergePullRequestBySquashRequest.Builder |
MergePullRequestBySquashRequest.Builder.conflictResolution(Consumer<ConflictResolution.Builder> conflictResolution)
If AUTOMERGE is the conflict resolution strategy, a list of inputs to use when resolving conflicts during a
merge.
|
MergePullRequestBySquashRequest.Builder |
MergePullRequestBySquashRequest.Builder.conflictResolutionStrategy(ConflictResolutionStrategyTypeEnum conflictResolutionStrategy)
Specifies which branch to use when resolving conflicts, or whether to attempt automatically merging two
versions of a file.
|
MergePullRequestBySquashRequest.Builder |
MergePullRequestBySquashRequest.Builder.conflictResolutionStrategy(String conflictResolutionStrategy)
Specifies which branch to use when resolving conflicts, or whether to attempt automatically merging two
versions of a file.
|
MergePullRequestBySquashRequest.Builder |
MergePullRequestBySquashRequest.Builder.email(String email)
The email address of the person merging the branches.
|
MergePullRequestBySquashRequest.Builder |
MergePullRequestBySquashRequest.Builder.keepEmptyFolders(Boolean keepEmptyFolders)
If the commit contains deletions, whether to keep a folder or folder structure if the changes leave the
folders empty.
|
MergePullRequestBySquashRequest.Builder |
MergePullRequestBySquashRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
MergePullRequestBySquashRequest.Builder |
MergePullRequestBySquashRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
MergePullRequestBySquashRequest.Builder |
MergePullRequestBySquashRequest.Builder.pullRequestId(String pullRequestId)
The system-generated ID of the pull request.
|
MergePullRequestBySquashRequest.Builder |
MergePullRequestBySquashRequest.Builder.repositoryName(String repositoryName)
The name of the repository where the pull request was created.
|
MergePullRequestBySquashRequest.Builder |
MergePullRequestBySquashRequest.Builder.sourceCommitId(String sourceCommitId)
The full commit ID of the original or updated commit in the pull request source branch.
|
MergePullRequestBySquashRequest.Builder |
MergePullRequestBySquashRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends MergePullRequestBySquashRequest.Builder> |
MergePullRequestBySquashRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.