Interface BuildEventStreamProtos.BuildFinished.AnomalyReportOrBuilder

    • Method Detail

      • getWasSuspended

        boolean getWasSuspended()
         Was the build suspended at any time during the build.
         Examples of suspensions are SIGSTOP, or the hardware being put to sleep.
         If was_suspended is true, then most of the timings for this build are
         suspect.
         NOTE: This is no longer set and is deprecated.
         
        bool was_suspended = 1;
        Returns:
        The wasSuspended.