public class RuntimeDeployment extends Object
| Modifier and Type | Class and Description | 
|---|---|
protected class  | 
RuntimeDeployment.DeploymentStatement  | 
protected static class  | 
RuntimeDeployment.OnMethod  | 
| Modifier and Type | Field and Description | 
|---|---|
protected LinkedList<RuntimeContext> | 
contexts
Deprecated. 
 
since 9.2 we cannot undeploy components while they are started. So we don't need anymore to store the
             contexts 
 | 
| Constructor and Description | 
|---|
RuntimeDeployment()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
deploy(FeaturesRunner runner,
      RuntimeHarness harness)  | 
protected void | 
index(Class<?> clazz)  | 
protected void | 
index(Deploy config)  | 
protected void | 
index(Features features)  | 
protected void | 
index(LocalDeploy config)
Deprecated. 
 
since 10.1, use  
index(Deploy) | 
protected void | 
index(Method method)  | 
protected void | 
index(PartialDeploy config)  | 
protected void | 
index(RunnerFeature feature)  | 
protected void | 
index(String directive,
     com.google.common.collect.SetMultimap<String,String> contribs)  | 
static org.junit.rules.MethodRule | 
onMethod()  | 
protected org.junit.runners.model.Statement | 
onStatement(FeaturesRunner runner,
           RuntimeHarness harness,
           org.junit.runners.model.FrameworkMethod method,
           org.junit.runners.model.Statement base)  | 
static RuntimeDeployment | 
onTest(FeaturesRunner runner)  | 
@Deprecated protected LinkedList<RuntimeContext> contexts
public RuntimeDeployment()
protected void index(RunnerFeature feature)
@Deprecated protected void index(LocalDeploy config)
index(Deploy)protected void index(PartialDeploy config)
protected void index(String directive, com.google.common.collect.SetMultimap<String,String> contribs)
protected void deploy(FeaturesRunner runner, RuntimeHarness harness)
public static RuntimeDeployment onTest(FeaturesRunner runner)
public static org.junit.rules.MethodRule onMethod()
protected org.junit.runners.model.Statement onStatement(FeaturesRunner runner, RuntimeHarness harness, org.junit.runners.model.FrameworkMethod method, org.junit.runners.model.Statement base)
Copyright © 2019 Nuxeo. All rights reserved.