JobRepositoryEntry

data class JobRepositoryEntry(val root: IdOwner, val enabled: Boolean, val checkoutPath: String, val checkoutRules: List<String>)

Represents a VCS repository entry for a job.

Constructors

Link copied to clipboard
constructor(root: IdOwner, enabled: Boolean, checkoutPath: String, checkoutRules: List<String>)

Properties

Link copied to clipboard

Optional checkout path for the repository; mutually exclusive with checkoutRules

Link copied to clipboard

Repository checkout rules collection; mutually exclusive with checkoutPath

Link copied to clipboard

Whether the repository is enabled

Link copied to clipboard

The VCS root or ID reference