Class UpgradeTestUtil

java.lang.Object
com.liferay.portal.upgrade.test.util.UpgradeTestUtil

public class UpgradeTestUtil extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static com.liferay.portal.kernel.upgrade.UpgradeProcess
    getUpgradeStep(com.liferay.portal.upgrade.registry.UpgradeStepRegistrator upgradeStepRegistrator, String upgradeStepClassName)
     
    static com.liferay.portal.kernel.upgrade.UpgradeProcess[]
    getUpgradeSteps(com.liferay.portal.upgrade.registry.UpgradeStepRegistrator upgradeStepRegistrator, com.liferay.portal.kernel.version.Version toSchemaVersion)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • UpgradeTestUtil

      public UpgradeTestUtil()
  • Method Details

    • getUpgradeStep

      public static com.liferay.portal.kernel.upgrade.UpgradeProcess getUpgradeStep(com.liferay.portal.upgrade.registry.UpgradeStepRegistrator upgradeStepRegistrator, String upgradeStepClassName)
    • getUpgradeSteps

      public static com.liferay.portal.kernel.upgrade.UpgradeProcess[] getUpgradeSteps(com.liferay.portal.upgrade.registry.UpgradeStepRegistrator upgradeStepRegistrator, com.liferay.portal.kernel.version.Version toSchemaVersion)