Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data MergeHunkDetail Source #
Information about the details of a merge hunk that contains a conflict in a merge or pull request operation.
See: newMergeHunkDetail
smart constructor.
Instances
newMergeHunkDetail :: MergeHunkDetail Source #
Create a value of MergeHunkDetail
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:startLine:MergeHunkDetail'
, mergeHunkDetail_startLine
- The start position of the hunk in the merge result.
$sel:endLine:MergeHunkDetail'
, mergeHunkDetail_endLine
- The end position of the hunk in the merge result.
$sel:hunkContent:MergeHunkDetail'
, mergeHunkDetail_hunkContent
- The base-64 encoded content of the hunk merged region that might contain
a conflict.
mergeHunkDetail_startLine :: Lens' MergeHunkDetail (Maybe Int) Source #
The start position of the hunk in the merge result.
mergeHunkDetail_endLine :: Lens' MergeHunkDetail (Maybe Int) Source #
The end position of the hunk in the merge result.
mergeHunkDetail_hunkContent :: Lens' MergeHunkDetail (Maybe Text) Source #
The base-64 encoded content of the hunk merged region that might contain a conflict.