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()
UpgradeProvider
getUpgradeTasks
in interface UpgradeProvider
T
- 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)
UpgradeProvider
getUpgradeTasksBoundByBuild
in interface UpgradeProvider
T
- is the type of the Upgrade Task as we have different types for these:
UpgradeTask
and com.atlassian.upgrade.api.UpgradeTask
.Copyright © 2002-2022 Atlassian. All Rights Reserved.