Interface BuildEventStreamProtos.BuildMetrics.CumulativeMetricsOrBuilder

    • Method Detail

      • getNumAnalyses

        int getNumAnalyses()
         One-indexed number of "analyses" the server has run, including the
         current one. Will be incremented for every build/test/cquery/etc. command
         that reaches the analysis phase.
         
        int32 num_analyses = 11;
        Returns:
        The numAnalyses.
      • getNumBuilds

        int getNumBuilds()
         One-indexed number of "builds" the server has run, including the current
         one. Will be incremented for every build/test/run/etc. command that
         reaches the execution phase.
         
        int32 num_builds = 12;
        Returns:
        The numBuilds.