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 class
HotDeployer.DefaultDeployHandler
This action has no next action and will deploy the contributions and then reload the component managerclass
TransactionalFeature.TransactionalDeployer
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.ActionHandler Modifier and Type Field Description protected HotDeployer.ActionHandler
HotDeployer. head
protected HotDeployer.ActionHandler
HotDeployer.ActionHandler. next
Methods in org.nuxeo.runtime.test.runner with parameters of type HotDeployer.ActionHandler Modifier and Type Method Description HotDeployer
HotDeployer. addHandler(HotDeployer.ActionHandler action)
Add a custom deploy action that wraps the default action.HotDeployer
RuntimeFeature. registerHandler(HotDeployer.ActionHandler handler)
boolean
HotDeployer. removeHandler(HotDeployer.ActionHandler handler)
Remove the given handler if already registeredboolean
RuntimeFeature. unregisterHandler(HotDeployer.ActionHandler handler)
-