public interface ContainerDiffCmd extends SyncDockerCmd<List<ChangeLog>>
Modifier and Type | Interface and Description |
---|---|
static interface |
ContainerDiffCmd.Exec |
Modifier and Type | Method and Description |
---|---|
List<ChangeLog> |
exec() |
String |
getContainerId() |
String |
toString() |
ContainerDiffCmd |
withContainerId(String containerId) |
@CheckForNull String getContainerId()
ContainerDiffCmd withContainerId(@Nonnull String containerId)
List<ChangeLog> exec() throws NotFoundException
exec
in interface SyncDockerCmd<List<ChangeLog>>
NotFoundException
- No such containerInternalServerErrorException
- server errorDockerException
- unexpected http status codeCopyright © 2016. All Rights Reserved.