BranchReference

data class BranchReference(val repositoryId: RepositoryId, val branchName: String)

Constructors

Link copied to clipboard
constructor(repositoryId: RepositoryId, branchName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun getKey(): String
Link copied to clipboard
open override fun toString(): String