com.atlassian.bamboo.upgrade
Interface BootstrapUpgradeManager

All Superinterfaces:
UpgradeManager
All Known Implementing Classes:
BootstrapUpgradeManagerImpl

public interface BootstrapUpgradeManager
extends UpgradeManager


Method Summary
 List<String> runValidationTests()
          Runs validation tests defined in upgrades.xml
 
Methods inherited from interface com.atlassian.bamboo.upgrade.UpgradeManager
doUpgrade, getBuildNumber, needUpgrade
 

Method Detail

runValidationTests

@NotNull
List<String> runValidationTests()
                                throws Exception
Runs validation tests defined in upgrades.xml

Returns:
List a string list of error messages. Not empty list denotes error occurred on validation
Throws:
Exception


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.