MergeMetadata

Returns information about a merge or potential merge between a source reference and a destination reference in a pull request.

Types

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

Properties

Link copied to clipboard

A Boolean value indicating whether the merge has been made.

Link copied to clipboard

The commit ID for the merge commit, if any.

Link copied to clipboard

The Amazon Resource Name (ARN) of the user who merged the branches.

Link copied to clipboard

The merge strategy used in the merge.

Functions

Link copied to clipboard
inline fun copy(block: MergeMetadata.Builder.() -> Unit = {}): MergeMetadata
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