Uses of Class
org.nuxeo.runtime.test.runner.TargetExtensions
-
Packages that use TargetExtensions Package Description org.nuxeo.runtime.test Base classes for running test cases under Nuxeo Runtime.org.nuxeo.runtime.test.runner -
-
Uses of TargetExtensions in org.nuxeo.runtime.test
Method parameters in org.nuxeo.runtime.test with type arguments of type TargetExtensions Modifier and Type Method Description RuntimeContext
RuntimeHarnessImpl. deployPartial(String name, Set<TargetExtensions> targetExtensions)
protected void
RuntimeHarnessImpl. deployPartialComponent(RuntimeContext ctx, Set<TargetExtensions> extensionPoints, StreamRef component)
Read a component from his StreamRef and create a new component (suffixed with `-partial`, and the base component name aliased) with only matching contributions of the extensionPoints parameter. -
Uses of TargetExtensions in org.nuxeo.runtime.test.runner
Subclasses of TargetExtensions in org.nuxeo.runtime.test.runner Modifier and Type Class Description static class
TargetExtensions.Automation
White listTargetExtensions.ContentModel
and Automation related contributionsstatic class
TargetExtensions.ContentModel
White list contributions: TypeService schema and doctype definition, LifecycleService lifecycle and associated types, SQLDirectoryFactory directories and VersioningService versioning rules.static class
TargetExtensions.ContentTemplate
White listTargetExtensions.ContentModel
and ContentTemplateServiceMethods in org.nuxeo.runtime.test.runner that return types with arguments of type TargetExtensions Modifier and Type Method Description Class<? extends TargetExtensions>[]
extensions()
White listed target extensions to deployMethod parameters in org.nuxeo.runtime.test.runner with type arguments of type TargetExtensions Modifier and Type Method Description RuntimeContext
RuntimeHarness. deployPartial(String bundle, Set<TargetExtensions> targetExtensions)
Deploys a subset of a Bundle defined per the targetExtensions parameter
-