Package org.gradle.exemplar.model
Class Command.Builder
java.lang.Object
org.gradle.exemplar.model.Command.Builder
- Enclosing class:
- Command
-
Method Summary
Modifier and TypeMethodDescriptionbuild()setAllowAdditionalOutput(boolean allowAdditionalOutput) setAllowDisorderedOutput(boolean allowDisorderedOutput) setExecutable(String executable) setExecutionSubdirectory(String executionSubdirectory) setExpectedOutput(String expectedOutput) setExpectFailure(boolean expectFailure)
-
Method Details
-
setExecutable
-
setExecutionSubdirectory
-
setArgs
-
setFlags
-
setExpectedOutput
-
setExpectFailure
-
setAllowAdditionalOutput
-
setAllowDisorderedOutput
-
build
-