Uses of Class
jetbrains.buildServer.serverSide.cleanup.CleanupInterruptedException
-
-
Uses of CleanupInterruptedException in jetbrains.buildServer.responsibility.impl
Methods in jetbrains.buildServer.responsibility.impl that throw CleanupInterruptedException Modifier and Type Method Description voidInvestigationsCleanupExtension. afterCleanup(CleanupProcessState cleanupState) -
Uses of CleanupInterruptedException in jetbrains.buildServer.serverSide.cleanup
Methods in jetbrains.buildServer.serverSide.cleanup that throw CleanupInterruptedException Modifier and Type Method Description default voidAfterBuildsCleanupExtension. afterCleanup(CleanupProcessState cleanupState)Invoked upon finishing of the main cleanup process.default voidBuildsCleanupExtension. cleanupBuildsData(BuildCleanupContext cleanupContext)Invoked afterBuildsCleanupExtension.prepareBuildsData(jetbrains.buildServer.serverSide.cleanup.BuildCleanupContext)is called for all extensions.default voidBuildsCleanupExtension. prepareBuildsData(BuildCleanupContext cleanupContext)Invoked for all cleanup extensions beforeBuildsCleanupExtension.cleanupBuildsData(jetbrains.buildServer.serverSide.cleanup.BuildCleanupContext).voidCleanupProcessState. throwIfInterrupted()ThrowsCleanupInterruptedExceptionif the cleanup process was interrupted. -
Uses of CleanupInterruptedException in jetbrains.buildServer.serverSide.impl.artifacts
Methods in jetbrains.buildServer.serverSide.impl.artifacts that throw CleanupInterruptedException Modifier and Type Method Description voidExternalBuildArtifactsCacheImpl. cleanupBuildsData(BuildCleanupContext cleanupContext) -
Uses of CleanupInterruptedException in jetbrains.buildServer.serverSide.impl.audit
Methods in jetbrains.buildServer.serverSide.impl.audit that throw CleanupInterruptedException Modifier and Type Method Description voidAuditLogCleanerImpl. afterCleanup(CleanupProcessState cleanupState) -
Uses of CleanupInterruptedException in jetbrains.buildServer.serverSide.impl.cleanup
Methods in jetbrains.buildServer.serverSide.impl.cleanup that throw CleanupInterruptedException Modifier and Type Method Description voidCleanupExtensionsExecutor. invokeAfterBuildsCleanupExtensions(CleanupProcessStateEx cleanupState)voidCleanupExtensionsExecutor. invokeBuildsCleanupExtensions(BuildCleanupContextEx originalContext)Invoke allBuildsCleanupExtensionfor a such builds that were not invoked in previous cleanup runs with the same parameters.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)voidServerCleanupState. throwIfInterrupted() -
Uses of CleanupInterruptedException in jetbrains.buildServer.serverSide.impl.cleanup.extensions
Methods in jetbrains.buildServer.serverSide.impl.cleanup.extensions that throw CleanupInterruptedException Modifier and Type Method Description voidBuildCachesCleaner. afterCleanup(CleanupProcessState cleanupState)voidBuildTablesCleanerImpl. afterCleanup(CleanupProcessState cleanupState)voidBuildArtifactsCleaner. cleanupBuildsData(BuildCleanupContext context) -
Uses of CleanupInterruptedException in jetbrains.buildServer.serverSide.impl.cleanup.v2019.impl
Methods in jetbrains.buildServer.serverSide.impl.cleanup.v2019.impl that throw CleanupInterruptedException Modifier and Type Method Description KeepInfoKeepRulesCollector. collectKeepBuildData() -
Uses of CleanupInterruptedException in jetbrains.buildServer.serverSide.messages.codeDuplicates
Methods in jetbrains.buildServer.serverSide.messages.codeDuplicates that throw CleanupInterruptedException Modifier and Type Method Description voidInsertDuplicatesQuery. cleanup(CleanupProcessState cleanupState) -
Uses of CleanupInterruptedException in jetbrains.buildServer.serverSide.statistics.impl
Methods in jetbrains.buildServer.serverSide.statistics.impl that throw CleanupInterruptedException Modifier and Type Method Description voidBuildDataStorageImpl. afterCleanup(CleanupProcessState cleanupState)
-