com.atlassian.jira.upgrade
Interface UpgradeManager

All Known Implementing Classes:
UpgradeManagerImpl

public interface UpgradeManager


Method Summary
 Collection<String> doSetupUpgrade()
           
 Collection<String> doUpgradeIfNeededAndAllowed(String backupPath)
           
 String getExportFilePath()
           
 List<UpgradeHistoryItem> getUpgradeHistory()
           
 

Method Detail

doSetupUpgrade

Collection<String> doSetupUpgrade()

doUpgradeIfNeededAndAllowed

Collection<String> doUpgradeIfNeededAndAllowed(String backupPath)
                                               throws IllegalXMLCharactersException
Throws:
IllegalXMLCharactersException

getExportFilePath

String getExportFilePath()

getUpgradeHistory

List<UpgradeHistoryItem> getUpgradeHistory()
Returns:
the history of upgrades performed on this instance of JIRA in reverse chronological order
Since:
v4.1


Copyright © 2002-2010 Atlassian. All Rights Reserved.