Package org.gradle.exemplar.model
Class Command
java.lang.Object
org.gradle.exemplar.model.Command
-
Constructor Details
-
Command
-
-
Method Details
-
getExecutable
-
getExecutionSubdirectory
-
getArgs
-
getFlags
-
getExpectedOutput
-
isExpectFailure
public boolean isExpectFailure()- Returns:
- true if executing the scenario build is expected to fail.
-
isAllowAdditionalOutput
public boolean isAllowAdditionalOutput()- Returns:
- true if output lines other than those provided are allowed.
-
isAllowDisorderedOutput
public boolean isAllowDisorderedOutput()- Returns:
- true if actual output lines can differ in order from expected.
-
getUserInputs
- Returns:
- a list of user inputs to provide to the command
-
toBuilder
-