public class UnpauseContainerCmdImpl extends AbstrDockerCmd<UnpauseContainerCmd,Void> implements UnpauseContainerCmd
UnpauseContainerCmd.Exec
execution
Constructor and Description |
---|
UnpauseContainerCmdImpl(UnpauseContainerCmd.Exec exec,
String containerId) |
Modifier and Type | Method and Description |
---|---|
Void |
exec() |
String |
getContainerId() |
UnpauseContainerCmd |
withContainerId(String containerId) |
close, registryAuth, toString
public UnpauseContainerCmdImpl(UnpauseContainerCmd.Exec exec, String containerId)
public String getContainerId()
getContainerId
in interface UnpauseContainerCmd
public UnpauseContainerCmd withContainerId(String containerId)
withContainerId
in interface UnpauseContainerCmd
public Void exec() throws NotFoundException
exec
in interface SyncDockerCmd<Void>
exec
in interface UnpauseContainerCmd
exec
in class AbstrDockerCmd<UnpauseContainerCmd,Void>
NotFoundException
- No such containerCopyright © 2016. All Rights Reserved.