Interface BuildEventStreamProtos.BuildFinished.AnomalyReportOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getWasSuspended()
      Was the build suspended at any time during the build.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • 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.