SourceReference

Contains information about the source reference in a code repository, such as a branch, tag, or commit.

Types

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

Properties

Link copied to clipboard

The type of source reference, such as branch, tag, or commit.

Link copied to clipboard

The value of the source reference, such as the branch name, tag name, or commit ID.

Functions

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