public class FakeGatewayClusterInstallation extends org.junit.rules.ExternalResource implements Installation<FakeGatewayClusterInstallation>
| Modifier and Type | Class and Description |
|---|---|
static class |
FakeGatewayClusterInstallation.Builder |
| Constructor and Description |
|---|
FakeGatewayClusterInstallation(List<com.mulesoft.anypoint.tita.environment.api.artifact.Artifact> applications,
ClusterDynamicPort dynamicPort,
FakeGatewayInstallationConfiguration configuration,
boolean clientMode,
int numberOfGroups,
FakeGatewayClusterInstallation.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
after() |
protected void |
before() |
static FakeGatewayClusterInstallation.Builder |
builder() |
static FakeGatewayClusterInstallation.Builder |
builder(int numberOfGroups) |
FakeGatewayServer |
getNode(int i) |
FakeGatewayClusterInstallation |
removePoliciesAndContext() |
FakeGatewayClusterInstallation |
restart() |
FakeGatewayClusterInstallation |
whileNodeIsStopped(int ithNode,
Runnable closure) |
static FakeGatewayClusterInstallation.Builder |
withSize(int size) |
public FakeGatewayClusterInstallation(List<com.mulesoft.anypoint.tita.environment.api.artifact.Artifact> applications, ClusterDynamicPort dynamicPort, FakeGatewayInstallationConfiguration configuration, boolean clientMode, int numberOfGroups, FakeGatewayClusterInstallation.Builder builder)
public static FakeGatewayClusterInstallation.Builder builder()
public static FakeGatewayClusterInstallation.Builder withSize(int size)
public static FakeGatewayClusterInstallation.Builder builder(int numberOfGroups)
protected void before()
throws Throwable
before in class org.junit.rules.ExternalResourceThrowableprotected void after()
after in class org.junit.rules.ExternalResourcepublic FakeGatewayClusterInstallation restart()
restart in interface Installation<FakeGatewayClusterInstallation>public FakeGatewayServer getNode(int i)
public FakeGatewayClusterInstallation whileNodeIsStopped(int ithNode, Runnable closure)
public FakeGatewayClusterInstallation removePoliciesAndContext()
removePoliciesAndContext in interface Installation<FakeGatewayClusterInstallation>Copyright © 2014–2024 MuleSoft, Inc.. All rights reserved.