Interface BuildResult


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

      • getFailures

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