Uses of Class
org.openqa.selenium.docker.ContainerId
Packages that use ContainerId
-
Uses of ContainerId in org.openqa.selenium.docker
Methods in org.openqa.selenium.docker that return ContainerIdMethods in org.openqa.selenium.docker with parameters of type ContainerIdModifier and TypeMethodDescriptionDockerProtocol.getContainerLogs(ContainerId id) Docker.inspect(ContainerId id) DockerProtocol.inspectContainer(ContainerId id) booleanDockerProtocol.isContainerPresent(ContainerId id) voidDockerProtocol.startContainer(ContainerId id) voidDockerProtocol.stopContainer(ContainerId id, Duration timeout) Constructors in org.openqa.selenium.docker with parameters of type ContainerIdModifierConstructorDescriptionContainer(DockerProtocol protocol, ContainerId id) ContainerInfo(ContainerId id, String ip, List<Map<String, Object>> mountedVolumes, String networkName, Map<String, Object> hostConfig) ContainerInfo(ContainerId id, String ip, List<Map<String, Object>> mountedVolumes, String networkName, Map<String, Object> hostConfig, Map<String, String> labels) ContainerLogs(ContainerId id, org.openqa.selenium.remote.http.Contents.Supplier contents) -
Uses of ContainerId in org.openqa.selenium.docker.client
Methods in org.openqa.selenium.docker.client with parameters of type ContainerIdModifier and TypeMethodDescriptionDockerClient.getContainerLogs(ContainerId id) DockerClient.inspectContainer(ContainerId id) booleanDockerClient.isContainerPresent(ContainerId id) voidDockerClient.startContainer(ContainerId id) voidDockerClient.stopContainer(ContainerId id, Duration timeout)