Interface BuildEventStreamProtos.TestResult.ExecutionInfoOrBuilder

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

public static interface BuildEventStreamProtos.TestResult.ExecutionInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getTimeoutSeconds

      @Deprecated int getTimeoutSeconds()
      Deprecated.
      build_event_stream.TestResult.ExecutionInfo.timeout_seconds is deprecated. See third_party/bazel/src/main/java/com/google/devtools/build/lib/buildeventstream/proto/build_event_stream.proto;l=729
       Deprecated, use TargetComplete.test_timeout instead.
       
      int32 timeout_seconds = 1 [deprecated = true];
      Returns:
      The timeoutSeconds.
    • getStrategy

      String getStrategy()
       Name of the strategy to execute this test action (e.g., "local",
       "remote")
       
      string strategy = 2;
      Returns:
      The strategy.
    • getStrategyBytes

      com.google.protobuf.ByteString getStrategyBytes()
       Name of the strategy to execute this test action (e.g., "local",
       "remote")
       
      string strategy = 2;
      Returns:
      The bytes for strategy.
    • getCachedRemotely

      boolean getCachedRemotely()
       True, if the reported attempt was a cache hit in a remote cache.
       
      bool cached_remotely = 6;
      Returns:
      The cachedRemotely.
    • getExitCode

      int getExitCode()
       The exit code of the test action.
       
      int32 exit_code = 7;
      Returns:
      The exitCode.
    • getHostname

      String getHostname()
       The hostname of the machine where the test action was executed (in case
       of remote execution), if known.
       
      string hostname = 3;
      Returns:
      The hostname.
    • getHostnameBytes

      com.google.protobuf.ByteString getHostnameBytes()
       The hostname of the machine where the test action was executed (in case
       of remote execution), if known.
       
      string hostname = 3;
      Returns:
      The bytes for hostname.
    • hasTimingBreakdown

      boolean hasTimingBreakdown()
      .build_event_stream.TestResult.ExecutionInfo.TimingBreakdown timing_breakdown = 4;
      Returns:
      Whether the timingBreakdown field is set.
    • getTimingBreakdown

      .build_event_stream.TestResult.ExecutionInfo.TimingBreakdown timing_breakdown = 4;
      Returns:
      The timingBreakdown.
    • getTimingBreakdownOrBuilder

      .build_event_stream.TestResult.ExecutionInfo.TimingBreakdown timing_breakdown = 4;
    • getResourceUsageList

      repeated .build_event_stream.TestResult.ExecutionInfo.ResourceUsage resource_usage = 5;
    • getResourceUsage

      repeated .build_event_stream.TestResult.ExecutionInfo.ResourceUsage resource_usage = 5;
    • getResourceUsageCount

      int getResourceUsageCount()
      repeated .build_event_stream.TestResult.ExecutionInfo.ResourceUsage resource_usage = 5;
    • getResourceUsageOrBuilderList

      repeated .build_event_stream.TestResult.ExecutionInfo.ResourceUsage resource_usage = 5;
    • getResourceUsageOrBuilder

      repeated .build_event_stream.TestResult.ExecutionInfo.ResourceUsage resource_usage = 5;