| Package | Description |
|---|---|
| com.amazonaws.services.codecommit |
|
| com.amazonaws.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
MergePullRequestByThreeWayResult |
AbstractAWSCodeCommit.mergePullRequestByThreeWay(MergePullRequestByThreeWayRequest request) |
MergePullRequestByThreeWayResult |
AWSCodeCommitClient.mergePullRequestByThreeWay(MergePullRequestByThreeWayRequest request)
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.
|
MergePullRequestByThreeWayResult |
AWSCodeCommit.mergePullRequestByThreeWay(MergePullRequestByThreeWayRequest 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.
|
Future<MergePullRequestByThreeWayResult> |
AbstractAWSCodeCommitAsync.mergePullRequestByThreeWayAsync(MergePullRequestByThreeWayRequest request) |
Future<MergePullRequestByThreeWayResult> |
AWSCodeCommitAsyncClient.mergePullRequestByThreeWayAsync(MergePullRequestByThreeWayRequest request) |
Future<MergePullRequestByThreeWayResult> |
AWSCodeCommitAsync.mergePullRequestByThreeWayAsync(MergePullRequestByThreeWayRequest 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.
|
Future<MergePullRequestByThreeWayResult> |
AbstractAWSCodeCommitAsync.mergePullRequestByThreeWayAsync(MergePullRequestByThreeWayRequest request,
AsyncHandler<MergePullRequestByThreeWayRequest,MergePullRequestByThreeWayResult> asyncHandler) |
Future<MergePullRequestByThreeWayResult> |
AWSCodeCommitAsyncClient.mergePullRequestByThreeWayAsync(MergePullRequestByThreeWayRequest request,
AsyncHandler<MergePullRequestByThreeWayRequest,MergePullRequestByThreeWayResult> asyncHandler) |
Future<MergePullRequestByThreeWayResult> |
AWSCodeCommitAsync.mergePullRequestByThreeWayAsync(MergePullRequestByThreeWayRequest mergePullRequestByThreeWayRequest,
AsyncHandler<MergePullRequestByThreeWayRequest,MergePullRequestByThreeWayResult> asyncHandler)
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 |
MergePullRequestByThreeWayRequest.clone() |
MergePullRequestByThreeWayRequest |
MergePullRequestByThreeWayRequest.withAuthorName(String authorName)
The name of the author who created the commit.
|
MergePullRequestByThreeWayRequest |
MergePullRequestByThreeWayRequest.withCommitMessage(String commitMessage)
The commit message to include in the commit information for the merge.
|
MergePullRequestByThreeWayRequest |
MergePullRequestByThreeWayRequest.withConflictDetailLevel(ConflictDetailLevelTypeEnum conflictDetailLevel)
The level of conflict detail to use.
|
MergePullRequestByThreeWayRequest |
MergePullRequestByThreeWayRequest.withConflictDetailLevel(String conflictDetailLevel)
The level of conflict detail to use.
|
MergePullRequestByThreeWayRequest |
MergePullRequestByThreeWayRequest.withConflictResolution(ConflictResolution conflictResolution)
If AUTOMERGE is the conflict resolution strategy, a list of inputs to use when resolving conflicts during a
merge.
|
MergePullRequestByThreeWayRequest |
MergePullRequestByThreeWayRequest.withConflictResolutionStrategy(ConflictResolutionStrategyTypeEnum conflictResolutionStrategy)
Specifies which branch to use when resolving conflicts, or whether to attempt automatically merging two versions
of a file.
|
MergePullRequestByThreeWayRequest |
MergePullRequestByThreeWayRequest.withConflictResolutionStrategy(String conflictResolutionStrategy)
Specifies which branch to use when resolving conflicts, or whether to attempt automatically merging two versions
of a file.
|
MergePullRequestByThreeWayRequest |
MergePullRequestByThreeWayRequest.withEmail(String email)
The email address of the person merging the branches.
|
MergePullRequestByThreeWayRequest |
MergePullRequestByThreeWayRequest.withKeepEmptyFolders(Boolean keepEmptyFolders)
If the commit contains deletions, whether to keep a folder or folder structure if the changes leave the folders
empty.
|
MergePullRequestByThreeWayRequest |
MergePullRequestByThreeWayRequest.withPullRequestId(String pullRequestId)
The system-generated ID of the pull request.
|
MergePullRequestByThreeWayRequest |
MergePullRequestByThreeWayRequest.withRepositoryName(String repositoryName)
The name of the repository where the pull request was created.
|
MergePullRequestByThreeWayRequest |
MergePullRequestByThreeWayRequest.withSourceCommitId(String sourceCommitId)
The full commit ID of the original or updated commit in the pull request source branch.
|
Copyright © 2024. All rights reserved.