Repository

class Repository(val root: IdOwner, val enabled: Boolean = true, val path: String? = null, val branch: String? = null)

Represents a repository used by the job.

Parameters

root

repository root

enabled

whether the repository is enabled

path

optional path within the repository

branch

optional branch to checkout

Constructors

Link copied to clipboard
constructor(root: IdOwner, enabled: Boolean = true, path: String? = null, branch: String? = null)

Properties

Link copied to clipboard
val branch: String? = null
Link copied to clipboard
val enabled: Boolean = true
Link copied to clipboard
val path: String? = null
Link copied to clipboard