| Package | Description |
|---|---|
| com.amazonaws.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
MergeOperations |
MergeOperations.clone() |
MergeOperations |
ConflictMetadata.getMergeOperations()
Whether an add, modify, or delete operation caused the conflict between the source and destination of the merge.
|
MergeOperations |
MergeOperations.withDestination(ChangeTypeEnum destination)
The operation on a file in the destination of a merge or pull request.
|
MergeOperations |
MergeOperations.withDestination(String destination)
The operation on a file in the destination of a merge or pull request.
|
MergeOperations |
MergeOperations.withSource(ChangeTypeEnum source)
The operation (add, modify, or delete) on a file in the source of a merge or pull request.
|
MergeOperations |
MergeOperations.withSource(String source)
The operation (add, modify, or delete) on a file in the source of a merge or pull request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConflictMetadata.setMergeOperations(MergeOperations mergeOperations)
Whether an add, modify, or delete operation caused the conflict between the source and destination of the merge.
|
ConflictMetadata |
ConflictMetadata.withMergeOperations(MergeOperations mergeOperations)
Whether an add, modify, or delete operation caused the conflict between the source and destination of the merge.
|
Copyright © 2024. All rights reserved.