com.atlassian.bamboo.upgrade.tasks
Class UpgradeTask1703RemoteApiEnableByDefault

java.lang.Object
  extended by com.atlassian.bamboo.upgrade.AbstractUpgradeTask
      extended by com.atlassian.bamboo.upgrade.tasks.UpgradeTask1703RemoteApiEnableByDefault
All Implemented Interfaces:
UpgradeTask

public class UpgradeTask1703RemoteApiEnableByDefault
extends AbstractUpgradeTask

Upgrades old repository information to new repository information. Currently only converts it to NONE or the DEFAULt


Field Summary
 
Fields inherited from class com.atlassian.bamboo.upgrade.AbstractUpgradeTask
errors
 
Constructor Summary
UpgradeTask1703RemoteApiEnableByDefault()
           
 
Method Summary
 void doUpgrade()
          Perform the upgrade.
 void setAdministrationConfigurationManager(AdministrationConfigurationManager administrationConfigurationManager)
           
 
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
 

Constructor Detail

UpgradeTask1703RemoteApiEnableByDefault

public UpgradeTask1703RemoteApiEnableByDefault()
Method Detail

doUpgrade

public void doUpgrade()
               throws java.lang.Exception
Perform the upgrade.

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

setAdministrationConfigurationManager

public void setAdministrationConfigurationManager(AdministrationConfigurationManager administrationConfigurationManager)


Copyright © 2010 Atlassian. All Rights Reserved.