Class UpgradeTask90506SetTestCaseLastRecordedBuildNumber
java.lang.Object
com.atlassian.bamboo.upgrade.AbstractUpgradeTask
com.atlassian.bamboo.upgrade.AbstractBootstrapUpgradeTask
com.atlassian.bamboo.upgrade.tasks.v9_5.UpgradeTask90506SetTestCaseLastRecordedBuildNumber
- All Implemented Interfaces:
BootstrapUpgradeTask
,UpgradeTask
public class UpgradeTask90506SetTestCaseLastRecordedBuildNumber
extends AbstractBootstrapUpgradeTask
-
Field Summary
Fields inherited from class com.atlassian.bamboo.upgrade.AbstractBootstrapUpgradeTask
bootstrapManager, hibernateConfig
Fields inherited from class com.atlassian.bamboo.upgrade.AbstractUpgradeTask
errors
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Perform the upgrade.void
performWork
(Connection connection, boolean callCommitOnStep) 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 Details
-
TEMP_TABLE_NAME
- See Also:
-
-
Constructor Details
-
UpgradeTask90506SetTestCaseLastRecordedBuildNumber
public UpgradeTask90506SetTestCaseLastRecordedBuildNumber()
-
-
Method Details
-
doUpgrade
Description copied from interface:UpgradeTask
Perform the upgrade.- Throws:
SQLException
-
performWork
@VisibleForTesting public void performWork(Connection connection, boolean callCommitOnStep) throws SQLException - Throws:
SQLException
-