CleanupLevel

enum CleanupLevel : Enum<CleanupLevel>

Specifies what data should be cleaned. Each level includes the one(s) above it.

Entries

Link copied to clipboard

All the build data is deleted

Link copied to clipboard

All the build data is deleted except for builds statistics values that are visible in the statistics charts

Link copied to clipboard

Build artifacts are deleted, all other data including build logs and hidden artifacts is preserved.

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int