Interface BuildResult


  • public interface BuildResult
    A description of the build result.
    Since:
    1.21
    • Method Detail

      • getFailures

        java.util.List<java.lang.Throwable> getFailures()
        The sources of the build failure, when the build fails. Empty otherwise.
        Returns:
        the sources of the build failure