Uses of Interface
jetbrains.buildServer.serverSide.impl.cleanup.v2019.KeepBuildDataProvider
-
-
Uses of KeepBuildDataProvider in jetbrains.buildServer.serverSide.impl.cleanup
Constructors in jetbrains.buildServer.serverSide.impl.cleanup with parameters of type KeepBuildDataProvider Constructor Description BuildCleanupContextImpl(CleanupLevel cleanupLevel, List<SFinishedBuild> builds, CleanupProcessStateEx cleanupState, KeepBuildDataProvider keepBuildDataProvider, DBBuildHistory buildHistory)
-
Uses of KeepBuildDataProvider in jetbrains.buildServer.serverSide.impl.cleanup.v2019
Subinterfaces of KeepBuildDataProvider in jetbrains.buildServer.serverSide.impl.cleanup.v2019 Modifier and Type Interface Description interface
KeepInfo
Provides the computed and collected builds cleanup data: what part of a build should be kept and what should be removed. -
Uses of KeepBuildDataProvider in jetbrains.buildServer.serverSide.impl.cleanup.v2019.impl
Classes in jetbrains.buildServer.serverSide.impl.cleanup.v2019.impl that implement KeepBuildDataProvider Modifier and Type Class Description class
KeepInfoImpl
-