Interface BuildResult
-
public interface BuildResultA description of the build result.- Since:
- 3.17
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<java.lang.Throwable>getFailures()The sources of the build failure, when the build fails.
-