public class UpgradeTask524 extends Object implements UpgradeTask
SynchronisableDirectoryProperties.INCREMENTAL_SYNC_ENABLED
attribute set to
true.Constructor and Description |
---|
UpgradeTask524() |
Modifier and Type | Method and Description |
---|---|
void |
doUpgrade()
Perform the upgrade.
|
String |
getBuildNumber() |
Collection<String> |
getErrors()
Any errors that occur during the upgrade process will be added to this Collection as Strings.
|
String |
getShortDescription()
A short (less than 50 chars) description of the upgrade action
|
void |
setDirectoryDao(DirectoryDao directoryDao) |
public String getBuildNumber()
getBuildNumber
in interface UpgradeTask
public String getShortDescription()
UpgradeTask
getShortDescription
in interface UpgradeTask
public void doUpgrade() throws Exception
UpgradeTask
doUpgrade
in interface UpgradeTask
Exception
- is thrown if any errors occur during the upgrade process.public Collection<String> getErrors()
UpgradeTask
getErrors
in interface UpgradeTask
public void setDirectoryDao(DirectoryDao directoryDao)
Copyright © 2016 Atlassian. All rights reserved.