PackageGroupRestrictions

data class PackageGroupRestrictions(val externalUpstream: PackageGroupRestrictionType? = null, val internalUpstream: PackageGroupRestrictionType? = null, val publish: PackageGroupRestrictionType? = null)

Constructors

Link copied to clipboard
constructor(externalUpstream: PackageGroupRestrictionType? = null, internalUpstream: PackageGroupRestrictionType? = null, publish: PackageGroupRestrictionType? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The external upstream restriction determines if new package versions can be ingested or retained from external connections.

Link copied to clipboard

The internal upstream restriction determines if new package versions can be ingested or retained from upstream repositories.

Link copied to clipboard

The publish restriction determines if new package versions can be published.