BuildOptions

constructor(buildCommand: String, streamOutput: Boolean = false, interactive: Boolean = false)

Parameters

buildCommand

command to run such as "mvn test"

streamOutput

if true, the output will be streamed to the console

interactive

if true, gives full terminal control for interactive commands (Spring Boot, etc.)