public class

UpgradeTask_Build637

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

Class Overview

Migrates custom defaults to the database for selected ApplicationProperties that have been preemptively added to the classpath via the jira-application.properties file in the installation directory under $APP_ROOT/WEB-INF/classes.

The selection of application properties that have been added to the database (and have a UI) includes a specific list for JIRA 4.4. These are #MIGRATABLE_KEYS.

Summary

Public Constructors
UpgradeTask_Build637(ApplicationPropertiesService applicationPropertiesService, ApplicationPropertiesStore propertiesStore, JiraHome jiraHome)
Public Methods
final void doUpgrade(boolean setupMode)
Perform the upgrade.
final 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_Build637 (ApplicationPropertiesService applicationPropertiesService, ApplicationPropertiesStore propertiesStore, JiraHome jiraHome)

Public Methods

public final void doUpgrade (boolean setupMode)

Perform the upgrade.

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

public final String getBuildNumber ()

public String getShortDescription ()