Class UpgradeTask90401DeleteOrphanedTestClasses
- java.lang.Object
-
- com.atlassian.bamboo.upgrade.AbstractUpgradeTask
-
- com.atlassian.bamboo.upgrade.tasks.AbstractInHibernateTransactionUpgradeTask
-
- com.atlassian.bamboo.upgrade.tasks.AbstractPreparedStatementUpgradeTask
-
- com.atlassian.bamboo.upgrade.tasks.v9_4.UpgradeTask90401DeleteOrphanedTestClasses
-
- All Implemented Interfaces:
UpgradeTask
public class UpgradeTask90401DeleteOrphanedTestClasses extends AbstractPreparedStatementUpgradeTask
-
-
Field Summary
-
Fields inherited from class com.atlassian.bamboo.upgrade.AbstractUpgradeTask
errors
-
-
Constructor Summary
Constructors Constructor Description UpgradeTask90401DeleteOrphanedTestClasses()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
getPreparedStatementSql()
Returns the SQL that will be used to init aPreparedStatement
protected void
prepareStatement(PreparedStatement statement)
Sets the various values in aPreparedStatement
-
Methods inherited from class com.atlassian.bamboo.upgrade.tasks.AbstractPreparedStatementUpgradeTask
doUpgrade, isShouldRunUpgrade
-
Methods inherited from class com.atlassian.bamboo.upgrade.tasks.AbstractInHibernateTransactionUpgradeTask
doUpgrade, setBambooConnectionTemplate
-
Methods inherited from class com.atlassian.bamboo.upgrade.AbstractUpgradeTask
getBuildNumber, getErrors, getShortDescription
-
-
-
-
Method Detail
-
getPreparedStatementSql
protected String getPreparedStatementSql()
Description copied from class:AbstractPreparedStatementUpgradeTask
Returns the SQL that will be used to init aPreparedStatement
- Specified by:
getPreparedStatementSql
in classAbstractPreparedStatementUpgradeTask
- Returns:
-
prepareStatement
protected void prepareStatement(PreparedStatement statement) throws SQLException
Description copied from class:AbstractPreparedStatementUpgradeTask
Sets the various values in aPreparedStatement
- Specified by:
prepareStatement
in classAbstractPreparedStatementUpgradeTask
- Throws:
SQLException
-
-