Uses of Class
org.jclouds.docker.domain.ImageHistory
-
Packages that use ImageHistory Package Description org.jclouds.docker.domain org.jclouds.docker.features -
-
Uses of ImageHistory in org.jclouds.docker.domain
Methods in org.jclouds.docker.domain that return ImageHistory Modifier and Type Method Description static ImageHistory
ImageHistory. create(String id, long created, String createdBy, List<String> tags, long size, String comment)
-
Uses of ImageHistory in org.jclouds.docker.features
Methods in org.jclouds.docker.features that return types with arguments of type ImageHistory Modifier and Type Method Description List<ImageHistory>
ImageApi. getHistory(String name)
Return the history of the image with givenname
.
-