public class EditableExecConfig extends ExecConfig implements Editable<ExecConfigBuilder>
| Constructor and Description |
|---|
EditableExecConfig() |
EditableExecConfig(Boolean AttachStderr,
Boolean AttachStdin,
Boolean AttachStdout,
List<String> Cmd,
String Container,
Boolean Detach,
Boolean Privileged,
Boolean Tty,
String User) |
| Modifier and Type | Method and Description |
|---|---|
ExecConfigBuilder |
edit() |
getAdditionalProperties, getAttachStderr, getAttachStdin, getAttachStdout, getCmd, getContainer, getDetach, getPrivileged, getTty, getUser, setAdditionalProperty, setAttachStderr, setAttachStdin, setAttachStdout, setCmd, setContainer, setDetach, setPrivileged, setTty, setUserpublic ExecConfigBuilder edit()
edit in interface Editable<ExecConfigBuilder>Copyright © 2015–2016 Red Hat. All rights reserved.