public class ContainerDiffCmdImpl extends AbstrDockerCmd<ContainerDiffCmd,java.util.List<ChangeLog>> implements ContainerDiffCmd
ContainerDiffCmd.Exec
execution
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, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
toString
public ContainerDiffCmdImpl(ContainerDiffCmd.Exec exec, java.lang.String containerId)
public java.lang.String getContainerId()
getContainerId
in interface ContainerDiffCmd
public ContainerDiffCmdImpl withContainerId(java.lang.String containerId)
withContainerId
in interface ContainerDiffCmd
public java.util.List<ChangeLog> exec() throws NotFoundException
exec
in interface ContainerDiffCmd
exec
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 © 2019. All Rights Reserved.