Interface BuildEventStreamProtos.TestResult.ExecutionInfoOrBuilder

    • Method Detail

      • getTimeoutSeconds

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

        java.lang.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

        java.lang.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.
      • getResourceUsageCount

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