JobRepositoryEntry

data class JobRepositoryEntry(val root: IdOwner, val enabled: Boolean, val checkoutPath: String)

Represents a VCS repository entry for a job.

Constructors

Link copied to clipboard
constructor(root: IdOwner, enabled: Boolean, checkoutPath: String)

Properties

Link copied to clipboard

Optional checkout path for the repository

Link copied to clipboard

Whether the repository is enabled

Link copied to clipboard

The VCS root or ID reference