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 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.Fields in org.nuxeo.runtime.test.runner declared as HotDeployer.ActionHandlerModifier and TypeFieldDescriptionprotected HotDeployer.ActionHandler
HotDeployer.head
protected HotDeployer.ActionHandler
HotDeployer.ActionHandler.next
Methods 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) boolean
HotDeployer.removeHandler
(HotDeployer.ActionHandler handler) Remove the given handler if already registeredboolean
RuntimeFeature.unregisterHandler
(HotDeployer.ActionHandler handler)