PipelineRepositoryEntry

data class PipelineRepositoryEntry(val root: IdOwner, val enabledByDefault: Boolean)

Represents a VCS repository entry for a pipeline.

Constructors

Link copied to clipboard
constructor(root: IdOwner, enabledByDefault: Boolean)

Properties

Link copied to clipboard

Whether this repository should be automatically checked out in jobs by default

Link copied to clipboard

The VCS root or ID reference