java.lang.Object | |
↳ | com.atlassian.jira.upgrade.tasks.UpgradeTask_Build807 |
Remove any only draft workflows schemes that might be around after a downgrade from OnDemand 5.2 to BTF 5.1.x.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Perform the upgrade.
| |||||||||||
Return any errors that occur.
| |||||||||||
A short (<50 chars) description of the upgrade action
| |||||||||||
Is a reindex required as a result of running this task.
|
[Expand]
Inherited Methods | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||||||||||||
![]()
|
Perform the upgrade.
setupMode | Indicating this upgrade task is running during set up. |
---|
Is a reindex required as a result of running this task. If this method returns true the Upgrade manager will perform a reindex before completing. If an upgrade task changes data that is indexed by Lucene, e.g. the content of Issue fields then it should return true. A task need not necessarily change data to require a reindex but may return true here and do nothing else if there is a functional change to the code that requires the Lucene index to be rebuilt.