Class EnableServerPlugins
- 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.EnableServerPlugins
-
- All Implemented Interfaces:
UpgradeTask
public class EnableServerPlugins extends AbstractFormerCloudUpgrade
-
-
Field Summary
-
Fields inherited from class com.atlassian.bamboo.migration.cloud.upgrade.AbstractFormerCloudUpgrade
BANDANA_KEY_FORMER_CLOUD
-
Fields inherited from class com.atlassian.bamboo.upgrade.AbstractRepeatableTask
bandanaManager
-
Fields inherited from class com.atlassian.bamboo.upgrade.AbstractUpgradeTask
errors
-
-
Constructor Summary
Constructors Constructor Description EnableServerPlugins()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
doRepeatableTask()
protected String
getRunOnlyOnceId()
Unique key of the task, used to run the task just once.-
Methods inherited from class com.atlassian.bamboo.migration.cloud.upgrade.AbstractFormerCloudUpgrade
needsUpgrade
-
Methods inherited from class com.atlassian.bamboo.upgrade.AbstractRepeatableTask
doUpgrade, hasBeenRun
-
Methods inherited from class com.atlassian.bamboo.upgrade.AbstractUpgradeTask
getBuildNumber, getErrors, getShortDescription
-
-
-
-
Method Detail
-
getRunOnlyOnceId
protected String getRunOnlyOnceId()
Description copied from class:AbstractRepeatableTask
Unique key of the task, used to run the task just once.- Overrides:
getRunOnlyOnceId
in classAbstractRepeatableTask
-
doRepeatableTask
protected void doRepeatableTask()
- Specified by:
doRepeatableTask
in classAbstractRepeatableTask
-
-