Target

class Target

Returns information about a target for a pull request.

Types

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

Properties

Link copied to clipboard

The branch of the repository where the pull request changes are merged. Also known as the destination branch.

Link copied to clipboard

The name of the repository that contains the pull request.

Link copied to clipboard

The branch of the repository that contains the changes for the pull request. Also known as the source branch.

Functions

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