| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
ConflictResolution |
MergePullRequestByThreeWayRequest.conflictResolution()
If AUTOMERGE is the conflict resolution strategy, a list of inputs to use when resolving conflicts during a
merge.
|
ConflictResolution |
MergeBranchesByThreeWayRequest.conflictResolution()
If AUTOMERGE is the conflict resolution strategy, a list of inputs to use when resolving conflicts during a
merge.
|
ConflictResolution |
MergeBranchesBySquashRequest.conflictResolution()
If AUTOMERGE is the conflict resolution strategy, a list of inputs to use when resolving conflicts during a
merge.
|
ConflictResolution |
MergePullRequestBySquashRequest.conflictResolution()
If AUTOMERGE is the conflict resolution strategy, a list of inputs to use when resolving conflicts during a
merge.
|
ConflictResolution |
CreateUnreferencedMergeCommitRequest.conflictResolution()
If AUTOMERGE is the conflict resolution strategy, a list of inputs to use when resolving conflicts during a
merge.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
MergeBranchesByThreeWayRequest.Builder |
MergeBranchesByThreeWayRequest.Builder.conflictResolution(ConflictResolution conflictResolution)
If AUTOMERGE is the conflict resolution strategy, a list of inputs to use when resolving conflicts during a
merge.
|
MergeBranchesBySquashRequest.Builder |
MergeBranchesBySquashRequest.Builder.conflictResolution(ConflictResolution conflictResolution)
If AUTOMERGE is the conflict resolution strategy, a list of inputs to use when resolving conflicts during a
merge.
|
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.
|
CreateUnreferencedMergeCommitRequest.Builder |
CreateUnreferencedMergeCommitRequest.Builder.conflictResolution(ConflictResolution conflictResolution)
If AUTOMERGE is the conflict resolution strategy, a list of inputs to use when resolving conflicts during a
merge.
|
Copyright © 2022. All rights reserved.