com.atlassian.jira.upgrade
Interface UpgradeManager

All Known Implementing Classes:
UpgradeManagerImpl

public interface UpgradeManager


Method Summary
 Collection doEditionUpgrade(com.atlassian.license.License originalLicense)
           
 Collection doSetupUpgrade()
           
 Collection doUpgradeIfNeededAndAllowed(String backupPath)
           
 SortedMap getAllEnterpriseUpgrades()
           
 SortedMap getAllProfessionalUpgrades()
           
 SortedMap getAllStandardUpgrades()
           
 String getExportFilePath()
           
 String getJiraBuildNumber()
           
 SortedMap getRelevantUpgradesFromList(Map map)
           
 SortedMap getSetupEnterpriseUpgrades()
           
 SortedMap getSetupProfessionalUpgrades()
           
 SortedMap getSetupStandardUpgrades()
           
 boolean needUpgrade()
           
 void printErrors(Collection errors)
           
 

Method Detail

needUpgrade

boolean needUpgrade()

printErrors

void printErrors(Collection errors)

getRelevantUpgradesFromList

SortedMap getRelevantUpgradesFromList(Map map)

doEditionUpgrade

Collection doEditionUpgrade(com.atlassian.license.License originalLicense)

doSetupUpgrade

Collection doSetupUpgrade()

getAllEnterpriseUpgrades

SortedMap getAllEnterpriseUpgrades()

getAllProfessionalUpgrades

SortedMap getAllProfessionalUpgrades()

getSetupEnterpriseUpgrades

SortedMap getSetupEnterpriseUpgrades()

getSetupProfessionalUpgrades

SortedMap getSetupProfessionalUpgrades()

getJiraBuildNumber

String getJiraBuildNumber()

doUpgradeIfNeededAndAllowed

Collection doUpgradeIfNeededAndAllowed(String backupPath)
                                       throws IllegalXMLCharactersException
Throws:
IllegalXMLCharactersException

getExportFilePath

String getExportFilePath()

getAllStandardUpgrades

SortedMap getAllStandardUpgrades()

getSetupStandardUpgrades

SortedMap getSetupStandardUpgrades()


Copyright © 2002-2007 Atlassian. All Rights Reserved.