Package org.gradle
Class BuildResult
java.lang.Object
org.gradle.BuildResult
A BuildResult
packages up the result of a build.
-
Constructor Summary
ConstructorDescriptionBuildResult
(String action, Gradle gradle, Throwable failure) BuildResult
(Gradle gradle, Throwable failure) -
Method Summary
Modifier and TypeMethodDescriptionThe action performed by this build.Rethrows the build failure.
-
Constructor Details
-
BuildResult
-
BuildResult
-
-
Method Details
-
getGradle
-
getFailure
-
getAction
The action performed by this build. Either `Build` or `Configure`. -
rethrowFailure
Rethrows the build failure. Does nothing if there was no build failure.
-