-
public class DockerSpec
-
-
Field Summary
Fields Modifier and Type Field Description private final ListProperty<String>commandLineprivate ListProperty<Int>exitCodesprivate Property<InputStream>inputprivate final Property<OutputStream>outputprivate final Property<OutputStream>errors
-
Constructor Summary
Constructors Constructor Description DockerSpec(Docker docker)
-
Method Summary
Modifier and Type Method Description final UnitexitCode(Integer exitCode)final UnitignoreExitCodes()final UnitsystemOut()final UnitnullOut()final ListProperty<String>getCommandLine()final ListProperty<Int>getExitCodes()final Property<InputStream>getInput()final Property<OutputStream>getOutput()final Property<OutputStream>getErrors()final UnitsetExitCodes(ListProperty<Int> exitCodes)final UnitsetInput(Property<InputStream> input)-
-
Constructor Detail
-
DockerSpec
DockerSpec(Docker docker)
-
-
Method Detail
-
ignoreExitCodes
final Unit ignoreExitCodes()
-
getCommandLine
final ListProperty<String> getCommandLine()
-
getExitCodes
final ListProperty<Int> getExitCodes()
-
getInput
final Property<InputStream> getInput()
-
getOutput
final Property<OutputStream> getOutput()
-
getErrors
final Property<OutputStream> getErrors()
-
setExitCodes
final Unit setExitCodes(ListProperty<Int> exitCodes)
-
setInput
final Unit setInput(Property<InputStream> input)
-
-
-
-