| Package | Description |
|---|---|
| com.atlassian.bamboo.upgrade | |
| com.atlassian.bamboo.upgrade.tasks |
| Modifier and Type | Interface and Description |
|---|---|
interface |
HibernateUpgradeTask
Execution of
doUpgrade() will be wrapped with Hibernate session. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBootstrapUpgradeTask |
class |
AbstractUpgradeTask |
| Modifier and Type | Field and Description |
|---|---|
protected SortedMap<String,UpgradeTask> |
AbstractUpgradeManager.upgradeTasks |
| Modifier and Type | Method and Description |
|---|---|
protected UpgradeTask |
BootstrapUpgradeManagerImpl.createUpgradeTask(String className) |
| Modifier and Type | Method and Description |
|---|---|
protected SortedMap<String,UpgradeTask> |
AbstractUpgradeManager.createTasks(String xPathExpression,
String installationBuildNumber,
String upgradeBuildNumber) |
SortedMap<String,UpgradeTask> |
AbstractUpgradeManager.getUpgradeTasks()
Gets a map of upgrade tasks which need to run.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractUpgradeManager.classifyUpgradeTask(String bambooBuildNumber,
UpgradeTask task) |
protected void |
UpgradeManagerImpl.classifyUpgradeTask(String bambooBuildNumber,
UpgradeTask task) |
int |
UpgradeTaskComparator.compare(UpgradeTask o1,
UpgradeTask o2) |
protected String |
AbstractUpgradeManager.runUpgradeTask(UpgradeTask task,
List<String> errors) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BootstrapUpgradeTask
Marker interface for upgrade tasks run at bootstrap time
|
interface |
PriorityUpgradeTask
A marker interface to ensure that these upgrade tasks get run as a priority.
|
interface |
RequiresReindexUpgradeTask
A marker interface for upgrade tasks that require
|
interface |
StartupUpgradeTask
A marker interface for upgrade tasks that should also be run at setup time.
|
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.