Class RollbackAndUndeploy

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

    public class RollbackAndUndeploy
    extends Rollback
    Since:
    5.6
    • Constructor Detail

      • RollbackAndUndeploy

        public RollbackAndUndeploy()
    • Method Detail

      • doRun

        protected org.nuxeo.connect.update.task.Command doRun​(org.nuxeo.connect.update.task.Task task,
                                                              Map<String,​String> prefs)
                                                       throws org.nuxeo.connect.update.PackageException
        Description copied from class: AbstractCommand
        Override to implement command actions
        Overrides:
        doRun in class Rollback
        Returns:
        Rollback command
        Throws:
        org.nuxeo.connect.update.PackageException
      • getUndeployCommand

        protected org.nuxeo.connect.update.task.Command getUndeployCommand​(File targetFile)
        Description copied from class: Rollback
        Method to be overridden by subclasses to provide a undeploy command for hot reload
        Overrides:
        getUndeployCommand in class Rollback