Uses of Class
org.nuxeo.runtime.test.runner.HotDeployer.ActionHandler
Packages that use HotDeployer.ActionHandler
-
Uses of HotDeployer.ActionHandler in org.nuxeo.runtime.test.runner
Subclasses of HotDeployer.ActionHandler in org.nuxeo.runtime.test.runnerModifier and TypeClassDescriptionprotected classThis action has no next action and will deploy the contributions and then reload the component managerclassHandler used to commit transaction before next action and start a new one after next action ifTransactionalConfig.autoStart()is true.Fields in org.nuxeo.runtime.test.runner declared as HotDeployer.ActionHandlerModifier and TypeFieldDescriptionprotected HotDeployer.ActionHandlerHotDeployer.headprotected HotDeployer.ActionHandlerHotDeployer.ActionHandler.nextMethods in org.nuxeo.runtime.test.runner with parameters of type HotDeployer.ActionHandlerModifier and TypeMethodDescriptionHotDeployer.addHandler(HotDeployer.ActionHandler action) Add a custom deploy action that wraps the default action.RuntimeFeature.registerHandler(HotDeployer.ActionHandler handler) booleanHotDeployer.removeHandler(HotDeployer.ActionHandler handler) Remove the given handler if already registeredbooleanRuntimeFeature.unregisterHandler(HotDeployer.ActionHandler handler)