Uses of Interface
com.atlassian.confluence.upgrade.UpgradeTask
Packages that use UpgradeTask
Package
Description
- 
Uses of UpgradeTask in com.atlassian.confluence.admin.actions.upgradeMethods in com.atlassian.confluence.admin.actions.upgrade that return UpgradeTask
- 
Uses of UpgradeTask in com.atlassian.confluence.impl.backuprestore.restore.taskrunnersConstructor parameters in com.atlassian.confluence.impl.backuprestore.restore.taskrunners with type arguments of type UpgradeTaskModifierConstructorDescriptionPostSiteImportUpgrader(UpgradeManager upgradeManager, List<UpgradeTask> postRestoreUpgradeTasks, UpgradeFinalizationManager upgradeFinalizationManager, org.hibernate.SessionFactory sessionFactory) 
- 
Uses of UpgradeTask in com.atlassian.confluence.impl.importexportMethod parameters in com.atlassian.confluence.impl.importexport with type arguments of type UpgradeTaskModifier and TypeMethodDescriptionvoidBackupImporter.setPostRestoreUpgradeTasks(List<UpgradeTask> postRestoreUpgradeTasks) Deprecated.
- 
Uses of UpgradeTask in com.atlassian.confluence.impl.upgrade.upgradetaskClasses in com.atlassian.confluence.impl.upgrade.upgradetask that implement UpgradeTask
- 
Uses of UpgradeTask in com.atlassian.confluence.upgradeSubinterfaces of UpgradeTask in com.atlassian.confluence.upgradeModifier and TypeInterfaceDescriptioninterfaceA marker interface to be implemented by upgrade tasks that perform operations on the database.interfaceAn upgrade task that has a property indicating that it's run should be deferred until some later time.Classes in com.atlassian.confluence.upgrade that implement UpgradeTaskModifier and TypeClassDescriptionclassclassA useful base class for UpgradeTasks.Fields in com.atlassian.confluence.upgrade with type parameters of type UpgradeTaskModifier and TypeFieldDescriptionstatic final Comparator<UpgradeTask> AbstractUpgradeManager.UPGRADE_TASK_COMPARATORMethods in com.atlassian.confluence.upgrade that return UpgradeTaskModifier and TypeMethodDescription@Nullable UpgradeTaskUpgradeFinalizationManager.Run.getLastTask()Methods in com.atlassian.confluence.upgrade that return types with arguments of type UpgradeTaskModifier and TypeMethodDescriptionprotected List<UpgradeTask> AbstractUpgradeManager.getAllUpgradeTasks()AbstractUpgradeManager.getPreSchemaUpgradeTasks()AbstractUpgradeManager.getSchemaUpgradeTasks()AbstractUpgradeManager.getUpgradeTasks()protected List<UpgradeTask> AbstractUpgradeManager.getUpgradeTasksToRun()Methods in com.atlassian.confluence.upgrade with parameters of type UpgradeTaskModifier and TypeMethodDescriptionbooleanAbstractUpgradeManager.taskNewerThan(String buildNumber, UpgradeTask upgradeTask) booleanUpgradeManager.taskNewerThan(String buildNumber, UpgradeTask upgradeTask) Returns true if the build number for the task is greater than the passed build number.protected voidAbstractUpgradeManager.upgradeTaskSucceeded(UpgradeTask upgradeTask) Method parameters in com.atlassian.confluence.upgrade with type arguments of type UpgradeTaskModifier and TypeMethodDescriptionstatic voidAbstractUpgradeManager.assertNoDuplicateBuildNumbers(Iterable<UpgradeTask> upgradeTasks) protected voidAbstractUpgradeManager.runUpgradeTasks(List<UpgradeTask> upgradeTasks) voidAbstractUpgradeManager.setPreSchemaUpgradeTasks(List<UpgradeTask> preSchemaUpgradeTasks) voidAbstractUpgradeManager.setSchemaUpgradeTasks(List<UpgradeTask> upgradeTasks) voidAbstractUpgradeManager.setUpgradeTasks(List<UpgradeTask> upgradeTasks) 
- 
Uses of UpgradeTask in com.atlassian.confluence.upgrade.implMethods in com.atlassian.confluence.upgrade.impl that return UpgradeTaskMethod parameters in com.atlassian.confluence.upgrade.impl with type arguments of type UpgradeTaskModifier and TypeMethodDescriptionprotected voidDefaultUpgradeManager.runUpgradeTasks(List<UpgradeTask> upgradeTasks) Constructor parameters in com.atlassian.confluence.upgrade.impl with type arguments of type UpgradeTaskModifierConstructorDescriptionDefaultUpgradeFinalizationManager(ZduStatusDao zduStatusDao, com.atlassian.beehive.ClusterLockService clusterLockService, VersionHistoryDao versionHistoryDao, com.atlassian.config.ApplicationConfiguration applicationConfig, SharedDataManager sharedDataManager, Supplier<List<UpgradeTask>> finalizeUpgradeTasksSupplier, int productBuildNumber) 
- 
Uses of UpgradeTask in com.atlassian.confluence.upgrade.upgradetaskClasses in com.atlassian.confluence.upgrade.upgradetask that implement UpgradeTaskModifier and TypeClassDescriptionclassAn abstract upgrade task for when you just want to run a bunch of constraint creation statements from a properties file.classThis upgrade task clears all expired tokens stored in the bandana tableclassThis upgrade task migrates compatible Bandana data to the new Plugin Settings table.classThis upgrade task is necessary for any customer who upgraded to Confluence 8.3.0 and then performed a site restore.classCheck custom decorators for lang macro usage and replace with inline equivalent.classRemoves all records and populates denormalised_content table again if service was enabled to fix problem with content statusclassRe-creates all required triggers and functions for denormalised permissions.classThis upgrade task drops the table "incremental_sync_subscription" We only have to drop this table for Postgres because the feature has never been rolled out for production yet but staging environments such as Bulldog wiki and EACclassAdds required multi-column unique constraints to the Crowd database tablesclassThis task adds a unique constraint on columns NAME, OWNER and NAMESPACE in LABEL table.classMigrates Bandana values stored in the ScheduledJobConfiguration context Specifically, it changes the key from the legacy "QUARTZGRP#JOBID" format to "JOBID" As Quartz jobs are unsupported in 8.0, the job group property no longer exists.classSet trash date for pre-7.14 items in the trashclassAs we update the logic of `removeStaleSharedDrafts`, we should call it in our upgrading task to make sure invalid data is cleaned up.classAfter upgrading WebWork to Struts we need to update 'confluence.cfg.xml' by renaming property 'webwork.multipart.saveDir' -> 'struts.multipart.saveDir'.classThis task implements the changes in CONFSRVDEV-20791.classThis upgrade task is necessary for any customer who upgraded to Confluence 8.3.0 and then performed a site restore.classAn upgrade task to secure the secret properties configured in local home as defined in theSetConfluenceApplicationConfig.propertiesToSecureclassAn upgrade task to secure plaintext mail server passwords that have been previously configured.classAn upgrade task to secure the secret properties configured in shared home as defined in theSetConfluenceApplicationConfig.propertiesToSecureclassDeletes synchrony.pid file as it's not used by Confluence anymore.classTurns fast permissions on for all customers.classAn upgrade task to encrypt plaintext user directory passwords that have been previously configured.classConvert all wiki formatted content to XHTML content as part of the upgrade.