com.atlassian.bamboo.upgrader
Class VersionTwoToVersionThreeUpgrader

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

public class VersionTwoToVersionThreeUpgrader
extends Object
implements Upgrader

This class updgrades version two build files to version three build files. Handles the renaming of the build directory names and the additon on a build map file.


Constructor Summary
VersionTwoToVersionThreeUpgrader(File buildDirectory)
          Upgrade the build in the systems's build directory
 
Method Summary
 void upgrade()
          Upgrade the build files
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VersionTwoToVersionThreeUpgrader

public VersionTwoToVersionThreeUpgrader(File buildDirectory)
Upgrade the build in the systems's build directory

Parameters:
buildDirectory - The location of the build data files
Method Detail

upgrade

public void upgrade()
Upgrade the build files

Specified by:
upgrade in interface Upgrader


Copyright © 2006 Atlassian Software Systems. All Rights Reserved.