public class ContainerDiffCmdImpl extends AbstrDockerCmd<ContainerDiffCmd,List<ChangeLog>> implements ContainerDiffCmd
ContainerDiffCmd.Exec
execution
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, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
toString
public ContainerDiffCmdImpl(ContainerDiffCmd.Exec exec, String containerId)
public String getContainerId()
getContainerId
in interface ContainerDiffCmd
public ContainerDiffCmdImpl withContainerId(String containerId)
withContainerId
in interface ContainerDiffCmd
public List<ChangeLog> exec() throws NotFoundException
exec
in interface ContainerDiffCmd
exec
in interface SyncDockerCmd<List<ChangeLog>>
exec
in class AbstrDockerCmd<ContainerDiffCmd,List<ChangeLog>>
NotFoundException
- No such containerInternalServerErrorException
- server errorDockerException
- unexpected http status codeCopyright © 2016. All Rights Reserved.