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