public class XmlFileUpgradeProvider extends Object implements UpgradeProvider
| Constructor and Description |
|---|
XmlFileUpgradeProvider() |
| Modifier and Type | Method and Description |
|---|---|
<T> Collection<T> |
getUpgradeTasks()
Constructs JIRA upgrade tasks.
|
<T> Collection<T> |
getUpgradeTasksBoundByBuild(long buildNumberUpperBound)
Constructs all JIRA upgrade tasks for build numbers less than or equal to some limit.
|
public <T> Collection<T> getUpgradeTasks()
UpgradeProvidergetUpgradeTasks in interface UpgradeProviderT - is the type of the Upgrade Task as we have different types for these:
UpgradeTask and com.atlassian.upgrade.api.UpgradeTask.public <T> Collection<T> getUpgradeTasksBoundByBuild(long buildNumberUpperBound)
UpgradeProvidergetUpgradeTasksBoundByBuild in interface UpgradeProviderT - is the type of the Upgrade Task as we have different types for these:
UpgradeTask and com.atlassian.upgrade.api.UpgradeTask.Copyright © 2002-2018 Atlassian. All Rights Reserved.