Interface BuildResult
-
@Deprecated public interface BuildResultDeprecated.since 1.21, 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.util.List<java.lang.Throwable>getFailures()Deprecated.The sources of the build failure, when the build fails.
-