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