Uses of Class
jetbrains.buildServer.serverSide.cleanup.KeepLevel
-
-
Uses of KeepLevel in jetbrains.buildServer.serverSide.cleanup
Methods in jetbrains.buildServer.serverSide.cleanup that return KeepLevel Modifier and Type Method Description static KeepLevel
KeepLevel. valueOf(String name)
Returns the enum constant of this type with the specified name.static KeepLevel[]
KeepLevel. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of KeepLevel in jetbrains.buildServer.serverSide.impl.cleanup
Methods in jetbrains.buildServer.serverSide.impl.cleanup that return KeepLevel Modifier and Type Method Description static KeepLevel
CleanupUtils. toKeepLevel(CleanupLevel cleanupLevel)
A method that maps CleanupLevel to KeepLevel in such a way that most appropriate KeepLevel is selected (KeepLevel enum is more granular).Methods in jetbrains.buildServer.serverSide.impl.cleanup with parameters of type KeepLevel Modifier and Type Method Description Collection<Long>
BuildsHistoryCleaner. performBuildsCleanup(List<Long> buildIds, KeepLevel keepLevel, KeepBuildData keepBuildData)
Collection<Long>
BuildsHistoryCleanerImpl. performBuildsCleanup(List<Long> buildIds, KeepLevel keepLevel, KeepBuildData keepBuildData)
-
Uses of KeepLevel in jetbrains.buildServer.serverSide.impl.cleanup.v2019
Methods in jetbrains.buildServer.serverSide.impl.cleanup.v2019 that return KeepLevel Modifier and Type Method Description KeepLevel
KeepBuildDataPart. getLevel()
Methods in jetbrains.buildServer.serverSide.impl.cleanup.v2019 with parameters of type KeepLevel Modifier and Type Method Description gnu.trove.set.TLongSet
KeepInfo. getHistoryBuildsIds(KeepLevel keepLevel)
Provides such history builds ids that should be kept with keep levelkeepLevel
.List<Long>
KeepInfo. getHistoryBuildsIdsSorted(KeepLevel keepLevel)
Provides sorted in natural order such history builds ids that should be kept with keep levelkeepLevel
. -
Uses of KeepLevel in jetbrains.buildServer.serverSide.impl.cleanup.v2019.impl
Methods in jetbrains.buildServer.serverSide.impl.cleanup.v2019.impl that return KeepLevel Modifier and Type Method Description KeepLevel
KeepBuildDataImpl. getLevel()
Methods in jetbrains.buildServer.serverSide.impl.cleanup.v2019.impl with parameters of type KeepLevel Modifier and Type Method Description gnu.trove.set.TLongSet
KeepInfoImpl. getHistoryBuildsIds(KeepLevel level)
List<Long>
KeepInfoImpl. getHistoryBuildsIdsSorted(KeepLevel level)
-
Uses of KeepLevel in jetbrains.buildServer.serverSide.impl.cleanup.v2019.preserves
Methods in jetbrains.buildServer.serverSide.impl.cleanup.v2019.preserves that return KeepLevel Modifier and Type Method Description KeepLevel
KeepBuildDataPartImpl. getLevel()
-
Uses of KeepLevel in jetbrains.buildServer.serverSide.impl.cleanup.v2019.rules
Methods in jetbrains.buildServer.serverSide.impl.cleanup.v2019.rules that return KeepLevel Modifier and Type Method Description static KeepLevel
KeepRuleImpl. computeHigherLevel(Collection<KeepBuildDataPart> keepBuildDataParts)
Returns higher keep level of the provided keep build data parts.
-