| Package | Description |
|---|---|
| com.amazonaws.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
IsBinaryFile |
IsBinaryFile.clone() |
IsBinaryFile |
ConflictMetadata.getIsBinaryFile()
A boolean value (true or false) indicating whether the file is binary or textual in the source, destination, and
base of the merge.
|
IsBinaryFile |
IsBinaryFile.withBase(Boolean base)
The binary or non-binary status of a file in the base of a merge or pull request.
|
IsBinaryFile |
IsBinaryFile.withDestination(Boolean destination)
The binary or non-binary status of a file in the destination of a merge or pull request.
|
IsBinaryFile |
IsBinaryFile.withSource(Boolean source)
The binary or non-binary status of file in the source of a merge or pull request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConflictMetadata.setIsBinaryFile(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.
|
ConflictMetadata |
ConflictMetadata.withIsBinaryFile(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.
|
Copyright © 2020. All rights reserved.