public interface ImageHistoryCmd extends SyncDockerCmd<List<ImageHistory>>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ImageHistoryCmd.Exec |
| Modifier and Type | Method and Description |
|---|---|
List<ImageHistory> |
exec() |
String |
getImageId() |
ImageHistoryCmd |
withImageId(String imageId) |
@CheckForNull String getImageId()
ImageHistoryCmd withImageId(@Nonnull String imageId)
List<ImageHistory> exec() throws NotFoundException
exec in interface SyncDockerCmd<List<ImageHistory>>NotFoundException - No such imageCopyright © 2026. All rights reserved.