|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UpgradeTask | |
---|---|
com.atlassian.confluence.admin.actions.upgrade | |
com.atlassian.confluence.importexport.xmlimport | Imports Confluence data from an XML backup. |
com.atlassian.confluence.upgrade | |
com.atlassian.confluence.upgrade.upgradetask |
Uses of UpgradeTask in com.atlassian.confluence.admin.actions.upgrade |
---|
Methods in com.atlassian.confluence.admin.actions.upgrade that return UpgradeTask | |
---|---|
UpgradeTask |
ForceUpgradeAction.getUpgradeTask()
|
Uses of UpgradeTask in com.atlassian.confluence.importexport.xmlimport |
---|
Method parameters in com.atlassian.confluence.importexport.xmlimport with type arguments of type UpgradeTask | |
---|---|
void |
BackupImporter.setPostRestoreUpgradeTasks(java.util.List<UpgradeTask> postRestoreUpgradeTasks)
|
Uses of UpgradeTask in com.atlassian.confluence.upgrade |
---|
Subinterfaces of UpgradeTask in com.atlassian.confluence.upgrade | |
---|---|
interface |
DatabaseUpgradeTask
A marker interface to be implemented by upgrade tasks that perform operations on the database. |
interface |
DeferredUpgradeTask
An 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 UpgradeTask | |
---|---|
class |
AbstractDeferredRunUpgradeTask
|
class |
AbstractUpgradeTask
A useful base class for UpgradeTasks. |
Methods in com.atlassian.confluence.upgrade that return types with arguments of type UpgradeTask | |
---|---|
protected java.util.List<UpgradeTask> |
AbstractUpgradeManager.getAllUpgradeTasks()
|
java.util.List<UpgradeTask> |
AbstractUpgradeManager.getPreSchemaUpgradeTasks()
|
java.util.List<UpgradeTask> |
AbstractUpgradeManager.getSchemaUpgradeTasks()
|
java.util.List<UpgradeTask> |
AbstractUpgradeManager.getUpgradeTasks()
|
protected java.util.List<UpgradeTask> |
AbstractUpgradeManager.getUpgradeTasksToRun()
|
Methods in com.atlassian.confluence.upgrade with parameters of type UpgradeTask | |
---|---|
boolean |
UpgradeManager.taskNewerThan(java.lang.String buildNumber,
UpgradeTask upgradeTask)
Returns true if the build number for the task is greater than the passed build number. |
boolean |
AbstractUpgradeManager.taskNewerThan(java.lang.String buildNumber,
UpgradeTask upgradeTask)
|
protected void |
AbstractUpgradeManager.upgradeTaskSucceeded(UpgradeTask upgradeTask)
|
Method parameters in com.atlassian.confluence.upgrade with type arguments of type UpgradeTask | |
---|---|
void |
AbstractUpgradeManager.setPreSchemaUpgradeTasks(java.util.List<UpgradeTask> preSchemaUpgradeTasks)
|
void |
AbstractUpgradeManager.setSchemaUpgradeTasks(java.util.List<UpgradeTask> upgradeTasks)
|
void |
AbstractUpgradeManager.setUpgradeTasks(java.util.List<UpgradeTask> upgradeTasks)
|
Uses of UpgradeTask in com.atlassian.confluence.upgrade.upgradetask |
---|
Classes in com.atlassian.confluence.upgrade.upgradetask that implement UpgradeTask | |
---|---|
class |
AbstractConstraintCreationUpgradeTask
An abstract upgrade task for when you just want to run a bunch of constraint creation statements from a properties file. |
class |
AbstractPageTemplateMigrationUpgradeTask
Base class for upgrade tasks that want to migrate page templates from one format to another. |
class |
AbstractUserMappingUpgradeTask
Upgrade task to ensure that for all the user names in Confluence a ConfluenceUser object exist. |
class |
AddSpaceStatusColumnUpgradeTask
Populate the space status column. |
class |
AddUniqueAttachmentIdConstraintToAttachmentDataUpgradeTask
This task adds a unique constraint to the AttachmentId column on the AttachmentData table. |
class |
AtlassianUserToEmbeddedCrowdConfigurationUpgradeTask
An upgrade task used to migrate the repository configuration from Atlassian User into the appropriate directories in Embedded Crowd. |
class |
AttachmentLabellingUpgradeTask
|
class |
BandanaKeyUniqueConstraintUpgradeTask
Alter the Bandana table to make sure the Bandana context and keys have not null and unique constraints on them. |
class |
ChangeSpaceDescriptionsBodyTypeUpgradeTask
This upgrade task has two responsibilities: (1) update all SpaceDescriptions that have a BodyContent with type BodyType.XHTML back to BodyType.WIKI. (2) resolve all entity references introduced as a result of erroneously marking SpaceDescription's as XHTML to begin with. |
class |
ConditionallyEnableMailArchivePluginUpgradeTask
The mail archive feature is now packaged as a plugin and disabled by default. |
class |
ContentPermissionConstraintsUpgradeTask
Adds required multi-column unique constraints to the content permission tables. |
class |
ContentPermissionUserDeduplicationUpgradeTask
This upgrade task finds and deletes any redundant duplicate identifier values in the configured list of tables and columns. |
class |
ConvertToRelativeLinksUpgradeTask
Converts any absolute links in storage format to relative links. |
class |
CorrectPNGImageAttachmentMimeTypeUpgradeTask
CONF-26848 - This task will update the mime type for png images that incorrectly had it set to 'img/png' If you run this task manually, you should flush the Attachments cache |
class |
CrowdUsersUserMappingUpgradeTask
Upgrade task to ensure that for all the users in Confluence a ConfluenceUser object exist. |
class |
DefaultSpaceContentPageLayoutsUpgradeTask
Updates the default space content that will be used for new spaces to use page layouts. |
class |
DefaultSpaceContentToPageTemplateUpgradeTask
|
class |
DeleteDidYouMeanIndexFolderUpgradeTask
|
class |
DisableConfluenceInvitePluginUpgradeTask
Disables the Confluence Invite Plugin - which used to be bundled as part of the Confluence Fireball release, but may have also been installed by customers in a behind the fireball instance. |
class |
DropContentLockTableUpgradeTask
The CONTENTLOCK table was finally removed in Confluence 4.2, and needs to be dropped lest its hanging foreign key constraint cause issues. |
class |
EhCacheConfigMigrationUpgradeTask
An upgrade task which migrates EhCache config. |
class |
EmbeddedCrowdInitUpgradeTask
Initialises data that is required by Embedded Crowd. |
class |
EmbeddedCrowdPropertySetFactoryMigrationUpgradeTask
Converts user preferences and other user properties (e.g. |
class |
EmbeddedCrowdSchemaUpgradeTask
Adds required multi-column unique constraints to the Crowd database tables This upgrade task is only retained due to its usage in DefaultHibernateConfigurator. |
class |
EmbeddedCrowdSynchronisationUpgradeTask
|
class |
InstallationDateUpgradeTask
Persists installation date of the Confluence instance. |
class |
JiraIssueMacroServerParamsUpgradeTask
CONF-25329: This upgrade task adds additional JIRA Issue macro params that allow us to resolve a renamed application link. |
class |
LikesDanglingFKCleanupUpgradeTask
Previously likes on comments were not deleted when the parent page was removed. |
class |
LikesSqlConstraintsUpgradeTask
|
class |
LoginInfoDuplicateEntryRemovalUpgradeTask
Goes through the LoginInfo database table and looks for multiple rows corresponding to the same user, removing duplicates where it finds them. |
class |
LowerCaseUsernameReferencesUpgradeTask
Updates username references to contain lower-cased usernames. |
class |
MailConvertToCustomContentUpgradeTask
|
class |
MailServerUpgradeTask
|
class |
MigrateMailArchiveConfigurationUpgradeTask
|
class |
MigrateOndemandDocThemeCustomizations
|
class |
NewColourUpgradeTask
|
class |
NotificationPageColumnUpgradeTask
|
class |
OnDemandSpacePermissionsDefaultUpgradeTask
Migrates A la carte default space permission settings from a studio specific context to the Confluence default context. |
class |
PageTemplateWikiToXhtmlMigrationUpgradeTask
Convert all wiki formatted content to XHTML content as part of the upgrade. |
class |
PageTemplateXhtmlRoundTripMigrationUpgradeTask
Migrates page templates using a storage format round trip process. |
class |
PersonalSpaceCreatorCheckUpgradeTask
An upgrade task which ensures that all personal spaces have a creator user which matches their user name. |
class |
RebuildIndexUpgradeTask
Trigger a rebuild of the lucene index |
class |
ReferencedUsersUserMappingUpgradeTask
Upgrade task to ensure that for all the user names in Confluence a ConfluenceUser object exist. |
class |
RemoveEmailToPageWelcomeUpgradeTask
|
class |
RemoveFixedWidthThemeUpgradeTask
|
class |
RemovePeopleDirectoryDuplicatesUpgradeTask
The index flushing strategy is (intentionally) inaccurate and relies on an in-memory 'flushed entries' cache to prevent the same object being flushed twice. |
class |
RemoveRemoteAppsPluginUpgradeTask
Upgrade task to remove the remotable app i18n plugin from existing confluence instances. |
class |
UserIndexingUpgradeTask
Upgrade task to ensure that for all the user names attached to content in Confluence a PersonalInformation objects exist. |
class |
UserKeyReferenceUpgradeTask
Upgrade tasks to update all tables with user name references to have user key references. |
class |
UserMappingLowerUsernameSchemaUpgradeTask
Upgrade task which will make lower_username column nullable. |
class |
UserMappingSchemaUpgradeTask
Upgrade tasks which will explicitly create the UserMapping table (from Hibernate configuration). |
class |
WelcomeMessageUpgradeTask
|
class |
WikiToXhtmlMigrationUpgradeTask
Convert all wiki formatted content to XHTML content as part of the upgrade. |
class |
XhtmlRoundTripMigrationUpgradeTask
Convert all legacy formatted content to the current XHTML format as part of the upgrade. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |