com.atlassian.bamboo.upgrader
Class Version28Upgrader
java.lang.Object
com.atlassian.bamboo.upgrader.AbstractBuildUpgrader
com.atlassian.bamboo.upgrader.Version28Upgrader
- All Implemented Interfaces:
- Upgrader
public class Version28Upgrader
- extends AbstractBuildUpgrader
Upgrades the Builder definition to use key value pairs
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PLUGIN_KEY_PREFIX
public static final String PLUGIN_KEY_PREFIX
- See Also:
- Constant Field Values
Version28Upgrader
public Version28Upgrader(File buildDirectory)
updateBuildFile
protected void updateBuildFile(File buildFile)
- Specified by:
updateBuildFile
in class AbstractBuildUpgrader
convertOldBuildToNewBuild
public Version28Upgrader.MigratedBuild convertOldBuildToNewBuild(Version28Upgrader.OriginalBuild oldBuild)
readInTheOldBuildFile
public Version28Upgrader.OriginalBuild readInTheOldBuildFile(File buildFile)
throws IOException
- Throws:
IOException
saveModifiedBuild
public void saveModifiedBuild(File buildFile,
Version28Upgrader.MigratedBuild build)
throws IOException
- Throws:
IOException
Copyright © 2006 Atlassian Software Systems. All Rights Reserved.