days

fun days(n: Int): <ERROR CLASS>

Specifies that this keep rule will preserve all builds matched by the selected filters up to the nth day since the current day


fun days(n: Int, init: Cleanup.KeepRule.DaysLimit.() -> Unit): Cleanup.KeepRule.KeepAtLeast

Specifies that this keep rule will preserve all builds matched by the selected filters up to the nth day. Allows specifying the policy to select the limiting day in the DaysLimit.since field.