com.atlassian.bamboo.upgrader
Class VersionTwentySevenToVersionTwentyEightUpgrader

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

public class VersionTwentySevenToVersionTwentyEightUpgrader
extends AbstractBuildUpgrader

Removed deprecated fields from the Build Results files


Nested Class Summary
 class VersionTwentySevenToVersionTwentyEightUpgrader.MyBuildResults
           
 
Constructor Summary
VersionTwentySevenToVersionTwentyEightUpgrader(File buildDirectory)
          Initialise the upgrader with the location of the configuration files and webapp root directory
 
Method Summary
protected  void updateBuildFile(File buildFile)
           
 
Methods inherited from class com.atlassian.bamboo.upgrader.AbstractBuildUpgrader
getBuildDirectory, getXStreamPersister, readInTheBuildFile, readInTheBuildFile, saveBuildBackToFile, upgrade
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VersionTwentySevenToVersionTwentyEightUpgrader

public VersionTwentySevenToVersionTwentyEightUpgrader(File buildDirectory)
Initialise the upgrader with the location of the configuration files and webapp root directory

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

updateBuildFile

protected void updateBuildFile(File buildFile)
Specified by:
updateBuildFile in class AbstractBuildUpgrader


Copyright © 2006 Atlassian Software Systems. All Rights Reserved.