com.atlassian.bamboo.upgrader
Class VersionTwentySixToVersionTwentySevenUpgrader

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

public class VersionTwentySixToVersionTwentySevenUpgrader
extends Object
implements Upgrader

This used to renames SVN buid file directory from GUID to build key. However, the build directory is no longer available when upgrading, so the upgrade has been removed.


Constructor Summary
VersionTwentySixToVersionTwentySevenUpgrader()
           
 
Method Summary
 void upgrade()
          Updgrade the build and configuration files one version
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VersionTwentySixToVersionTwentySevenUpgrader

public VersionTwentySixToVersionTwentySevenUpgrader()
Method Detail

upgrade

public void upgrade()
Description copied from interface: Upgrader
Updgrade the build and configuration files one version

Specified by:
upgrade in interface Upgrader


Copyright © 2006 Atlassian Software Systems. All Rights Reserved.