public class DoneableExecConfig extends ExecConfigFluentImpl<DoneableExecConfig> implements Doneable<ExecConfig>
| Constructor and Description |
|---|
DoneableExecConfig(ExecConfig item) |
DoneableExecConfig(ExecConfig item,
io.fabric8.docker.api.builder.Function<ExecConfig,ExecConfig> function) |
DoneableExecConfig(io.fabric8.docker.api.builder.Function<ExecConfig,ExecConfig> function) |
| Modifier and Type | Method and Description |
|---|---|
ExecConfig |
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 DoneableExecConfig(io.fabric8.docker.api.builder.Function<ExecConfig,ExecConfig> function)
public DoneableExecConfig(ExecConfig item, io.fabric8.docker.api.builder.Function<ExecConfig,ExecConfig> function)
public DoneableExecConfig(ExecConfig item)
public ExecConfig done()
done in interface Doneable<ExecConfig>Copyright © 2015–2017 Red Hat. All rights reserved.