RepositoryCleanupPolicyMostRecentVersions

data class RepositoryCleanupPolicyMostRecentVersions(val keepCount: Int? = null, val packageNamePrefixes: List<String>? = null)

Constructors

constructor(keepCount: Int? = null, packageNamePrefixes: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val keepCount: Int? = null

Minimum number of versions to keep.

Link copied to clipboard

Match versions by package prefix. Applied on any prefix match.