Interface InternalOperationResult

    • Method Detail

      • getStartTime

        long getStartTime()
        Returns the time the build execution started.
        Returns:
        The start time of the build
      • getEndTime

        long getEndTime()
        Returns the time the result was produced.
        Returns:
        The time the result was produced.
      • getFailures

        java.util.List<? extends InternalFailure> getFailures()
        Returns the failures that occurred while running the build, if any.
        Returns:
        The failures that occurred