Uses of Class
com.spotify.docker.client.messages.ImageHistory
-
Packages that use ImageHistory Package Description com.spotify.docker.client com.spotify.docker.client.messages -
-
Uses of ImageHistory in com.spotify.docker.client
Fields in com.spotify.docker.client with type parameters of type ImageHistory Modifier and Type Field Description private static javax.ws.rs.core.GenericType<java.util.List<ImageHistory>>
DefaultDockerClient. IMAGE_HISTORY_LIST
Methods in com.spotify.docker.client that return types with arguments of type ImageHistory Modifier and Type Method Description java.util.List<ImageHistory>
DefaultDockerClient. history(java.lang.String image)
java.util.List<ImageHistory>
DockerClient. history(java.lang.String image)
Return the history of the image. -
Uses of ImageHistory in com.spotify.docker.client.messages
Subclasses of ImageHistory in com.spotify.docker.client.messages Modifier and Type Class Description (package private) class
AutoValue_ImageHistory
Methods in com.spotify.docker.client.messages that return ImageHistory Modifier and Type Method Description (package private) static ImageHistory
ImageHistory. create(java.lang.String id, java.lang.Long created, java.lang.String createdBy, java.util.List<java.lang.String> tags, java.lang.Long size, java.lang.String comment)
-