Interface MergeHunkDetail.Builder

    • Method Detail

      • startLine

        MergeHunkDetail.Builder startLine​(Integer startLine)

        The start position of the hunk in the merge result.

        Parameters:
        startLine - The start position of the hunk in the merge result.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endLine

        MergeHunkDetail.Builder endLine​(Integer endLine)

        The end position of the hunk in the merge result.

        Parameters:
        endLine - The end position of the hunk in the merge result.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • hunkContent

        MergeHunkDetail.Builder hunkContent​(String hunkContent)

        The base-64 encoded content of the hunk merged region that might contain a conflict.

        Parameters:
        hunkContent - The base-64 encoded content of the hunk merged region that might contain a conflict.
        Returns:
        Returns a reference to this object so that method calls can be chained together.