Class AbstractVariableDataEncryptionTask
java.lang.Object
com.atlassian.bamboo.upgrade.AbstractUpgradeTask
com.atlassian.bamboo.upgrade.tasks.AbstractVariableDataEncryptionTask
- All Implemented Interfaces:
UpgradeTask
-
Field Summary
Fields inherited from class com.atlassian.bamboo.upgrade.AbstractUpgradeTask
errors
-
Constructor Summary
ConstructorDescriptionAbstractVariableDataEncryptionTask
(@NotNull String description, @NotNull String tableName) AbstractVariableDataEncryptionTask
(String description, String tableName, String idFieldName) -
Method Summary
Methods inherited from class com.atlassian.bamboo.upgrade.AbstractUpgradeTask
getBuildNumber, getErrors, getShortDescription
-
Constructor Details
-
AbstractVariableDataEncryptionTask
-
AbstractVariableDataEncryptionTask
-
-
Method Details
-
doUpgrade
Description copied from interface:UpgradeTask
Perform the upgrade.- Throws:
Exception
- to signalize error during upgrade process
-