com.atlassian.jira.upgrade.util
Class DefaultLegacyPortletUpgradeTaskFactory

java.lang.Object
  extended by com.atlassian.jira.upgrade.util.DefaultLegacyPortletUpgradeTaskFactory
All Implemented Interfaces:
LegacyPortletUpgradeTaskFactory

public class DefaultLegacyPortletUpgradeTaskFactory
extends Object
implements LegacyPortletUpgradeTaskFactory


Constructor Summary
DefaultLegacyPortletUpgradeTaskFactory(ApplicationProperties applicationProperties)
           
 
Method Summary
 Map<String,LegacyPortletUpgradeTask> createPortletToUpgradeTaskMapping()
          Returns an immutable map of portletKey to upgrade task mapping.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultLegacyPortletUpgradeTaskFactory

public DefaultLegacyPortletUpgradeTaskFactory(ApplicationProperties applicationProperties)
Method Detail

createPortletToUpgradeTaskMapping

public Map<String,LegacyPortletUpgradeTask> createPortletToUpgradeTaskMapping()
Description copied from interface: LegacyPortletUpgradeTaskFactory
Returns an immutable map of portletKey to upgrade task mapping.

Specified by:
createPortletToUpgradeTaskMapping in interface LegacyPortletUpgradeTaskFactory
Returns:
an immutable map of portletKey to upgrade task mapping.


Copyright © 2002-2014 Atlassian. All Rights Reserved.