Class AbstractFormerCloudUpgrade
java.lang.Object
com.atlassian.bamboo.upgrade.AbstractUpgradeTask
com.atlassian.bamboo.upgrade.AbstractRepeatableTask
com.atlassian.bamboo.migration.cloud.upgrade.AbstractFormerCloudUpgrade
- All Implemented Interfaces:
UpgradeTask
- Direct Known Subclasses:
ConvertRestrictedAdmins
,EnableServerPlugins
,ResetServerCapabilities
-
Field Summary
Fields inherited from class com.atlassian.bamboo.upgrade.AbstractRepeatableTask
bandanaManager
Fields inherited from class com.atlassian.bamboo.upgrade.AbstractUpgradeTask
errors
-
Constructor Summary
ConstructorDescriptionAbstractFormerCloudUpgrade
(@NotNull String buildNumber, @NotNull String shortDescription) -
Method Summary
Methods inherited from class com.atlassian.bamboo.upgrade.AbstractRepeatableTask
doRepeatableTask, doUpgrade, getRunOnlyOnceId, hasBeenRun
Methods inherited from class com.atlassian.bamboo.upgrade.AbstractUpgradeTask
getBuildNumber, getErrors, getShortDescription
-
Field Details
-
BANDANA_KEY_FORMER_CLOUD
- See Also:
-
-
Constructor Details
-
AbstractFormerCloudUpgrade
-
-
Method Details
-
needsUpgrade
protected boolean needsUpgrade()- Overrides:
needsUpgrade
in classAbstractRepeatableTask
-