public class ContainerDiffCmdImpl extends AbstrDockerCmd<ContainerDiffCmd,List<ChangeLog>> implements ContainerDiffCmd
ContainerDiffCmd.Execexecution| Constructor and Description |
|---|
ContainerDiffCmdImpl(ContainerDiffCmd.Exec exec,
String containerId) |
| Modifier and Type | Method and Description |
|---|---|
List<ChangeLog> |
exec() |
String |
getContainerId() |
ContainerDiffCmdImpl |
withContainerId(String containerId) |
close, registryAuth, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoStringpublic ContainerDiffCmdImpl(ContainerDiffCmd.Exec exec, String containerId)
public String getContainerId()
getContainerId in interface ContainerDiffCmdpublic ContainerDiffCmdImpl withContainerId(String containerId)
withContainerId in interface ContainerDiffCmdpublic List<ChangeLog> exec() throws NotFoundException
exec in interface ContainerDiffCmdexec in interface SyncDockerCmd<List<ChangeLog>>exec in class AbstrDockerCmd<ContainerDiffCmd,List<ChangeLog>>NotFoundException - No such containerInternalServerErrorException - server errorDockerException - unexpected http status codeCopyright © 2017. All Rights Reserved.