public abstract class AbstractDowngradeTask extends Object implements DowngradeTask
Constructor and Description |
---|
AbstractDowngradeTask() |
Modifier and Type | Method and Description |
---|---|
DbConnectionManager |
getDbConnectionManager()
Provides access to the DB for this Downgrade Task.
|
OfBizDelegator |
getOfBizDelegator()
Provides access to the DB for this Downgrade Task.
|
void |
setDbConnectionManager(DbConnectionManager dbConnectionManager)
This is how the Downgrade task framework injects the DbConnectionManager.
|
void |
setOfBizDelegator(OfBizDelegator ofBizDelegator)
This is how the Downgrade task framework injects the OfBizDelegator.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
downgrade, getBuildNumber, getShortDescription, reindexRequired
@Nonnull public DbConnectionManager getDbConnectionManager()
DowngradeTask
getDbConnectionManager
in interface DowngradeTask
@Nonnull public OfBizDelegator getOfBizDelegator()
DowngradeTask
getOfBizDelegator
in interface DowngradeTask
public void setDbConnectionManager(@Nonnull DbConnectionManager dbConnectionManager)
DowngradeTask
This method is implemented by AbstractDowngradeTask.
setDbConnectionManager
in interface DowngradeTask
public void setOfBizDelegator(@Nonnull OfBizDelegator ofBizDelegator)
DowngradeTask
This method is implemented by AbstractDowngradeTask.
setOfBizDelegator
in interface DowngradeTask
Copyright © 2002-2019 Atlassian. All Rights Reserved.