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() |
|