|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.crowd.upgrade.tasks.UpgradeTask429
public class UpgradeTask429
Upgrades directories having InternalDirectoryWithBatching as an implementation class to use InternalDirectory class as an implementation class.
| Constructor Summary | |
|---|---|
UpgradeTask429()
|
|
| Method Summary | |
|---|---|
void |
doUpgrade()
Perform the upgrade. |
java.lang.String |
getBuildNumber()
|
java.util.Collection<java.lang.String> |
getErrors()
Any errors that occur during the upgrade process will be added to this Collection as Strings. |
java.lang.String |
getShortDescription()
A short (<50 chars) description of the upgrade action |
void |
setDirectoryDao(DirectoryDao directoryDao)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UpgradeTask429()
| Method Detail |
|---|
public java.lang.String getBuildNumber()
getBuildNumber in interface UpgradeTaskpublic java.lang.String getShortDescription()
UpgradeTask
getShortDescription in interface UpgradeTask
public void doUpgrade()
throws java.lang.Exception
UpgradeTask
doUpgrade in interface UpgradeTaskjava.lang.Exception - is thrown if any errors occur during the upgrade process.public java.util.Collection<java.lang.String> getErrors()
UpgradeTask
getErrors in interface UpgradeTaskpublic void setDirectoryDao(DirectoryDao directoryDao)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||