public interface ExecConfigFluent<T extends ExecConfigFluent<T>>
extends io.fabric8.docker.api.builder.Fluent<T>
| Modifier and Type | Method and Description |
|---|---|
T |
addToAdditionalProperties(Map<String,Object> map) |
T |
addToAdditionalProperties(String key,
Object value) |
T |
addToCmd(String... items) |
Map<String,Object> |
getAdditionalProperties() |
List<String> |
getCmd() |
String |
getContainer() |
String |
getUser() |
Boolean |
isAttachStderr() |
Boolean |
isAttachStdin() |
Boolean |
isAttachStdout() |
Boolean |
isDetach() |
Boolean |
isPrivileged() |
Boolean |
isTty() |
T |
removeFromAdditionalProperties(Map<String,Object> map) |
T |
removeFromAdditionalProperties(String key) |
T |
removeFromCmd(String... items) |
T |
withAdditionalProperties(Map<String,Object> additionalProperties) |
T |
withAttachStderr(Boolean AttachStderr) |
T |
withAttachStdin(Boolean AttachStdin) |
T |
withAttachStdout(Boolean AttachStdout) |
T |
withCmd(List<String> Cmd) |
T |
withCmd(String... Cmd) |
T |
withContainer(String Container) |
T |
withDetach(Boolean Detach) |
T |
withPrivileged(Boolean Privileged) |
T |
withTty(Boolean Tty) |
T |
withUser(String User) |
Copyright © 2015–2016 Red Hat. All rights reserved.