public class FakeGatewayInstallation extends org.junit.rules.ExternalResource implements Installation<FakeGatewayInstallation>
| Modifier and Type | Class and Description |
|---|---|
static class |
FakeGatewayInstallation.Builder
Standalone installation builder
|
| Constructor and Description |
|---|
FakeGatewayInstallation(FakeGatewayServer muleServer,
List<com.mulesoft.anypoint.tita.environment.api.artifact.Artifact> applications,
List<com.mulesoft.anypoint.tita.environment.api.artifact.Artifact> domains,
FakeGatewayInstallationConfiguration configuration,
FakeGatewayInstallation.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
after() |
protected void |
before() |
static FakeGatewayInstallation.Builder |
builder() |
FakeGatewayServer |
getServer() |
FakeGatewayInstallation |
removePoliciesAndContext() |
FakeGatewayInstallation |
restart() |
FakeGatewayInstallation |
updateHdpRegistry(String source) |
FakeGatewayInstallation |
updateHdpRegistry(String source,
String target) |
public FakeGatewayInstallation(FakeGatewayServer muleServer, List<com.mulesoft.anypoint.tita.environment.api.artifact.Artifact> applications, List<com.mulesoft.anypoint.tita.environment.api.artifact.Artifact> domains, FakeGatewayInstallationConfiguration configuration, FakeGatewayInstallation.Builder builder)
public static FakeGatewayInstallation.Builder builder()
protected void before()
throws Throwable
before in class org.junit.rules.ExternalResourceThrowableprotected void after()
after in class org.junit.rules.ExternalResourcepublic FakeGatewayServer getServer()
public FakeGatewayInstallation restart()
restart in interface Installation<FakeGatewayInstallation>public FakeGatewayInstallation removePoliciesAndContext()
removePoliciesAndContext in interface Installation<FakeGatewayInstallation>public FakeGatewayInstallation updateHdpRegistry(String source)
public FakeGatewayInstallation updateHdpRegistry(String source, String target)
Copyright © 2014–2024 MuleSoft, Inc.. All rights reserved.