environment-plugin / com.cognifide.gradle.environment.docker / DockerProcess

DockerProcess

object DockerProcess

Properties

COMMAND

const val COMMAND: String

Functions

commandToArgs

Splits command to arguments usually delimited by space while considering quoted string containing spaces as single argument.

fun commandToArgs(command: String): List<String>

exec

fun exec(options: ProcBuilder.() -> Unit): ProcResult

execQuietly

fun execQuietly(options: ProcBuilder.() -> Unit): ProcResult

execSpec

fun execSpec(spec: DockerSpec): DockerResult

execString

fun execString(options: ProcBuilder.() -> Unit): String