| Package | Description |
|---|---|
| com.amazonaws.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
MergeHunk |
MergeHunk.clone() |
MergeHunk |
MergeHunk.withBase(MergeHunkDetail base)
Information about the merge hunk in the base of a merge or pull request.
|
MergeHunk |
MergeHunk.withDestination(MergeHunkDetail destination)
Information about the merge hunk in the destination of a merge or pull request.
|
MergeHunk |
MergeHunk.withIsConflict(Boolean isConflict)
A Boolean value indicating whether a combination of hunks contains a conflict.
|
MergeHunk |
MergeHunk.withSource(MergeHunkDetail source)
Information about the merge hunk in the source of a merge or pull request.
|
| Modifier and Type | Method and Description |
|---|---|
List<MergeHunk> |
DescribeMergeConflictsResult.getMergeHunks()
A list of merge hunks of the differences between the files or lines.
|
List<MergeHunk> |
Conflict.getMergeHunks()
A list of hunks that contain the differences between files or lines causing the conflict.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeMergeConflictsResult |
DescribeMergeConflictsResult.withMergeHunks(MergeHunk... mergeHunks)
A list of merge hunks of the differences between the files or lines.
|
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 |
|---|---|
void |
DescribeMergeConflictsResult.setMergeHunks(Collection<MergeHunk> mergeHunks)
A list of merge hunks of the differences between the files or lines.
|
void |
Conflict.setMergeHunks(Collection<MergeHunk> mergeHunks)
A list of hunks that contain the differences between files or lines causing the conflict.
|
DescribeMergeConflictsResult |
DescribeMergeConflictsResult.withMergeHunks(Collection<MergeHunk> mergeHunks)
A list of merge hunks of the differences between the files or lines.
|
Conflict |
Conflict.withMergeHunks(Collection<MergeHunk> mergeHunks)
A list of hunks that contain the differences between files or lines causing the conflict.
|
Copyright © 2022. All rights reserved.