public class InlineExecConfig extends ExecConfigFluentImpl<InlineExecConfig> implements Doneable<ContainerExecCreateResponse>
| Constructor and Description |
|---|
InlineExecConfig(ExecConfig item,
io.fabric8.docker.api.builder.Function<ExecConfig,ContainerExecCreateResponse> function) |
InlineExecConfig(io.fabric8.docker.api.builder.Function<ExecConfig,ContainerExecCreateResponse> function) |
| Modifier and Type | Method and Description |
|---|---|
ContainerExecCreateResponse |
done() |
addAllToCmd, addToCmd, addToCmd, equals, getCmd, getCmd, getContainer, getFirstCmd, getLastCmd, getMatchingCmd, getUser, hasAttachStderr, hasAttachStdin, hasAttachStdout, hasCmd, hasContainer, hasDetach, hasPrivileged, hasTty, hasUser, isAttachStderr, isAttachStdin, isAttachStdout, isDetach, isPrivileged, isTty, removeAllFromCmd, removeFromCmd, setToCmd, withAttachStderr, withAttachStdin, withAttachStdout, withCmd, withCmd, withContainer, withDetach, withPrivileged, withTty, withUserpublic InlineExecConfig(io.fabric8.docker.api.builder.Function<ExecConfig,ContainerExecCreateResponse> function)
public InlineExecConfig(ExecConfig item, io.fabric8.docker.api.builder.Function<ExecConfig,ContainerExecCreateResponse> function)
public ContainerExecCreateResponse done()
done in interface Doneable<ContainerExecCreateResponse>Copyright © 2015–2017 Red Hat. All rights reserved.