com.atlassian.jira.lookandfeel.upgrade
Class LookAndFeelUpgradeTask1

java.lang.Object
  extended by com.atlassian.jira.lookandfeel.upgrade.LookAndFeelUpgradeTask1
All Implemented Interfaces:
com.atlassian.sal.api.upgrade.PluginUpgradeTask

public class LookAndFeelUpgradeTask1
extends Object
implements com.atlassian.sal.api.upgrade.PluginUpgradeTask

Reset favicon URLs to the new default values.

Since:
v5.0

Constructor Summary
LookAndFeelUpgradeTask1(LookAndFeelProperties lookAndFeelProperties, FeatureManager featureManager)
           
 
Method Summary
 Collection<com.atlassian.sal.api.message.Message> doUpgrade()
           
 int getBuildNumber()
           
 String getPluginKey()
           
 String getShortDescription()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LookAndFeelUpgradeTask1

public LookAndFeelUpgradeTask1(LookAndFeelProperties lookAndFeelProperties,
                               FeatureManager featureManager)
Method Detail

getBuildNumber

public int getBuildNumber()
Specified by:
getBuildNumber in interface com.atlassian.sal.api.upgrade.PluginUpgradeTask

getShortDescription

public String getShortDescription()
Specified by:
getShortDescription in interface com.atlassian.sal.api.upgrade.PluginUpgradeTask

doUpgrade

public Collection<com.atlassian.sal.api.message.Message> doUpgrade()
                                                            throws Exception
Specified by:
doUpgrade in interface com.atlassian.sal.api.upgrade.PluginUpgradeTask
Throws:
Exception

getPluginKey

public String getPluginKey()
Specified by:
getPluginKey in interface com.atlassian.sal.api.upgrade.PluginUpgradeTask


Copyright © 2002-2012 Atlassian. All Rights Reserved.