Interface BuildResult
public interface BuildResult
A description of the build result.
- Since:
- 3.17
-
Method Summary
Modifier and TypeMethodDescriptionThe sources of the build failure, when the build fails.
-
Method Details
-
getFailures
The sources of the build failure, when the build fails. Empty otherwise.- Returns:
- the sources of the build failure
-