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