com.atlassian.bamboo.upgrade.tasks
Class UpgradeTask1831FixNullBuildCompleted

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.UpgradeTask1831FixNullBuildCompleted
All Implemented Interfaces:
UpgradeTask

public class UpgradeTask1831FixNullBuildCompleted
extends AbstractStatementUpgradeTask
implements UpgradeTask


Field Summary
 
Fields inherited from class com.atlassian.bamboo.upgrade.AbstractUpgradeTask
errors
 
Constructor Summary
UpgradeTask1831FixNullBuildCompleted()
           
 
Method Summary
protected  java.util.List<java.lang.String> getSqlStatements()
          A list of SQL statements to be run in order.
protected  boolean isShouldRunUpgrade(java.sql.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
doUpgrade, getBuildNumber, getErrors, getShortDescription
 

Constructor Detail

UpgradeTask1831FixNullBuildCompleted

public UpgradeTask1831FixNullBuildCompleted()
Method Detail

isShouldRunUpgrade

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

Specified by:
isShouldRunUpgrade in class AbstractStatementUpgradeTask
Returns:

getSqlStatements

protected java.util.List<java.lang.String> getSqlStatements()
Description copied from class: AbstractStatementUpgradeTask
A list of SQL statements to be run in order. Execution will stop

Specified by:
getSqlStatements in class AbstractStatementUpgradeTask
Returns:


Copyright © 2010 Atlassian. All Rights Reserved.