public interface TopContainerCmd extends SyncDockerCmd<TopContainerResponse>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
TopContainerCmd.Exec |
| Modifier and Type | Method and Description |
|---|---|
TopContainerResponse |
exec() |
String |
getContainerId() |
String |
getPsArgs() |
TopContainerCmd |
withContainerId(String containerId) |
TopContainerCmd |
withPsArgs(String psArgs) |
@CheckForNull String getContainerId()
@CheckForNull String getPsArgs()
TopContainerCmd withContainerId(@Nonnull String containerId)
TopContainerCmd withPsArgs(String psArgs)
TopContainerResponse exec() throws NotFoundException
exec in interface SyncDockerCmd<TopContainerResponse>NotFoundException - No such containerCopyright © 2017. All Rights Reserved.