public interface StopContainerCmd extends SyncDockerCmd<java.lang.Void>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
StopContainerCmd.Exec |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Void |
exec() |
java.lang.String |
getContainerId() |
java.lang.Integer |
getTimeout() |
StopContainerCmd |
withContainerId(java.lang.String containerId) |
StopContainerCmd |
withTimeout(java.lang.Integer timeout) |
@CheckForNull java.lang.String getContainerId()
@CheckForNull java.lang.Integer getTimeout()
StopContainerCmd withContainerId(@Nonnull java.lang.String containerId)
StopContainerCmd withTimeout(java.lang.Integer timeout)
java.lang.Void exec()
throws NotFoundException,
NotModifiedException
exec in interface SyncDockerCmd<java.lang.Void>NotFoundException - No such containerNotModifiedException - Container already stoppedCopyright © 2020. All Rights Reserved.