Interface ResultStatisticsProvider

    • Method Detail

      • getBuildState

        BuildState getBuildState()
        Build state.
        Returns:
        build state
      • getBuildNumber

        int getBuildNumber()
        Get build number
        Returns:
        build number of the described build
      • getBuildDate

        @Nullable
        @Nullable Date getBuildDate()
        When the build was executed
        Returns:
        date of build execution or null if build was not executed yet
      • getStatDate

        @NotNull
        @NotNull Date getStatDate()
        When the build was executed. If build was not completed, queued time is provided instead.
        Returns:
        date of build execution or queued time if build was not executed or state is unknown
      • getDuration

        long getDuration()
        Get duration of the build in milliseconds.
        Returns:
        duration of the build in milliseconds
      • getProcessingDuration

        long getProcessingDuration()
        Get processing duration of the build in milliseconds.
        Returns:
        processing duration of the build in milliseconds