Interface BuildResult


public interface BuildResult
A description of the build result.
Since:
1.21
  • Method Summary Link icon

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

    • getFailures Link icon

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