Interface StartupUpgradeTask
-
- All Superinterfaces:
UpgradeTask
public interface StartupUpgradeTask extends UpgradeTask
A marker interface for upgrade tasks that should also be run at setup time. Note that they will also be run for other upgrades.
-
-
Method Summary
-
Methods inherited from interface com.atlassian.bamboo.upgrade.UpgradeTask
doUpgrade, getBuildNumber, getErrors, getShortDescription
-
-