Interface BuildResult


@Deprecated public interface BuildResult
Deprecated.
since 1.21, replaced by BuildResult
A description of the build result.
Since:
1.2
  • Method Summary

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

    • getFailures

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