open class DockerDefaultSpec : DockerSpec
<init> |
DockerDefaultSpec(aem: AemExtension) |
aem |
val aem: AemExtension |
args |
open val args: List<String> |
command |
open var command: String |
errors |
open var errors: OutputStream? |
exitCodes |
open var exitCodes: List<Int> |
fullCommand |
open val fullCommand: String |
input |
open var input: InputStream? |
options |
open var options: List<String> |
output |
open var output: OutputStream? |
exitCode |
fun exitCode(code: Int): Unit |
ignoreExitCodes |
open fun ignoreExitCodes(): Unit |
option |
open fun option(value: String): Unit |
ExecSpec |
class ExecSpec : DockerDefaultSpec |
RunSpec |
open class RunSpec : DockerDefaultSpec |