public interface ExecCreateCmd extends SyncDockerCmd<ExecCreateCmdResponse>
Modifier and Type | Interface and Description |
---|---|
static interface |
ExecCreateCmd.Exec |
Modifier and Type | Method and Description |
---|---|
String |
getContainerId() |
String |
getUser() |
Boolean |
hasAttachStderrEnabled() |
Boolean |
hasAttachStdinEnabled() |
Boolean |
hasAttachStdoutEnabled() |
Boolean |
hasTtyEnabled() |
ExecCreateCmd |
withAttachStderr(Boolean attachStderr) |
ExecCreateCmd |
withAttachStdin(Boolean attachStdin) |
ExecCreateCmd |
withAttachStdout(Boolean attachStdout) |
ExecCreateCmd |
withCmd(String... cmd) |
ExecCreateCmd |
withContainerId(String containerId) |
ExecCreateCmd |
withTty(Boolean tty) |
ExecCreateCmd |
withUser(String user) |
exec
@CheckForNull String getContainerId()
@CheckForNull Boolean hasAttachStderrEnabled()
@CheckForNull Boolean hasAttachStdinEnabled()
@CheckForNull Boolean hasAttachStdoutEnabled()
@CheckForNull Boolean hasTtyEnabled()
@CheckForNull String getUser()
ExecCreateCmd withAttachStderr(Boolean attachStderr)
ExecCreateCmd withAttachStdin(Boolean attachStdin)
ExecCreateCmd withAttachStdout(Boolean attachStdout)
ExecCreateCmd withCmd(String... cmd)
ExecCreateCmd withContainerId(@Nonnull String containerId)
ExecCreateCmd withTty(Boolean tty)
ExecCreateCmd withUser(String user)
Copyright © 2017. All Rights Reserved.