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