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