java.lang.Object | |
↳ | com.atlassian.jira.upgrade.tasks.UpgradeTask_Build802 |
Populate the new column in SearchRequest for lower-case name.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Return the Upgrade task id of another upgrade task that must be run prior to this task.
| |||||||||||
Perform the upgrade.
| |||||||||||
Return any errors that occur.
| |||||||||||
Return when this upgrade task can be scheduled.
| |||||||||||
A short (<50 chars) description of the upgrade action
| |||||||||||
Flag to claim whether this upgrade task needs an explicit downgrade task to reverse the data changes.
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||||||||||||||||
![]()
|
Return the Upgrade task id of another upgrade task that must be run prior to this task.
Perform the upgrade.
setupMode | Indicating this upgrade task is running during set up. |
---|
Exception |
---|
Return when this upgrade task can be scheduled.
Flag to claim whether this upgrade task needs an explicit downgrade task to reverse the data changes.
If a downgrade is a simple no-op then return false, and JIRA will ignore these changes during a downgrade.
If you need to actually undo the changes made here then declare true and add a Downgrade Task to the bug fix branch.