com.atlassian.bamboo.upgrade.tasks
Class UpgradeTask2807InitialiseImagePlatform

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.UpgradeTask2807InitialiseImagePlatform
All Implemented Interfaces:
HibernateUpgradeTask, UpgradeTask

public class UpgradeTask2807InitialiseImagePlatform
extends AbstractInHibernateTransactionUpgradeTask


Field Summary
 
Fields inherited from class com.atlassian.bamboo.upgrade.AbstractUpgradeTask
errors
 
Constructor Summary
UpgradeTask2807InitialiseImagePlatform()
           
 
Method Summary
 void doUpgrade(java.sql.Connection connection)
           
 void setAwsAccountBean(AwsAccountBean awsAccountBean)
           
 void setElasticImageConfigurationDao(ElasticImageConfigurationDao elasticImageConfigurationDao)
           
 
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

UpgradeTask2807InitialiseImagePlatform

public UpgradeTask2807InitialiseImagePlatform()
Method Detail

doUpgrade

public void doUpgrade(@NotNull
                      java.sql.Connection connection)
               throws java.sql.SQLException
Specified by:
doUpgrade in class AbstractInHibernateTransactionUpgradeTask
Throws:
java.sql.SQLException

setElasticImageConfigurationDao

public void setElasticImageConfigurationDao(ElasticImageConfigurationDao elasticImageConfigurationDao)

setAwsAccountBean

public void setAwsAccountBean(AwsAccountBean awsAccountBean)


Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.