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