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