com.atlassian.bamboo.upgrader
Class VersionFiveToVersionSixUpgrader

java.lang.Object
  extended by com.atlassian.bamboo.upgrader.VersionFiveToVersionSixUpgrader
All Implemented Interfaces:
Upgrader

public class VersionFiveToVersionSixUpgrader
extends Object
implements Upgrader

This class converts version 5 build files into version 6.

This adds the default data directory to the administration.xml file.


Nested Class Summary
 class VersionFiveToVersionSixUpgrader.OldAdministrationConfiguration
           
 class VersionFiveToVersionSixUpgrader.V5AdministrationConfigurationPersister
           
 
Constructor Summary
VersionFiveToVersionSixUpgrader(File configurationDirectory)
          Initialse the upgrader with the system configuration
 
Method Summary
 void upgrade()
          Upgrade the build directory to the default setting
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VersionFiveToVersionSixUpgrader

public VersionFiveToVersionSixUpgrader(File configurationDirectory)
Initialse the upgrader with the system configuration

Parameters:
configurationDirectory - The location of Bamboo configuration files
Method Detail

upgrade

public void upgrade()
Upgrade the build directory to the default setting

Specified by:
upgrade in interface Upgrader


Copyright © 2006 Atlassian Software Systems. All Rights Reserved.