Class Overview
This upgrade task will ensure that change authors and assignee/reporter change values are lowercase.
Public Constructors
Public Methods
public
void
doUpgrade
(boolean setupMode)
Parameters
setupMode
| Indicating this upgrade task is running during set up.
|
public
String
getBuildNumber
()
public
String
getShortDescription
()
public
boolean
isReindexRequired
()
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.
Returns
- true if a reindex is required as a result of running this task.