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