| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
static ConflictMetadata.Builder |
ConflictMetadata.builder() |
ConflictMetadata.Builder |
ConflictMetadata.Builder.contentConflict(Boolean contentConflict)
A boolean value indicating whether there are conflicts in the content of a file.
|
ConflictMetadata.Builder |
ConflictMetadata.Builder.fileModeConflict(Boolean fileModeConflict)
A boolean value indicating whether there are conflicts in the file mode of a file.
|
default ConflictMetadata.Builder |
ConflictMetadata.Builder.fileModes(Consumer<FileModes.Builder> fileModes)
The file modes of the file in the source, destination, and base of the merge.
|
ConflictMetadata.Builder |
ConflictMetadata.Builder.fileModes(FileModes fileModes)
The file modes of the file in the source, destination, and base of the merge.
|
ConflictMetadata.Builder |
ConflictMetadata.Builder.filePath(String filePath)
The path of the file that contains conflicts.
|
default ConflictMetadata.Builder |
ConflictMetadata.Builder.fileSizes(Consumer<FileSizes.Builder> fileSizes)
The file sizes of the file in the source, destination, and base of the merge.
|
ConflictMetadata.Builder |
ConflictMetadata.Builder.fileSizes(FileSizes fileSizes)
The file sizes of the file in the source, destination, and base of the merge.
|
default ConflictMetadata.Builder |
ConflictMetadata.Builder.isBinaryFile(Consumer<IsBinaryFile.Builder> isBinaryFile)
A boolean value (true or false) indicating whether the file is binary or textual in the source, destination,
and base of the merge.
|
ConflictMetadata.Builder |
ConflictMetadata.Builder.isBinaryFile(IsBinaryFile isBinaryFile)
A boolean value (true or false) indicating whether the file is binary or textual in the source, destination,
and base of the merge.
|
default ConflictMetadata.Builder |
ConflictMetadata.Builder.mergeOperations(Consumer<MergeOperations.Builder> mergeOperations)
Whether an add, modify, or delete operation caused the conflict between the source and destination of the
merge.
|
ConflictMetadata.Builder |
ConflictMetadata.Builder.mergeOperations(MergeOperations mergeOperations)
Whether an add, modify, or delete operation caused the conflict between the source and destination of the
merge.
|
ConflictMetadata.Builder |
ConflictMetadata.Builder.numberOfConflicts(Integer numberOfConflicts)
The number of conflicts, including both hunk conflicts and metadata conflicts.
|
ConflictMetadata.Builder |
ConflictMetadata.Builder.objectTypeConflict(Boolean objectTypeConflict)
A boolean value (true or false) indicating whether there are conflicts between the branches in the object
type of a file, folder, or submodule.
|
default ConflictMetadata.Builder |
ConflictMetadata.Builder.objectTypes(Consumer<ObjectTypes.Builder> objectTypes)
Information about any object type conflicts in a merge operation.
|
ConflictMetadata.Builder |
ConflictMetadata.Builder.objectTypes(ObjectTypes objectTypes)
Information about any object type conflicts in a merge operation.
|
ConflictMetadata.Builder |
ConflictMetadata.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ConflictMetadata.Builder> |
ConflictMetadata.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Conflict.Builder |
Conflict.Builder.conflictMetadata(Consumer<ConflictMetadata.Builder> conflictMetadata)
Metadata about a conflict in a merge operation.
|
default DescribeMergeConflictsResponse.Builder |
DescribeMergeConflictsResponse.Builder.conflictMetadata(Consumer<ConflictMetadata.Builder> conflictMetadata)
Contains metadata about the conflicts found in the merge.
|
Copyright © 2023. All rights reserved.