Package com.atlassian.jira.upgrade.tasks
Class DowngradeTask_Build70027
java.lang.Object
com.atlassian.jira.upgrade.AbstractDowngradeTask
com.atlassian.jira.upgrade.tasks.DowngradeTask_Build70027
- All Implemented Interfaces:
DowngradeTask
It's a marker for the change to the attachment file system in 7.0 so that
it is know that this version of 6.4 onwards is able to read in the new file system
from exports by matching to the corresponding upgrade task.
- Since:
- v6.4.9
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Perform the downgrade.int
A short (<50 chars) description of the downgrade taskUse this to declare if the downgrade task will require reindexing JIRA.Methods inherited from class com.atlassian.jira.upgrade.AbstractDowngradeTask
getDbConnectionManager, getOfBizDelegator, setDbConnectionManager, setOfBizDelegator
-
Constructor Details
-
DowngradeTask_Build70027
public DowngradeTask_Build70027()
-
-
Method Details
-
getBuildNumber
public int getBuildNumber()- Returns:
- The build number that this downgrade task downgrades from.
-
getShortDescription
Description copied from interface:DowngradeTask
A short (<50 chars) description of the downgrade task -
downgrade
Description copied from interface:DowngradeTask
Perform the downgrade.- Throws:
DowngradeException
-
reindexRequired
Description copied from interface:DowngradeTask
Use this to declare if the downgrade task will require reindexing JIRA.- Returns:
- reindexing requirement of this downgrade task.
-