Package org.jclouds.docker.domain
Class ImageHistory
- java.lang.Object
-
- org.jclouds.docker.domain.ImageHistory
-
public abstract class ImageHistory extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract String
comment()
static ImageHistory
create(String id, long created, String createdBy, List<String> tags, long size, String comment)
abstract long
created()
abstract String
createdBy()
abstract String
id()
abstract long
size()
abstract List<String>
tags()
-