Class UpgradeTask90406DropOidFromArtifactDefinition
- java.lang.Object
-
- com.atlassian.bamboo.upgrade.AbstractUpgradeTask
-
- com.atlassian.bamboo.upgrade.AbstractBootstrapUpgradeTask
-
- com.atlassian.bamboo.upgrade.tasks.v9_4.UpgradeTask90406DropOidFromArtifactDefinition
-
- All Implemented Interfaces:
BootstrapUpgradeTask
,UpgradeTask
public class UpgradeTask90406DropOidFromArtifactDefinition extends AbstractBootstrapUpgradeTask
-
-
Field Summary
Fields Modifier and Type Field Description static String
COLUMN_NAME
static String
TABLE_NAME
-
Fields inherited from class com.atlassian.bamboo.upgrade.AbstractBootstrapUpgradeTask
bootstrapManager, hibernateConfig
-
Fields inherited from class com.atlassian.bamboo.upgrade.AbstractUpgradeTask
errors
-
-
Constructor Summary
Constructors Constructor Description UpgradeTask90406DropOidFromArtifactDefinition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doUpgrade()
Perform the upgrade.-
Methods inherited from class com.atlassian.bamboo.upgrade.AbstractBootstrapUpgradeTask
getDatabaseConnection, getDialect, setBootstrapManager, setHibernateConfig, withDatabaseConnection
-
Methods inherited from class com.atlassian.bamboo.upgrade.AbstractUpgradeTask
getBuildNumber, getErrors, getShortDescription
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.atlassian.bamboo.upgrade.UpgradeTask
getBuildNumber, getErrors, getShortDescription
-
-
-
-
Field Detail
-
TABLE_NAME
public static final String TABLE_NAME
- See Also:
- Constant Field Values
-
COLUMN_NAME
public static final String COLUMN_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
doUpgrade
public void doUpgrade() throws Exception
Description copied from interface:UpgradeTask
Perform the upgrade.- Throws:
Exception
- to signalize error during upgrade process
-
-