Package com.atlassian.jira.upgrade.tasks
Class DowngradeTask_Build10020000
java.lang.Object
com.atlassian.jira.upgrade.AbstractDowngradeTask
com.atlassian.jira.upgrade.tasks.DowngradeTask_Build10020000
- All Implemented Interfaces:
DowngradeTask
-
Constructor Summary
ConstructorsConstructorDescriptionDowngradeTask_Build10020000(QueryDslAccessor queryDslAccessor, InternalJiraSecretsStorage internalJiraSecretsStorage, ApplicationProperties applicationProperties) -
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_Build10020000
public DowngradeTask_Build10020000(QueryDslAccessor queryDslAccessor, InternalJiraSecretsStorage internalJiraSecretsStorage, ApplicationProperties applicationProperties)
-
-
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.
-