Uses of Interface
jetbrains.buildServer.serverSide.impl.cleanup.BuildsHistoryCleaner
-
-
Uses of BuildsHistoryCleaner in jetbrains.buildServer.serverSide.impl.cleanup
Classes in jetbrains.buildServer.serverSide.impl.cleanup that implement BuildsHistoryCleaner Modifier and Type Class Description class
BuildsHistoryCleanerImpl
Constructors in jetbrains.buildServer.serverSide.impl.cleanup with parameters of type BuildsHistoryCleaner Constructor Description CleanupProcessCreator(DBFacade dbFacade, EventDispatcher<BuildServerListener> dispatcher, ProjectManagerEx projectManager, BuildsHistoryCleaner buildsHistoryCleaner, CleanupExtensionsExecutor cleanupExtensionsExecutor, KeepRulesManager keepRulesManager, BuildPromotionManagerEx buildPromotionManager, TagsManager tagsManager, DeletedEntitiesProcessor deletedEntitiesProcessor)
-
Uses of BuildsHistoryCleaner in jetbrains.buildServer.serverSide.impl.cleanup.extensions
Constructors in jetbrains.buildServer.serverSide.impl.cleanup.extensions with parameters of type BuildsHistoryCleaner Constructor Description BuildCachesCleaner(BuildsHistoryCleaner buildsHistoryCleaner, SQLRunnerEx sqlRunner)
InvalidHistoryRecordsCleaner(SQLRunnerEx db, BuildsHistoryCleaner buildsHistoryCleaner)
LostBuildsCleaner(SQLRunnerEx sqlRunner, BuildsHistoryCleaner buildsHistoryCleaner)
-
Uses of BuildsHistoryCleaner in jetbrains.buildServer.serverSide.impl.history
Methods in jetbrains.buildServer.serverSide.impl.history with parameters of type BuildsHistoryCleaner Modifier and Type Method Description void
DBBuildHistory. setBuildsHistoryCleaner(BuildsHistoryCleaner buildsHistoryCleaner)
-