run

abstract fun run(): BuildResult

Executes a build, without expecting a particular outcome. The outcome should then be tested by inspecting the returned BuildResult.

Return

the build result

Since

8.0

Throws

if the configuration of this runner is invalid (e.g. project directory not set)