com.atlassian.bamboo.upgrader
Class VersionNineToVersionTenUpgrader
java.lang.Object
com.atlassian.bamboo.upgrader.AbstractBuildUpgrader
com.atlassian.bamboo.upgrader.VersionNineToVersionTenUpgrader
- All Implemented Interfaces:
- Upgrader
public class VersionNineToVersionTenUpgrader
- extends AbstractBuildUpgrader
This class updgrades version eight build files to version ten build files.
Simply adds the myBuildJdk property to the LegacyBuildObject objects that are initialised to the system JAVA_HOME.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VersionNineToVersionTenUpgrader
public VersionNineToVersionTenUpgrader(File buildDirectory)
- Initialise the upgrader with the location of the configuration files and webapp root directory
- Parameters:
buildDirectory
- The location of the build files
updateBuildFile
protected void updateBuildFile(File buildFile)
- Specified by:
updateBuildFile
in class AbstractBuildUpgrader
Copyright © 2006 Atlassian Software Systems. All Rights Reserved.