public class Container
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.util.logging.Logger |
LOG |
| Constructor and Description |
|---|
Container(java.util.function.Function<org.openqa.selenium.remote.http.HttpRequest,org.openqa.selenium.remote.http.HttpResponse> client,
ContainerId id) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
ContainerId |
getId() |
void |
start() |
void |
stop(java.time.Duration timeout) |
public Container(java.util.function.Function<org.openqa.selenium.remote.http.HttpRequest,org.openqa.selenium.remote.http.HttpResponse> client,
ContainerId id)
public ContainerId getId()
public void start()
public void stop(java.time.Duration timeout)
public void delete()