public class AtlassianUserToEmbeddedCrowdConfigurationUpgradeTask extends AbstractUpgradeTask
AtlassianUserMigratorFactory to create a migrator for the current atlassian
user configuration.| Constructor and Description |
|---|
AtlassianUserToEmbeddedCrowdConfigurationUpgradeTask(AtlassianUserMigratorFactory atlassianUserMigratorFactory,
EmbeddedCrowdBootstrap embeddedCrowdBootstrap) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
breaksBackwardCompatibility()
Returns true if a new export can't be imported in an older instance.
|
void |
doUpgrade()
Perform the upgrade.
|
String |
getBuildNumber() |
String |
getShortDescription()
A short (<50 chars) description of the upgrade action
|
boolean |
runOnSpaceImport()
Returns true if an older Space can't be imported in a new instance without running this task.
|
void |
validate()
This is only implemented in this abstract base class for the convenience of the large number of older
upgrade tasks.
|
addAllErrors, addError, addError, getConstraint, getErrors, getName, isDatabaseUpgrade, setBeanName, setBuildNumberpublic AtlassianUserToEmbeddedCrowdConfigurationUpgradeTask(AtlassianUserMigratorFactory atlassianUserMigratorFactory, EmbeddedCrowdBootstrap embeddedCrowdBootstrap)
public String getBuildNumber()
getBuildNumber in interface UpgradeTaskInfogetBuildNumber in class AbstractUpgradeTaskpublic String getShortDescription()
UpgradeTaskInfogetShortDescription in interface UpgradeTaskInfogetShortDescription in class AbstractUpgradeTaskpublic void validate()
throws Exception
AbstractUpgradeTaskThis is only implemented in this abstract base class for the convenience of the large number of older upgrade tasks.
If you are implementing a new UpgradeTask you must give some consideration to implementing validation as well.
validate in interface UpgradeTaskvalidate in class AbstractUpgradeTaskExceptionpublic void doUpgrade()
throws Exception
UpgradeTaskExceptionpublic boolean runOnSpaceImport()
BackupSupport
Note that tasks don't run on space import yet, so we just reject the import in this case.
public boolean breaksBackwardCompatibility()
BackupSupportBreaking compatibility means a snapshot of the new version will not work at all with the previous version. For example:
Copyright © 2003–2016 Atlassian. All rights reserved.