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 CleanupProcessStateEx
BuildCleanupContextEx. getCleanupState()
CleanupProcessStateEx
ServerCleanupManager. 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 class
ServerCleanupState
Methods in jetbrains.buildServer.serverSide.impl.cleanup that return CleanupProcessStateEx Modifier and Type Method Description CleanupProcessStateEx
BuildCleanupContextImpl. getCleanupState()
CleanupProcessStateEx
ServerCleanupManagerImpl. getCleanupState()
Methods in jetbrains.buildServer.serverSide.impl.cleanup with parameters of type CleanupProcessStateEx Modifier and Type Method Description void
CleanupExtensionsExecutor. invokeAfterBuildsCleanupExtensions(CleanupProcessStateEx cleanupState)
void
BuildsHistoryCleaner. performCleanup(Map<String,jetbrains.buildServer.serverSide.impl.cleanup.BaseKeepRule> buildTypeId2BaseRule, Map<String,Collection<KeepRule>> buildTypeId2CombinedRules, CleanupProcessStateEx cleanupState)
void
BuildsHistoryCleanerImpl. 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)
-