com.atlassian.jira.upgrade.DowngradeTask |
![]()
|
Implement this to create a Downgrade Task. A downgrade task is the reversal of an Upgrade Task. Not all upgrade tasks require an explicit reverse operation - indeed most of them are a no-op to downgrad.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Perform the downgrade.
| |||||||||||
Provides access to the DB for this Downgrade Task.
| |||||||||||
Provides access to the DB for this Downgrade Task.
| |||||||||||
A short (<50 chars) description of the downgrade task
| |||||||||||
Use this to declare if the downgrade task will require reindexing JIRA.
| |||||||||||
This is how the Downgrade task framework injects the DbConnectionManager.
| |||||||||||
This is how the Downgrade task framework injects the OfBizDelegator.
|
Provides access to the DB for this Downgrade Task.
Provides access to the DB for this Downgrade Task.
Use this to declare if the downgrade task will require reindexing JIRA.
This is how the Downgrade task framework injects the DbConnectionManager.
This method is implemented by AbstractDowngradeTask.
This is how the Downgrade task framework injects the OfBizDelegator.
This method is implemented by AbstractDowngradeTask.