public class

UpgradeTask_Build509

extends AbstractUpgradeTask
java.lang.Object
   ↳ com.atlassian.jira.upgrade.AbstractUpgradeTask
     ↳ com.atlassian.jira.upgrade.tasks.UpgradeTask_Build509

Class Overview

Upgrades link, active link and text color to new default of #3c78b5. The upgrade task will only modify the link colours if the entry in the database is either empty or set to the old entry. If customers have changed the value to something different, we leave the value as is.

Summary

Public Constructors
UpgradeTask_Build509(ApplicationProperties applicationProperties)
Public Methods
void doUpgrade(boolean setupMode)
Perform the upgrade.
String getBuildNumber()
String getShortDescription()
[Expand]
Inherited Methods
From class com.atlassian.jira.upgrade.AbstractUpgradeTask
From class java.lang.Object
From interface com.atlassian.jira.upgrade.UpgradeTask

Public Constructors

public UpgradeTask_Build509 (ApplicationProperties applicationProperties)

Public Methods

public void doUpgrade (boolean setupMode)

Perform the upgrade.

Parameters
setupMode Indicating this upgrade task is running during set up.
Throws
Exception

public String getBuildNumber ()

public String getShortDescription ()