Uses of Interface
jetbrains.buildServer.serverSide.cleanup.KeepBuildData
-
-
Uses of KeepBuildData in jetbrains.buildServer.serverSide.cleanup
Methods in jetbrains.buildServer.serverSide.cleanup that return KeepBuildData Modifier and Type Method Description KeepBuildData
BuildCleanupContextEx. getKeepBuildData(SFinishedBuild build)
Provides the build data to preserve. -
Uses of KeepBuildData in jetbrains.buildServer.serverSide.impl.cleanup
Methods in jetbrains.buildServer.serverSide.impl.cleanup that return KeepBuildData Modifier and Type Method Description KeepBuildData
BuildCleanupContextImpl. getKeepBuildData(SFinishedBuild build)
Methods in jetbrains.buildServer.serverSide.impl.cleanup with parameters of type KeepBuildData 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 KeepBuildData in jetbrains.buildServer.serverSide.impl.cleanup.v2019
Methods in jetbrains.buildServer.serverSide.impl.cleanup.v2019 that return KeepBuildData Modifier and Type Method Description KeepBuildData
KeepBuildDataProvider. getKeepData(long buildId, CleanupLevel cleanupLevel)
Provides the build data to preserve for the given build id and cleanup level. -
Uses of KeepBuildData in jetbrains.buildServer.serverSide.impl.cleanup.v2019.impl
Classes in jetbrains.buildServer.serverSide.impl.cleanup.v2019.impl that implement KeepBuildData Modifier and Type Class Description class
KeepBuildDataImpl
Keeps build data parts with the same (higher) level.Methods in jetbrains.buildServer.serverSide.impl.cleanup.v2019.impl that return KeepBuildData Modifier and Type Method Description KeepBuildData
KeepInfoImpl. getKeepData(long buildId, CleanupLevel level)
-