Interface BuildResult


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

      • getFailure

        java.lang.Throwable getFailure()
        The source of the build failure, when the build fails. Null otherwise.
        Returns:
        the source of the build failure