Uses of Class
org.nuxeo.runtime.test.runner.HotDeployer.ActionHandler
-
Uses of HotDeployer.ActionHandler in org.nuxeo.runtime.test.runner
Modifier and TypeClassDescriptionprotected class
This action has no next action and will deploy the contributions and then reload the component managerclass
Handler used to commit transaction before next action and start a new one after next action ifTransactionalConfig.autoStart()
is true.Modifier and TypeFieldDescriptionprotected HotDeployer.ActionHandler
HotDeployer.head
protected HotDeployer.ActionHandler
HotDeployer.ActionHandler.next
Modifier and TypeMethodDescriptionHotDeployer.addHandler
(HotDeployer.ActionHandler action) Add a custom deploy action that wraps the default action.RuntimeFeature.registerHandler
(HotDeployer.ActionHandler handler) boolean
HotDeployer.removeHandler
(HotDeployer.ActionHandler handler) Remove the given handler if already registeredboolean
RuntimeFeature.unregisterHandler
(HotDeployer.ActionHandler handler)