Uses of Interface
jetbrains.buildServer.serverSide.impl.cleanup.CleanupProcessStateEx
-
Packages that use CleanupProcessStateEx Package Description jetbrains.buildServer.serverSide.cleanup jetbrains.buildServer.serverSide.impl.cleanup jetbrains.buildServer.serverSide.impl.cleanup.v2019.impl -
-
Uses of CleanupProcessStateEx in jetbrains.buildServer.serverSide.cleanup
Methods in jetbrains.buildServer.serverSide.cleanup that return CleanupProcessStateEx Modifier and Type Method Description CleanupProcessStateExBuildCleanupContextEx. getCleanupState()CleanupProcessStateExServerCleanupManager. getCleanupState() -
Uses of CleanupProcessStateEx in jetbrains.buildServer.serverSide.impl.cleanup
Classes in jetbrains.buildServer.serverSide.impl.cleanup that implement CleanupProcessStateEx Modifier and Type Class Description classServerCleanupStateMethods in jetbrains.buildServer.serverSide.impl.cleanup that return CleanupProcessStateEx Modifier and Type Method Description CleanupProcessStateExBuildCleanupContextImpl. getCleanupState()CleanupProcessStateExServerCleanupManagerImpl. getCleanupState()Methods in jetbrains.buildServer.serverSide.impl.cleanup with parameters of type CleanupProcessStateEx Modifier and Type Method Description voidCleanupExtensionsExecutor. invokeAfterBuildsCleanupExtensions(CleanupProcessStateEx cleanupState)voidBuildsHistoryCleaner. performCleanup(Map<String,jetbrains.buildServer.serverSide.impl.cleanup.BaseKeepRule> buildTypeId2BaseRule, Map<String,Collection<KeepRule>> buildTypeId2CombinedRules, CleanupProcessStateEx cleanupState)voidBuildsHistoryCleanerImpl. performCleanup(Map<String,jetbrains.buildServer.serverSide.impl.cleanup.BaseKeepRule> buildTypeId2BaseRule, Map<String,Collection<KeepRule>> buildTypeId2CombinedRules, CleanupProcessStateEx cleanupState)Constructors in jetbrains.buildServer.serverSide.impl.cleanup with parameters of type CleanupProcessStateEx Constructor Description BuildCleanupContextImpl(CleanupLevel cleanupLevel, List<SFinishedBuild> builds, CleanupProcessStateEx cleanupState, KeepBuildDataProvider keepBuildDataProvider, DBBuildHistory buildHistory) -
Uses of CleanupProcessStateEx in jetbrains.buildServer.serverSide.impl.cleanup.v2019.impl
Constructors in jetbrains.buildServer.serverSide.impl.cleanup.v2019.impl with parameters of type CleanupProcessStateEx Constructor Description KeepRulesCollector(SQLRunnerEx sqlRunner, Map<String,Collection<KeepRule>> buildTypeIdKeepRules, gnu.trove.set.TLongSet buildIdsReferencedByBuildNumber, CleanupProcessStateEx cleanupState)
-