com.atlassian.bamboo.upgrader
Class VersionFiveToVersionSixUpgrader
java.lang.Object
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.
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 |
VersionFiveToVersionSixUpgrader
public VersionFiveToVersionSixUpgrader(File configurationDirectory)
- Initialse the upgrader with the system configuration
- Parameters:
configurationDirectory
- The location of Bamboo configuration files
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.