Class ResetServerCapabilities
java.lang.Object
com.atlassian.bamboo.upgrade.AbstractUpgradeTask
com.atlassian.bamboo.upgrade.AbstractRepeatableTask
com.atlassian.bamboo.migration.cloud.upgrade.AbstractFormerCloudUpgrade
com.atlassian.bamboo.migration.cloud.upgrade.ResetServerCapabilities
- All Implemented Interfaces:
UpgradeTask
-
Field Summary
Fields inherited from class com.atlassian.bamboo.migration.cloud.upgrade.AbstractFormerCloudUpgrade
BANDANA_KEY_FORMER_CLOUDFields inherited from class com.atlassian.bamboo.upgrade.AbstractRepeatableTask
bandanaManagerFields inherited from class com.atlassian.bamboo.upgrade.AbstractUpgradeTask
errors, hibernateConfig, shortDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected StringUnique key of the task, used to run the task just once.Methods inherited from class com.atlassian.bamboo.migration.cloud.upgrade.AbstractFormerCloudUpgrade
needsUpgradeMethods inherited from class com.atlassian.bamboo.upgrade.AbstractRepeatableTask
doUpgrade, hasBeenRunMethods inherited from class com.atlassian.bamboo.upgrade.AbstractUpgradeTask
getBuildNumber, getErrors, getShortDescription
-
Constructor Details
-
ResetServerCapabilities
public ResetServerCapabilities()
-
-
Method Details
-
getRunOnlyOnceId
Description copied from class:AbstractRepeatableTaskUnique key of the task, used to run the task just once.- Overrides:
getRunOnlyOnceIdin classAbstractRepeatableTask
-
doRepeatableTask
protected void doRepeatableTask()- Specified by:
doRepeatableTaskin classAbstractRepeatableTask
-