com.atlassian.jira.upgrade.util
Interface LegacyPortletUpgradeTaskFactory

All Known Implementing Classes:
DefaultLegacyPortletUpgradeTaskFactory

public interface LegacyPortletUpgradeTaskFactory

Provides LegacyPortlet to Gadget upgrade tasks.

Since:
v4.0

Method Summary
 Map<String,LegacyPortletUpgradeTask> createPortletToUpgradeTaskMapping()
          Returns an immutable map of portletKey to upgrade task mapping.
 

Method Detail

createPortletToUpgradeTaskMapping

Map<String,LegacyPortletUpgradeTask> createPortletToUpgradeTaskMapping()
Returns an immutable map of portletKey to upgrade task mapping.

Returns:
an immutable map of portletKey to upgrade task mapping.


Copyright © 2002-2012 Atlassian. All Rights Reserved.