public interface UpgradeTask
Modifier and Type | Field and Description |
---|---|
static org.apache.log4j.Category |
log
All upgrade tasks should use this log for convenience, unless there's some overriding
reason to use a different log
|
Modifier and Type | Method and Description |
---|---|
void |
doUpgrade()
Perform the upgrade.
|
String |
getBuildNumber() |
Collection<UpgradeError> |
getErrors()
Return any errors that occur.
|
String |
getShortDescription()
A short (<50 chars) description of the upgrade action
|
static final org.apache.log4j.Category log
String getBuildNumber()
String getShortDescription()
Collection<UpgradeError> getErrors()
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.