| Package | Description |
|---|---|
| com.amazonaws.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
MergeHunkDetail |
MergeHunkDetail.clone() |
MergeHunkDetail |
MergeHunk.getBase()
Information about the merge hunk in the base of a merge or pull request.
|
MergeHunkDetail |
MergeHunk.getDestination()
Information about the merge hunk in the destination of a merge or pull request.
|
MergeHunkDetail |
MergeHunk.getSource()
Information about the merge hunk in the source of a merge or pull request.
|
MergeHunkDetail |
MergeHunkDetail.withEndLine(Integer endLine)
The end position of the hunk in the merge result.
|
MergeHunkDetail |
MergeHunkDetail.withHunkContent(String hunkContent)
The base-64 encoded content of the hunk merged region that might contain a conflict.
|
MergeHunkDetail |
MergeHunkDetail.withStartLine(Integer startLine)
The start position of the hunk in the merge result.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MergeHunk.setBase(MergeHunkDetail base)
Information about the merge hunk in the base of a merge or pull request.
|
void |
MergeHunk.setDestination(MergeHunkDetail destination)
Information about the merge hunk in the destination of a merge or pull request.
|
void |
MergeHunk.setSource(MergeHunkDetail source)
Information about the merge hunk in the source of a merge or pull request.
|
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.withSource(MergeHunkDetail source)
Information about the merge hunk in the source of a merge or pull request.
|
Copyright © 2022. All rights reserved.