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 Summary
Modifier and TypeMethodDescriptionbooleanTrue, if the reported attempt was a cache hit in a remote cache.intThe exit code of the test action.The hostname of the machine where the test action was executed (in case of remote execution), if known.com.google.protobuf.ByteStringThe hostname of the machine where the test action was executed (in case of remote execution), if known.getResourceUsage(int index) repeated .build_event_stream.TestResult.ExecutionInfo.ResourceUsage resource_usage = 5;intrepeated .build_event_stream.TestResult.ExecutionInfo.ResourceUsage resource_usage = 5;repeated .build_event_stream.TestResult.ExecutionInfo.ResourceUsage resource_usage = 5;getResourceUsageOrBuilder(int index) repeated .build_event_stream.TestResult.ExecutionInfo.ResourceUsage resource_usage = 5;repeated .build_event_stream.TestResult.ExecutionInfo.ResourceUsage resource_usage = 5;Name of the strategy to execute this test action (e.g., "local", "remote")com.google.protobuf.ByteStringName of the strategy to execute this test action (e.g., "local", "remote")intDeprecated.build_event_stream.TestResult.ExecutionInfo.timeout_seconds is deprecated..build_event_stream.TestResult.ExecutionInfo.TimingBreakdown timing_breakdown = 4;.build_event_stream.TestResult.ExecutionInfo.TimingBreakdown timing_breakdown = 4;boolean.build_event_stream.TestResult.ExecutionInfo.TimingBreakdown timing_breakdown = 4;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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=729Deprecated, 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
BuildEventStreamProtos.TestResult.ExecutionInfo.TimingBreakdown getTimingBreakdown().build_event_stream.TestResult.ExecutionInfo.TimingBreakdown timing_breakdown = 4;- Returns:
- The timingBreakdown.
-
getTimingBreakdownOrBuilder
BuildEventStreamProtos.TestResult.ExecutionInfo.TimingBreakdownOrBuilder getTimingBreakdownOrBuilder().build_event_stream.TestResult.ExecutionInfo.TimingBreakdown timing_breakdown = 4; -
getResourceUsageList
List<BuildEventStreamProtos.TestResult.ExecutionInfo.ResourceUsage> 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
List<? extends BuildEventStreamProtos.TestResult.ExecutionInfo.ResourceUsageOrBuilder> getResourceUsageOrBuilderList()repeated .build_event_stream.TestResult.ExecutionInfo.ResourceUsage resource_usage = 5; -
getResourceUsageOrBuilder
BuildEventStreamProtos.TestResult.ExecutionInfo.ResourceUsageOrBuilder getResourceUsageOrBuilder(int index) repeated .build_event_stream.TestResult.ExecutionInfo.ResourceUsage resource_usage = 5;
-