Class UpgradeTask80105SetGlobalToFalseForProjectRepositories
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.v8_1.UpgradeTask80105SetGlobalToFalseForProjectRepositories
- All Implemented Interfaces:
UpgradeTask
public class UpgradeTask80105SetGlobalToFalseForProjectRepositories
extends AbstractPreparedStatementUpgradeTask
-
Field Summary
Fields inherited from class com.atlassian.bamboo.upgrade.AbstractUpgradeTask
errors
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected String
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
-
Constructor Details
-
UpgradeTask80105SetGlobalToFalseForProjectRepositories
public UpgradeTask80105SetGlobalToFalseForProjectRepositories()
-
-
Method Details
-
getPreparedStatementSql
Description copied from class:AbstractPreparedStatementUpgradeTask
Returns the SQL that will be used to init aPreparedStatement
- Specified by:
getPreparedStatementSql
in classAbstractPreparedStatementUpgradeTask
- Returns:
-
prepareStatement
Description copied from class:AbstractPreparedStatementUpgradeTask
Sets the various values in aPreparedStatement
- Specified by:
prepareStatement
in classAbstractPreparedStatementUpgradeTask
- Throws:
SQLException
-