Interface BuildEventStreamProtos.BuildFinished.AnomalyReportOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
BuildEventStreamProtos.BuildFinished.AnomalyReport, BuildEventStreamProtos.BuildFinished.AnomalyReport.Builder
Enclosing class:
BuildEventStreamProtos.BuildFinished

public static interface BuildEventStreamProtos.BuildFinished.AnomalyReportOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    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 Details

    • 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.