Package com.atlassian.jira.upgrade
Class AbstractDowngradeTask
java.lang.Object
com.atlassian.jira.upgrade.AbstractDowngradeTask
- All Implemented Interfaces:
DowngradeTask
- Direct Known Subclasses:
DowngradeTask_Build10020000,DowngradeTask_Build70024,DowngradeTask_Build70027,DowngradeTask_Build810001,DowngradeTask_Build9150000
Abstract DowngradeTask - takes care of providing DB access via OfBizDelegator or DbConnectionManager.
- Since:
- v6.4.6
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionProvides access to the DB for this Downgrade Task.Provides access to the DB for this Downgrade Task.voidsetDbConnectionManager(DbConnectionManager dbConnectionManager) This is how the Downgrade task framework injects the DbConnectionManager.voidsetOfBizDelegator(OfBizDelegator ofBizDelegator) This is how the Downgrade task framework injects the OfBizDelegator.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.jira.upgrade.DowngradeTask
downgrade, getBuildNumber, getShortDescription, reindexRequired
-
Constructor Details
-
AbstractDowngradeTask
public AbstractDowngradeTask()
-
-
Method Details
-
getDbConnectionManager
Description copied from interface:DowngradeTaskProvides access to the DB for this Downgrade Task.- Specified by:
getDbConnectionManagerin interfaceDowngradeTask- Returns:
- the DbConnectionManager
-
getOfBizDelegator
Description copied from interface:DowngradeTaskProvides access to the DB for this Downgrade Task.- Specified by:
getOfBizDelegatorin interfaceDowngradeTask- Returns:
- the OfBizDelegator
-
setDbConnectionManager
Description copied from interface:DowngradeTaskThis is how the Downgrade task framework injects the DbConnectionManager.This method is implemented by AbstractDowngradeTask.
- Specified by:
setDbConnectionManagerin interfaceDowngradeTask
-
setOfBizDelegator
Description copied from interface:DowngradeTaskThis is how the Downgrade task framework injects the OfBizDelegator.This method is implemented by AbstractDowngradeTask.
- Specified by:
setOfBizDelegatorin interfaceDowngradeTask
-