Package com.atlassian.jira.upgrade

Interface Summary
ConsistencyChecker  
UpgradeManager  
UpgradeTask  
 

Class Summary
AbstractUpgradeTask  
BuildNumComparator  
ConnectionKeeper This class is used to keep connections open to the database while JIRA is running.
ConsistencyCheckImpl The consistency checker runs every time the web app is reloaded, and checks JIRA's consistency (duh ;))

At the moment it just looks to check that certain Listeners are loaded, but in the future it can check the consistency of data etc.

ConsistencyLauncher The ConsistencyLauncher will launch a consistency check when the web application is started.
LogEvent Event subclass that intercepts the Event.setProgress(int) in order to provide some status to the log file (using log4j).
UpgradeLauncher Tests if an upgrade is neccessary, and performs it.
UpgradeManagerImpl  
UpgradeTask.Status Track status of a task this session, if isTaskDone(String) returns true you don't need to do it again.
 



Copyright © 2002-2009 Atlassian. All Rights Reserved.