com.atlassian.bamboo.upgrader
Class VersionTwentyFourToVersionTwentyFiveUpgrader
java.lang.Object
com.atlassian.bamboo.upgrader.AbstractBuildUpgrader
com.atlassian.bamboo.upgrader.VersionTwentyFourToVersionTwentyFiveUpgrader
- All Implemented Interfaces:
- Upgrader
public class VersionTwentyFourToVersionTwentyFiveUpgrader
- extends AbstractBuildUpgrader
Renames the "/rss/download-data/rss" to "/allbuilds/download-data/rss"
Method Summary |
protected void |
updateBuildFile(File buildFile)
|
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 |
VersionTwentyFourToVersionTwentyFiveUpgrader
public VersionTwentyFourToVersionTwentyFiveUpgrader(File buildDirectory)
upgrade
public void upgrade()
- Description copied from class:
AbstractBuildUpgrader
- Updgrade the build and configuration files one version
- Specified by:
upgrade
in interface Upgrader
- Overrides:
upgrade
in class AbstractBuildUpgrader
updateBuildFile
protected void updateBuildFile(File buildFile)
- Specified by:
updateBuildFile
in class AbstractBuildUpgrader
Copyright © 2006 Atlassian Software Systems. All Rights Reserved.