Method and Description |
---|
com.liferay.portal.upgrade.registry.UpgradeStepRegistratorTracker.createUpgradeInfos(String, String, Collection<UpgradeStep>)
As of 2.8.0, with no direct replacement
|
com.liferay.portal.upgrade.registry.UpgradeStepRegistratorTracker.createUpgradeInfos(String, String, UpgradeStep...)
As of 2.8.0, replaced by
createUpgradeInfos(String,
String, int, UpgradeStep...) |
Constructor and Description |
---|
com.liferay.portal.upgrade.registry.UpgradeInfo(String, String, UpgradeStep)
As of 2.7.0, replace by
UpgradeInfo.UpgradeInfo(String, String,
int, UpgradeStep) |