Interface PriorityUpgradeTask
-
- All Superinterfaces:
UpgradeTask
- All Known Implementing Classes:
AbstractDeploymentItemConversionTask
,UpgradeTask90502FillDeploymentProjectArtifactTable
,UpgradeTask90503FillDeploymentVersionArtifactTable
public interface PriorityUpgradeTask extends UpgradeTask
A marker interface to ensure that these upgrade tasks get run as a priority. Classes implementing this must ensure that the upgrade can be ran over and over
-
-
Method Summary
-
Methods inherited from interface com.atlassian.bamboo.upgrade.UpgradeTask
doUpgrade, getBuildNumber, getErrors, getShortDescription
-
-