Package com.gradle.scan.plugin
Interface BuildResult
-
@Deprecated public interface BuildResultDeprecated.since 3.17, replaced byBuildResultA description of the build result.- Since:
- 1.2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.lang.ThrowablegetFailure()Deprecated.The source of the build failure, when the build fails.
-