public interface RestartContainerCmd extends SyncDockerCmd<Void>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
RestartContainerCmd.Exec |
| Modifier and Type | Method and Description |
|---|---|
Void |
exec() |
String |
getContainerId() |
Integer |
getTimeout() |
RestartContainerCmd |
withContainerId(String containerId) |
RestartContainerCmd |
withtTimeout(Integer timeout) |
@CheckForNull String getContainerId()
@CheckForNull Integer getTimeout()
RestartContainerCmd withContainerId(@Nonnull String containerId)
RestartContainerCmd withtTimeout(Integer timeout)
Void exec() throws NotFoundException
exec in interface SyncDockerCmd<Void>NotFoundException - No such containerCopyright © 2017. All Rights Reserved.