Interface ExtraBuildResultsData

All Known Subinterfaces:
BuildResults
All Known Implementing Classes:
BuildResultsImpl

public interface ExtraBuildResultsData
Provides extra information that is available additionally to BuildResultsSummary
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull List<String>
    Parsed build errors
    int
    The return code of the executed process
  • Method Details

    • getBuildReturnCode

      int getBuildReturnCode()
      The return code of the executed process
      Returns:
      default of 0
    • getBuildErrors

      @NotNull @NotNull List<String> getBuildErrors()
      Parsed build errors
      Returns: