Uses of Interface
jetbrains.buildServer.serverSide.impl.cleanup.v2019.KeepLimit
-
-
Uses of KeepLimit in jetbrains.buildServer.controllers.admin.cleanup.jsons.newCleanup
Constructors in jetbrains.buildServer.controllers.admin.cleanup.jsons.newCleanup with parameters of type KeepLimit Constructor Description LimitObject(KeepLimit limit) -
Uses of KeepLimit in jetbrains.buildServer.serverSide.impl.cleanup
Methods in jetbrains.buildServer.serverSide.impl.cleanup that return KeepLimit Modifier and Type Method Description KeepLimitSKeepRule. getLimit()Limits builds to keep (after filtering, for every partition subset). -
Uses of KeepLimit in jetbrains.buildServer.serverSide.impl.cleanup.v2019.limits
Classes in jetbrains.buildServer.serverSide.impl.cleanup.v2019.limits that implement KeepLimit Modifier and Type Class Description classKeepAllLimitKeep all builds.classKeepLastNDaysLimitKeep builds within fixed days count.classKeepNDaysSinceLastBuildLimitKeep builds within fixed days count.classKeepNDaysSinceLastSuccessfulBuildLimitKeep builds within fixed days count before first successful build (excluding its day) and all not successful builds after it.classKeepNLastBuildsLimitKeep the fixed number of the last builds ordered by build id.classLegacyKeepNBuildsLimitKeep the fixed number of the last successful builds ordered by build id.classLegacyKeepNDaysLimitKeep builds within fixed days count before first successful (not cancelled or incomplete) build (including its day) and cancelled builds after it staring with the very first build (if it is not successful) also within the same days count.classLegacyKeepNDaysMBuildsLimitAnalogue ofKeepNDaysMBuildsPolicy. -
Uses of KeepLimit in jetbrains.buildServer.serverSide.impl.cleanup.v2019.rules
Methods in jetbrains.buildServer.serverSide.impl.cleanup.v2019.rules that return KeepLimit Modifier and Type Method Description KeepLimitKeepRuleImpl. getLimit()Constructors in jetbrains.buildServer.serverSide.impl.cleanup.v2019.rules with parameters of type KeepLimit Constructor Description KeepRuleImpl(Set<KeepBuildDataPart> keepBuildDataParts, Set<KeepFilter> filters, Set<KeepPartition> partitions, KeepLimit limit, boolean preserveArtifactDependencies)
-