| Package | Description |
|---|---|
| com.amazonaws.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
Conflict |
Conflict.clone() |
Conflict |
Conflict.withConflictMetadata(ConflictMetadata conflictMetadata)
Metadata about a conflict in a merge operation.
|
Conflict |
Conflict.withMergeHunks(Collection<MergeHunk> mergeHunks)
A list of hunks that contain the differences between files or lines causing the conflict.
|
Conflict |
Conflict.withMergeHunks(MergeHunk... mergeHunks)
A list of hunks that contain the differences between files or lines causing the conflict.
|
| Modifier and Type | Method and Description |
|---|---|
List<Conflict> |
BatchDescribeMergeConflictsResult.getConflicts()
A list of conflicts for each file, including the conflict metadata and the hunks of the differences between the
files.
|
| Modifier and Type | Method and Description |
|---|---|
BatchDescribeMergeConflictsResult |
BatchDescribeMergeConflictsResult.withConflicts(Conflict... conflicts)
A list of conflicts for each file, including the conflict metadata and the hunks of the differences between the
files.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchDescribeMergeConflictsResult.setConflicts(Collection<Conflict> conflicts)
A list of conflicts for each file, including the conflict metadata and the hunks of the differences between the
files.
|
BatchDescribeMergeConflictsResult |
BatchDescribeMergeConflictsResult.withConflicts(Collection<Conflict> conflicts)
A list of conflicts for each file, including the conflict metadata and the hunks of the differences between the
files.
|
Copyright © 2020. All rights reserved.