public interface UpgradeManager
Modifier and Type | Method and Description |
---|---|
List<String> |
doUpgrade(boolean partOfSetup)
Method to fire off the upgrade process
|
String |
getBuildNumber()
This gets the current build number
|
String |
getOldBuildNumber() |
boolean |
needUpgrade()
Determines whether we need to run the upgrade or not.
|
boolean needUpgrade()
boolean
whether the upgrade is needed@NotNull List<String> doUpgrade(boolean partOfSetup) throws Exception
partOfSetup
- - whether or not the upgrade is being run as part of the setupException
@NotNull String getBuildNumber()
String getOldBuildNumber()
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.