com.atlassian.bamboo.setup
Interface PreBootstrapUpgradeTask

All Known Implementing Classes:
AddFailoverParamsClientBrokerUrlUpgradeTask, PreBootstrapUpgradeTask706OracleMSSQLFix, ResetBrokerUrlUpgradeTask, UpgradeTask1840IncreaseDbPoolSize

public interface PreBootstrapUpgradeTask


Method Summary
 boolean doUpgrade()
          Main method to do all the upgrade tasks
 int getBuildNumber()
          Build number from which point the upgrade task wont need to run
 java.lang.String getDescription()
          Returns the description of the upgrade task
 

Method Detail

doUpgrade

boolean doUpgrade()
                  throws java.lang.Exception
Main method to do all the upgrade tasks

Returns:
Throws:
java.lang.Exception - - Any exception caused by the upgrade task can be thrown

getDescription

java.lang.String getDescription()
Returns the description of the upgrade task

Returns:

getBuildNumber

int getBuildNumber()
Build number from which point the upgrade task wont need to run

Returns:


Copyright © 2010 Atlassian. All Rights Reserved.