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
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleangetCachedRemotely()True, if the reported attempt was a cache hit in a remote cache.intgetExitCode()The exit code of the test action.java.lang.StringgetHostname()The hostname of the machine where the test action was executed (in case of remote execution), if known.com.google.protobuf.ByteStringgetHostnameBytes()The hostname of the machine where the test action was executed (in case of remote execution), if known.BuildEventStreamProtos.TestResult.ExecutionInfo.ResourceUsagegetResourceUsage(int index)repeated .build_event_stream.TestResult.ExecutionInfo.ResourceUsage resource_usage = 5;intgetResourceUsageCount()repeated .build_event_stream.TestResult.ExecutionInfo.ResourceUsage resource_usage = 5;java.util.List<BuildEventStreamProtos.TestResult.ExecutionInfo.ResourceUsage>getResourceUsageList()repeated .build_event_stream.TestResult.ExecutionInfo.ResourceUsage resource_usage = 5;BuildEventStreamProtos.TestResult.ExecutionInfo.ResourceUsageOrBuildergetResourceUsageOrBuilder(int index)repeated .build_event_stream.TestResult.ExecutionInfo.ResourceUsage resource_usage = 5;java.util.List<? extends BuildEventStreamProtos.TestResult.ExecutionInfo.ResourceUsageOrBuilder>getResourceUsageOrBuilderList()repeated .build_event_stream.TestResult.ExecutionInfo.ResourceUsage resource_usage = 5;java.lang.StringgetStrategy()Name of the strategy to execute this test action (e.g., "local", "remote")com.google.protobuf.ByteStringgetStrategyBytes()Name of the strategy to execute this test action (e.g., "local", "remote")intgetTimeoutSeconds()Deprecated.build_event_stream.TestResult.ExecutionInfo.timeout_seconds is deprecated.BuildEventStreamProtos.TestResult.ExecutionInfo.TimingBreakdowngetTimingBreakdown().build_event_stream.TestResult.ExecutionInfo.TimingBreakdown timing_breakdown = 4;BuildEventStreamProtos.TestResult.ExecutionInfo.TimingBreakdownOrBuildergetTimingBreakdownOrBuilder().build_event_stream.TestResult.ExecutionInfo.TimingBreakdown timing_breakdown = 4;booleanhasTimingBreakdown().build_event_stream.TestResult.ExecutionInfo.TimingBreakdown timing_breakdown = 4;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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=662Deprecated, 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.
-
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
java.util.List<BuildEventStreamProtos.TestResult.ExecutionInfo.ResourceUsage> getResourceUsageList()
repeated .build_event_stream.TestResult.ExecutionInfo.ResourceUsage resource_usage = 5;
-
getResourceUsage
BuildEventStreamProtos.TestResult.ExecutionInfo.ResourceUsage getResourceUsage(int index)
repeated .build_event_stream.TestResult.ExecutionInfo.ResourceUsage resource_usage = 5;
-
getResourceUsageCount
int getResourceUsageCount()
repeated .build_event_stream.TestResult.ExecutionInfo.ResourceUsage resource_usage = 5;
-
getResourceUsageOrBuilderList
java.util.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;
-
-