Package com.gradle.scan.plugin
Interface BuildResult
-
public interface BuildResult
A description of the build result.- Since:
- 1.2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Throwable
getFailure()
The source of the build failure, when the build fails.
-