Package com.atlassian.jira.upgrade.tasks
Class DowngradeTask_Build810001
java.lang.Object
com.atlassian.jira.upgrade.AbstractDowngradeTask
com.atlassian.jira.upgrade.tasks.DowngradeTask_Build810001
- All Implemented Interfaces:
DowngradeTask
Removes mail server definitions with OAuth2 support
- Since:
- v8.10
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidPerform the downgrade.intA short (invalid input: '<'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_Build810001
public DowngradeTask_Build810001()
-
-
Method Details
-
getBuildNumber
public int getBuildNumber()- Returns:
- The build number that this downgrade task downgrades from.
-
getShortDescription
Description copied from interface:DowngradeTaskA short (invalid input: '<'50 chars) description of the downgrade task -
downgrade
Description copied from interface:DowngradeTaskPerform the downgrade.- Throws:
DowngradeException
-
reindexRequired
Description copied from interface:DowngradeTaskUse this to declare if the downgrade task will require reindexing JIRA.- Returns:
- reindexing requirement of this downgrade task.
-