Interface ImportUpgrade

    • Method Detail

      • performUpgrade

        UpgradeResult performUpgrade​(org.codehaus.jettison.json.JSONObject release)
                              throws org.codehaus.jettison.json.JSONException
        Modifies a release at JSON level
        Parameters:
        release - the release JSON object
        Returns:
        UpgradeResult
        Throws:
        org.codehaus.jettison.json.JSONException
      • getUpgradeVersion

        com.xebialabs.deployit.server.api.upgrade.Version getUpgradeVersion()