Uses of Class
org.nuxeo.runtime.test.runner.HotDeployer.ActionHandler
-
Packages that use HotDeployer.ActionHandler Package Description org.nuxeo.runtime.test.runner -
-
Uses of HotDeployer.ActionHandler in org.nuxeo.runtime.test.runner
Subclasses of HotDeployer.ActionHandler in org.nuxeo.runtime.test.runner Modifier and Type Class Description protected classHotDeployer.DefaultDeployHandlerThis action has no next action and will deploy the contributions and then reload the component managerclassTransactionalFeature.TransactionalDeployerHandler 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.ActionHandler Modifier and Type Field Description protected HotDeployer.ActionHandlerHotDeployer. headprotected HotDeployer.ActionHandlerHotDeployer.ActionHandler. nextMethods in org.nuxeo.runtime.test.runner with parameters of type HotDeployer.ActionHandler Modifier and Type Method Description HotDeployerHotDeployer. addHandler(HotDeployer.ActionHandler action)Add a custom deploy action that wraps the default action.HotDeployerRuntimeFeature. registerHandler(HotDeployer.ActionHandler handler)booleanHotDeployer. removeHandler(HotDeployer.ActionHandler handler)Remove the given handler if already registeredbooleanRuntimeFeature. unregisterHandler(HotDeployer.ActionHandler handler)
-