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