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, setBuildNumber
public AtlassianUserToEmbeddedCrowdConfigurationUpgradeTask(AtlassianUserMigratorFactory atlassianUserMigratorFactory, EmbeddedCrowdBootstrap embeddedCrowdBootstrap)
public String getBuildNumber()
getBuildNumber
in interface UpgradeTaskInfo
getBuildNumber
in class AbstractUpgradeTask
public String getShortDescription()
UpgradeTaskInfo
getShortDescription
in interface UpgradeTaskInfo
getShortDescription
in class AbstractUpgradeTask
public void validate() throws Exception
AbstractUpgradeTask
This 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 UpgradeTask
validate
in class AbstractUpgradeTask
Exception
public void doUpgrade() throws Exception
UpgradeTask
Exception
public boolean runOnSpaceImport()
BackupSupport
public boolean breaksBackwardCompatibility()
BackupSupport
Copyright © 2003–2015 Atlassian. All rights reserved.