Class UpdateAndDeploy

  • All Implemented Interfaces:
    org.nuxeo.connect.update.task.Command

    public class UpdateAndDeploy
    extends Update
    Live version of the update command, that handle hot-reloading of the jar by deploying it to the runtime.
    Since:
    5.6
    • Method Detail

      • getDeployCommand

        protected org.nuxeo.connect.update.task.Command getDeployCommand​(UpdateManager updateManager,
                                                                         org.nuxeo.connect.update.task.Command rollbackCommand)
        Description copied from class: Update
        Method to be overridden by subclasses to provide a deploy command for hot reload
        Overrides:
        getDeployCommand in class Update