MergeHunkDetail

Information about the details of a merge hunk that contains a conflict in a merge or pull request operation.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val endLine: Int?

The end position of the hunk in the merge result.

Link copied to clipboard

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

Link copied to clipboard

The start position of the hunk in the merge result.

Functions

Link copied to clipboard
inline fun copy(block: MergeHunkDetail.Builder.() -> Unit = {}): MergeHunkDetail
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String