com.atlassian.bamboo.upgrade.tasks.v5_7
Class UpgradeTask5714InitVersionAgeZeroPoint

java.lang.Object
  extended by com.atlassian.bamboo.upgrade.AbstractUpgradeTask
      extended by com.atlassian.bamboo.upgrade.tasks.AbstractInHibernateTransactionUpgradeTask
          extended by com.atlassian.bamboo.upgrade.tasks.AbstractStatementUpgradeTask
              extended by com.atlassian.bamboo.upgrade.tasks.v5_7.UpgradeTask5714InitVersionAgeZeroPoint
All Implemented Interfaces:
HibernateUpgradeTask, UpgradeTask

public class UpgradeTask5714InitVersionAgeZeroPoint
extends AbstractStatementUpgradeTask


Field Summary
 
Fields inherited from class com.atlassian.bamboo.upgrade.AbstractUpgradeTask
errors
 
Constructor Summary
UpgradeTask5714InitVersionAgeZeroPoint()
           
 
Method Summary
protected  List<String> getSqlStatements()
          A list of SQL statements to be run in order.
protected  boolean isShouldRunUpgrade(Statement statement)
          Whether or not the upgrade task should actually run
 
Methods inherited from class com.atlassian.bamboo.upgrade.tasks.AbstractStatementUpgradeTask
doUpgrade
 
Methods inherited from class com.atlassian.bamboo.upgrade.tasks.AbstractInHibernateTransactionUpgradeTask
doUpgrade, setBambooConnectionTemplate
 
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
 

Constructor Detail

UpgradeTask5714InitVersionAgeZeroPoint

public UpgradeTask5714InitVersionAgeZeroPoint()
Method Detail

isShouldRunUpgrade

protected boolean isShouldRunUpgrade(@NotNull
                                     Statement statement)
                              throws SQLException
Description copied from class: AbstractStatementUpgradeTask
Whether or not the upgrade task should actually run

Specified by:
isShouldRunUpgrade in class AbstractStatementUpgradeTask
Returns:
Throws:
SQLException

getSqlStatements

@NotNull
protected List<String> getSqlStatements()
Description copied from class: AbstractStatementUpgradeTask
A list of SQL statements to be run in order. Execution will stop after first failed statement

Specified by:
getSqlStatements in class AbstractStatementUpgradeTask
Returns:


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.