|
|
fun await(): Unit |
|
|
fun cleanDir(vararg paths: String): Unit
fun cleanDir(paths: Iterable<String>): Unit |
|
|
fun configureDir(vararg paths: String, config: DirConfig.() -> Unit): Unit
fun configureDir(paths: Iterable<String>, config: DirConfig.() -> Unit): Unit |
|
|
fun dev(options: DevOptions.() -> Unit): Unit |
|
|
fun ensureDir(vararg paths: String): Unit
fun ensureDir(paths: Iterable<String>): Unit |
|
|
fun ensureFile(vararg paths: String): Unit
fun ensureFile(paths: Iterable<String>): Unit |
|
|
fun exec(execSpec: ExecSpec.() -> Unit): DockerResult
fun exec(command: String, exitCode: Int? = 0): DockerResult
fun exec(operation: String, command: String, exitCode: Int? = 0): DockerResult |
|
|
fun execShell(command: String, exitCode: Int? = 0): DockerResult
fun execShell(operation: String, command: String, exitCode: Int? = 0): DockerResult |
|
|
fun execShellQuiet(command: String, exitCode: Int? = 0): DockerResult |
|
|
fun host(options: HostFileManager.() -> Unit): Unit |
|
|
fun reload(action: Container.() -> Unit): Unit
fun reload(): Unit |
|
|
fun resolve(action: HostFileManager.() -> Unit): Unit
fun resolve(): Unit |
|
|
fun symlink(sourcePath: String, targetPath: String): Unit
fun symlink(vararg sourceTargetPairs: Pair<String, String>): Unit
fun symlink(sourceTargetMap: Map<String, String>, force: Boolean = true): Unit |
|
|
fun up(action: Container.() -> Unit): Unit
fun up(): Unit |