jetbrains.buildServer.configs.kotlin.v10 / CleanupRule

CleanupRule

data class CleanupRule

Clean-up rule, use one of the methods in Cleanup to create it

See Also

Cleanup.artifacts

Cleanup.history

Cleanup.all

Constructors

<init>

CleanupRule(level: CleanupLevel, days: Int? = null, builds: Int? = null, artifactPatterns: String? = null)

Clean-up rule, use one of the methods in Cleanup to create it

Properties

artifactPatterns

val artifactPatterns: String?

builds

val builds: Int?

days

val days: Int?

level

val level: CleanupLevel

params

val params: Map<String, String>

type

val type: String?