RepositoryId

data class RepositoryId(val id: String)

Constructors

Link copied to clipboard
constructor(id: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

Functions

Link copied to clipboard
fun getBranchKey(branchName: String?): String
Link copied to clipboard
fun getBranchReference(branchName: String? = DEFAULT_BRANCH): BranchReference
Link copied to clipboard
open override fun toString(): String