com.atlassian.bamboo.upgrade.tasks
Class UpgradeTask2209NewArtifactDirStructure

java.lang.Object
  extended by com.atlassian.bamboo.upgrade.AbstractUpgradeTask
      extended by com.atlassian.bamboo.upgrade.tasks.UpgradeTask2209NewArtifactDirStructure
All Implemented Interfaces:
UpgradeTask

public class UpgradeTask2209NewArtifactDirStructure
extends AbstractUpgradeTask


Field Summary
 
Fields inherited from class com.atlassian.bamboo.upgrade.AbstractUpgradeTask
errors
 
Constructor Summary
UpgradeTask2209NewArtifactDirStructure()
           
 
Method Summary
 void doUpgrade()
          Perform the upgrade.
protected static java.lang.String extractBuildNumberFromDir(java.lang.String oldBuildArtifactDirName)
           
protected static boolean isOldStyleBuildDirName(java.lang.String oldBuildArtifactDirName)
           
 
Methods inherited from class com.atlassian.bamboo.upgrade.AbstractUpgradeTask
getBuildNumber, getErrors, getShortDescription
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpgradeTask2209NewArtifactDirStructure

public UpgradeTask2209NewArtifactDirStructure()
Method Detail

doUpgrade

public void doUpgrade()
               throws java.lang.Exception
Description copied from interface: UpgradeTask
Perform the upgrade.

Throws:
java.lang.Exception - to signalize error during upgrade process

extractBuildNumberFromDir

protected static java.lang.String extractBuildNumberFromDir(java.lang.String oldBuildArtifactDirName)

isOldStyleBuildDirName

protected static boolean isOldStyleBuildDirName(java.lang.String oldBuildArtifactDirName)


Copyright © 2011 Atlassian. All Rights Reserved.