Uses of Interface
com.atlassian.confluence.util.Cleanup
-
-
Uses of Cleanup in com.atlassian.confluence.core.persistence.hibernate
Methods in com.atlassian.confluence.core.persistence.hibernate that return Cleanup Modifier and Type Method Description static Cleanup
SessionCacheModeThreadLocal. temporarilySetCacheMode(CacheMode cacheMode)
Temporarily set the CacheMode within a try-with-resources code block. -
Uses of Cleanup in com.atlassian.confluence.impl.backuprestore.helpers
Methods in com.atlassian.confluence.impl.backuprestore.helpers that return Cleanup Modifier and Type Method Description Cleanup
PluginTemporaryDisabler. temporarilyShutdownInterferingPlugins(List<String> pluginsToDisable)
-
Uses of Cleanup in com.atlassian.confluence.impl.retention
Methods in com.atlassian.confluence.impl.retention that return Cleanup Modifier and Type Method Description protected Cleanup
DefaultVersionRemovalService. setCacheMode()
-
Uses of Cleanup in com.atlassian.confluence.importexport
Methods in com.atlassian.confluence.importexport that return Cleanup Modifier and Type Method Description protected Cleanup
DefaultImportExportManager. temporarilyShutdownInterferingPlugins(ImportContext ignored)
Deprecated.
-