public class ImageHistoryCmdImpl extends AbstrDockerCmd<ImageHistoryCmd,List<ImageHistory>> implements ImageHistoryCmd
ImageHistoryCmd.Execexecution| Constructor and Description |
|---|
ImageHistoryCmdImpl(ImageHistoryCmd.Exec exec,
String imageId) |
| Modifier and Type | Method and Description |
|---|---|
List<ImageHistory> |
exec() |
String |
getImageId() |
ImageHistoryCmd |
withImageId(String imageId) |
close, registryAuth, toStringpublic ImageHistoryCmdImpl(ImageHistoryCmd.Exec exec, String imageId)
public String getImageId()
getImageId in interface ImageHistoryCmdpublic ImageHistoryCmd withImageId(String imageId)
withImageId in interface ImageHistoryCmdpublic List<ImageHistory> exec() throws NotFoundException
exec in interface ImageHistoryCmdexec in interface SyncDockerCmd<List<ImageHistory>>exec in class AbstrDockerCmd<ImageHistoryCmd,List<ImageHistory>>NotFoundException - No such imageCopyright © 2026. All rights reserved.