Uses of Class
org.openqa.selenium.docker.ContainerInfo
-
Packages that use ContainerInfo Package Description org.openqa.selenium.docker org.openqa.selenium.docker.v1_40 -
-
Uses of ContainerInfo in org.openqa.selenium.docker
Methods in org.openqa.selenium.docker that return ContainerInfo Modifier and Type Method Description static ContainerInfo
ContainerInfo. image(Image image)
ContainerInfo
ContainerInfo. map(Port containerPort, Port hostPort)
Methods in org.openqa.selenium.docker with parameters of type ContainerInfo Modifier and Type Method Description Container
Docker. create(ContainerInfo info)
Container
DockerProtocol. create(ContainerInfo info)
-
Uses of ContainerInfo in org.openqa.selenium.docker.v1_40
Methods in org.openqa.selenium.docker.v1_40 with parameters of type ContainerInfo Modifier and Type Method Description Container
V140Docker. create(ContainerInfo info)
-