public class SandboxAppsStarter extends Object implements AutoCloseable
Modifier and Type | Field and Description |
---|---|
static Set<SandboxApp> |
ALL |
Constructor and Description |
---|
SandboxAppsStarter() |
SandboxAppsStarter(Map<SandboxApp,Integer> dockerPorts) |
Modifier and Type | Method and Description |
---|---|
void |
awaitForAllStarted() |
void |
awaitForAllStarted(Duration atMost) |
void |
awaitForAllStopped()
Note that at this moment this function is usable only for docker-container starter, not for JAR-based apps
|
void |
awaitForAllStopped(Duration atMost)
Note that at this moment this function is usable only for docker-container starter, not for JAR-based apps
|
void |
close() |
StarterContext |
run(Set<SandboxApp> apps) |
StarterContext |
runAll() |
void |
shutdown() |
public static final Set<SandboxApp> ALL
public SandboxAppsStarter()
public SandboxAppsStarter(Map<SandboxApp,Integer> dockerPorts)
public StarterContext run(Set<SandboxApp> apps)
public StarterContext runAll()
public void awaitForAllStarted(Duration atMost)
public void awaitForAllStopped(Duration atMost)
public void awaitForAllStarted()
public void awaitForAllStopped()
public void close()
close
in interface AutoCloseable
public void shutdown()
Copyright © 2020. All rights reserved.