Class BuildResult
java.lang.Object
org.gradle.BuildResult
-
Constructor Summary
ConstructorsConstructorDescriptionBuildResult(String action, @Nullable Gradle gradle, @Nullable Throwable failure) Creates a newBuildResult.BuildResult(@Nullable Gradle gradle, @Nullable Throwable failure) Creates a newBuildResult. -
Method Summary
-
Constructor Details
-
BuildResult
-
BuildResult
-
-
Method Details
-
getGradle
-
getFailure
-
getAction
The action performed by this build. Either `Build` or `Configure`.- Since:
- 2.14
-
rethrowFailure
Rethrows the build failure. Does nothing if there was no build failure.
- Since:
- 0.7
-