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 void
InvestigationsCleanupExtension. 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 void
AfterBuildsCleanupExtension. afterCleanup(CleanupProcessState cleanupState)
Invoked upon finishing of the main cleanup process.default void
BuildsCleanupExtension. cleanupBuildsData(BuildCleanupContext cleanupContext)
Invoked afterBuildsCleanupExtension.prepareBuildsData(jetbrains.buildServer.serverSide.cleanup.BuildCleanupContext)
is called for all extensions.default void
BuildsCleanupExtension. prepareBuildsData(BuildCleanupContext cleanupContext)
Invoked for all cleanup extensions beforeBuildsCleanupExtension.cleanupBuildsData(jetbrains.buildServer.serverSide.cleanup.BuildCleanupContext)
.void
CleanupProcessState. throwIfInterrupted()
ThrowsCleanupInterruptedException
if 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 void
ExternalBuildArtifactsCacheImpl. 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 void
AuditLogCleanerImpl. 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 void
CleanupExtensionsExecutor. invokeAfterBuildsCleanupExtensions(CleanupProcessStateEx cleanupState)
void
CleanupExtensionsExecutor. invokeBuildsCleanupExtensions(BuildCleanupContextEx originalContext)
Invoke allBuildsCleanupExtension
for a such builds that were not invoked in previous cleanup runs with the same parameters.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)
void
ServerCleanupState. 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 void
BuildCachesCleaner. afterCleanup(CleanupProcessState cleanupState)
void
BuildTablesCleanerImpl. afterCleanup(CleanupProcessState cleanupState)
void
BuildArtifactsCleaner. 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 KeepInfo
KeepRulesCollector. 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 void
InsertDuplicatesQuery. 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 void
BuildDataStorageImpl. afterCleanup(CleanupProcessState cleanupState)
-