Uses of Class
org.openqa.selenium.docker.ImageId
-
Packages that use ImageId Package Description org.openqa.selenium.docker org.openqa.selenium.docker.internal -
-
Uses of ImageId in org.openqa.selenium.docker
Methods in org.openqa.selenium.docker that return ImageId Modifier and Type Method Description ImageIdImage. getId() -
Uses of ImageId in org.openqa.selenium.docker.internal
Methods in org.openqa.selenium.docker.internal that return ImageId Modifier and Type Method Description ImageIdImageSummary. getId()Constructors in org.openqa.selenium.docker.internal with parameters of type ImageId Constructor Description ImageSummary(ImageId id, java.util.Collection<java.lang.String> repoTags)
-