public abstract class AbstractUpgradeTask extends Object implements UpgradeTask
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractUpgradeTask(String shortDescription) |
protected |
AbstractUpgradeTask(String buildNumber,
String shortDescription) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBuildNumber() |
List<String> |
getErrors() |
String |
getShortDescription() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdoUpgradeprotected AbstractUpgradeTask(@NotNull
String shortDescription)
@NotNull public List<String> getErrors()
getErrors in interface UpgradeTask@NotNull public String getBuildNumber()
getBuildNumber in interface UpgradeTask@NotNull public String getShortDescription()
getShortDescription in interface UpgradeTaskCopyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.