public abstract class AbstractUpgradeTask extends Object implements UpgradeTask
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractUpgradeTask(String shortDescription) |
protected |
AbstractUpgradeTask(String buildNumber,
String shortDescription)
Deprecated.
since 5.10 - use
AbstractUpgradeTask(String) instead |
| 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)
@Deprecated protected AbstractUpgradeTask(@NotNull String buildNumber, @NotNull String shortDescription)
AbstractUpgradeTask(String) instead@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 © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.