Interface BuildResult


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

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

    • getFailure

      @Nullable Throwable getFailure()
      Deprecated.
      The source of the build failure, when the build fails. Null otherwise.
      Returns:
      the source of the build failure