Interface BuildResult


public interface BuildResult
A description of the build result.
Since:
3.17
  • Method Summary

    Modifier and Type
    Method
    Description
    The sources of the build failure, when the build fails.
  • Method Details

    • getFailures

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