BuildResult

open class BuildResult(source)

A BuildResult packages up the result of a build.

Constructors

Link copied to clipboard
constructor(@Nullable gradle: Gradle, @Nullable failure: Throwable)
constructor(action: String, @Nullable gradle: Gradle, @Nullable failure: Throwable)

Properties

Link copied to clipboard
Link copied to clipboard
@get:Nullable
val failure: Throwable
Link copied to clipboard
@get:Nullable
val gradle: Gradle

Functions

Link copied to clipboard
Rethrows the build failure.