public class DoneableImageHistory extends ImageHistoryFluentImpl<DoneableImageHistory> implements Doneable<ImageHistory>
| Constructor and Description |
|---|
DoneableImageHistory(io.fabric8.docker.api.builder.Function<ImageHistory,ImageHistory> function) |
DoneableImageHistory(ImageHistory item) |
DoneableImageHistory(ImageHistory item,
io.fabric8.docker.api.builder.Function<ImageHistory,ImageHistory> function) |
| Modifier and Type | Method and Description |
|---|---|
ImageHistory |
done() |
addAllToTags, addToTags, addToTags, equals, getComment, getCreated, getCreatedBy, getFirstTag, getId, getLastTag, getMatchingTag, getSize, getTag, getTags, hasComment, hasCreated, hasCreatedBy, hasId, hasSize, hasTags, removeAllFromTags, removeFromTags, setToTags, withComment, withCreated, withCreatedBy, withId, withSize, withTags, withTagspublic DoneableImageHistory(io.fabric8.docker.api.builder.Function<ImageHistory,ImageHistory> function)
public DoneableImageHistory(ImageHistory item, io.fabric8.docker.api.builder.Function<ImageHistory,ImageHistory> function)
public DoneableImageHistory(ImageHistory item)
public ImageHistory done()
done in interface Doneable<ImageHistory>Copyright © 2015–2017 Red Hat. All rights reserved.