public class Docker
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COMMAND |
static Docker |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
org.buildobjects.process.ProcResult |
exec(kotlin.jvm.functions.Function1<? super org.buildobjects.process.ProcBuilder,kotlin.Unit> options) |
org.buildobjects.process.ProcResult |
execQuietly(kotlin.jvm.functions.Function1<? super org.buildobjects.process.ProcBuilder,kotlin.Unit> options) |
java.lang.String |
execString(kotlin.jvm.functions.Function1<? super org.buildobjects.process.ProcBuilder,kotlin.Unit> options) |
@NotNull public static java.lang.String COMMAND
public static Docker INSTANCE
@NotNull
public org.buildobjects.process.ProcResult exec(@NotNull
kotlin.jvm.functions.Function1<? super org.buildobjects.process.ProcBuilder,kotlin.Unit> options)
@NotNull
public org.buildobjects.process.ProcResult execQuietly(@NotNull
kotlin.jvm.functions.Function1<? super org.buildobjects.process.ProcBuilder,kotlin.Unit> options)
@NotNull
public java.lang.String execString(@NotNull
kotlin.jvm.functions.Function1<? super org.buildobjects.process.ProcBuilder,kotlin.Unit> options)