com.atlassian.bamboo.setup
Class UpgradeTask1840IncreaseDbPoolSize

java.lang.Object
  extended by com.atlassian.bamboo.upgrade.AbstractUpgradeTask
      extended by com.atlassian.bamboo.upgrade.AbstractBootstrapUpgradeTask
          extended by com.atlassian.bamboo.setup.UpgradeTask1840IncreaseDbPoolSize
All Implemented Interfaces:
UpgradeTask

public class UpgradeTask1840IncreaseDbPoolSize
extends AbstractBootstrapUpgradeTask


Field Summary
static int DEFAULT_MAX_POOL_SIZE
           
 
Fields inherited from class com.atlassian.bamboo.upgrade.AbstractBootstrapUpgradeTask
applicationConfig, bootstrapManager, hibernateConfig
 
Fields inherited from class com.atlassian.bamboo.upgrade.AbstractUpgradeTask
errors
 
Constructor Summary
UpgradeTask1840IncreaseDbPoolSize()
           
 
Method Summary
 void doUpgrade()
          Perform the upgrade.
 
Methods inherited from class com.atlassian.bamboo.upgrade.AbstractBootstrapUpgradeTask
getDatabaseConnection, getDialect, setApplicationConfig, setBootstrapManager, setHibernateConfig, withDatabaseConnection
 
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
 

Field Detail

DEFAULT_MAX_POOL_SIZE

public static final int DEFAULT_MAX_POOL_SIZE
See Also:
Constant Field Values
Constructor Detail

UpgradeTask1840IncreaseDbPoolSize

public UpgradeTask1840IncreaseDbPoolSize()
Method Detail

doUpgrade

public void doUpgrade()
               throws java.lang.Exception
Description copied from interface: UpgradeTask
Perform the upgrade.

Throws:
java.lang.Exception - to signalize error during upgrade process


Copyright © 2010 Atlassian. All Rights Reserved.