| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
MergeHunkDetail |
MergeHunk.base()
Information about the merge hunk in the base of a merge or pull request.
|
MergeHunkDetail |
MergeHunk.destination()
Information about the merge hunk in the destination of a merge or pull request.
|
MergeHunkDetail |
MergeHunk.source()
Information about the merge hunk in the source of a merge or pull request.
|
| Modifier and Type | Method and Description |
|---|---|
MergeHunk.Builder |
MergeHunk.Builder.base(MergeHunkDetail base)
Information about the merge hunk in the base of a merge or pull request.
|
MergeHunk.Builder |
MergeHunk.Builder.destination(MergeHunkDetail destination)
Information about the merge hunk in the destination of a merge or pull request.
|
MergeHunk.Builder |
MergeHunk.Builder.source(MergeHunkDetail source)
Information about the merge hunk in the source of a merge or pull request.
|
Copyright © 2020. All rights reserved.