GetMergeCommitResponse

Types

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

Properties

Link copied to clipboard

The commit ID of the merge base.

Link copied to clipboard

The commit ID of the destination commit specifier that was used in the merge evaluation.

Link copied to clipboard

The commit ID for the merge commit created when the source branch was merged into the destination branch. If the fast-forward merge strategy was used, there is no merge commit.

Link copied to clipboard

The commit ID of the source commit specifier that was used in the merge evaluation.

Functions

Link copied to clipboard
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