| Package | Description |
|---|---|
| com.amazonaws.services.codecommit |
|
| com.amazonaws.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
BatchDescribeMergeConflictsRequest |
BatchDescribeMergeConflictsRequest.clone() |
BatchDescribeMergeConflictsRequest |
BatchDescribeMergeConflictsRequest.withConflictDetailLevel(ConflictDetailLevelTypeEnum conflictDetailLevel)
The level of conflict detail to use.
|
BatchDescribeMergeConflictsRequest |
BatchDescribeMergeConflictsRequest.withConflictDetailLevel(String conflictDetailLevel)
The level of conflict detail to use.
|
BatchDescribeMergeConflictsRequest |
BatchDescribeMergeConflictsRequest.withConflictResolutionStrategy(ConflictResolutionStrategyTypeEnum conflictResolutionStrategy)
Specifies which branch to use when resolving conflicts, or whether to attempt automatically merging two versions
of a file.
|
BatchDescribeMergeConflictsRequest |
BatchDescribeMergeConflictsRequest.withConflictResolutionStrategy(String conflictResolutionStrategy)
Specifies which branch to use when resolving conflicts, or whether to attempt automatically merging two versions
of a file.
|
BatchDescribeMergeConflictsRequest |
BatchDescribeMergeConflictsRequest.withDestinationCommitSpecifier(String destinationCommitSpecifier)
The branch, tag, HEAD, or other fully qualified reference used to identify a commit (for example, a branch name
or a full commit ID).
|
BatchDescribeMergeConflictsRequest |
BatchDescribeMergeConflictsRequest.withFilePaths(Collection<String> filePaths)
The path of the target files used to describe the conflicts.
|
BatchDescribeMergeConflictsRequest |
BatchDescribeMergeConflictsRequest.withFilePaths(String... filePaths)
The path of the target files used to describe the conflicts.
|
BatchDescribeMergeConflictsRequest |
BatchDescribeMergeConflictsRequest.withMaxConflictFiles(Integer maxConflictFiles)
The maximum number of files to include in the output.
|
BatchDescribeMergeConflictsRequest |
BatchDescribeMergeConflictsRequest.withMaxMergeHunks(Integer maxMergeHunks)
The maximum number of merge hunks to include in the output.
|
BatchDescribeMergeConflictsRequest |
BatchDescribeMergeConflictsRequest.withMergeOption(MergeOptionTypeEnum mergeOption)
The merge option or strategy you want to use to merge the code.
|
BatchDescribeMergeConflictsRequest |
BatchDescribeMergeConflictsRequest.withMergeOption(String mergeOption)
The merge option or strategy you want to use to merge the code.
|
BatchDescribeMergeConflictsRequest |
BatchDescribeMergeConflictsRequest.withNextToken(String nextToken)
An enumeration token that, when provided in a request, returns the next batch of the results.
|
BatchDescribeMergeConflictsRequest |
BatchDescribeMergeConflictsRequest.withRepositoryName(String repositoryName)
The name of the repository that contains the merge conflicts you want to review.
|
BatchDescribeMergeConflictsRequest |
BatchDescribeMergeConflictsRequest.withSourceCommitSpecifier(String sourceCommitSpecifier)
The branch, tag, HEAD, or other fully qualified reference used to identify a commit (for example, a branch name
or a full commit ID).
|
Copyright © 2024. All rights reserved.