Uses of Class
com.google.devtools.build.lib.buildeventstream.BuildEventStreamProtos.TestResult.ExecutionInfo.Builder
Packages that use BuildEventStreamProtos.TestResult.ExecutionInfo.Builder
-
Uses of BuildEventStreamProtos.TestResult.ExecutionInfo.Builder in com.google.devtools.build.lib.buildeventstream
Methods in com.google.devtools.build.lib.buildeventstream that return BuildEventStreamProtos.TestResult.ExecutionInfo.BuilderModifier and TypeMethodDescriptionBuildEventStreamProtos.TestResult.ExecutionInfo.Builder.addAllResourceUsage(Iterable<? extends BuildEventStreamProtos.TestResult.ExecutionInfo.ResourceUsage> values) repeated .build_event_stream.TestResult.ExecutionInfo.ResourceUsage resource_usage = 5;BuildEventStreamProtos.TestResult.ExecutionInfo.Builder.addResourceUsage(int index, BuildEventStreamProtos.TestResult.ExecutionInfo.ResourceUsage value) repeated .build_event_stream.TestResult.ExecutionInfo.ResourceUsage resource_usage = 5;BuildEventStreamProtos.TestResult.ExecutionInfo.Builder.addResourceUsage(int index, BuildEventStreamProtos.TestResult.ExecutionInfo.ResourceUsage.Builder builderForValue) repeated .build_event_stream.TestResult.ExecutionInfo.ResourceUsage resource_usage = 5;BuildEventStreamProtos.TestResult.ExecutionInfo.Builder.addResourceUsage(BuildEventStreamProtos.TestResult.ExecutionInfo.ResourceUsage value) repeated .build_event_stream.TestResult.ExecutionInfo.ResourceUsage resource_usage = 5;BuildEventStreamProtos.TestResult.ExecutionInfo.Builder.addResourceUsage(BuildEventStreamProtos.TestResult.ExecutionInfo.ResourceUsage.Builder builderForValue) repeated .build_event_stream.TestResult.ExecutionInfo.ResourceUsage resource_usage = 5;BuildEventStreamProtos.TestResult.ExecutionInfo.Builder.clear()BuildEventStreamProtos.TestResult.ExecutionInfo.Builder.clearCachedRemotely()True, if the reported attempt was a cache hit in a remote cache.BuildEventStreamProtos.TestResult.ExecutionInfo.Builder.clearExitCode()The exit code of the test action.BuildEventStreamProtos.TestResult.ExecutionInfo.Builder.clearHostname()The hostname of the machine where the test action was executed (in case of remote execution), if known.BuildEventStreamProtos.TestResult.ExecutionInfo.Builder.clearResourceUsage()repeated .build_event_stream.TestResult.ExecutionInfo.ResourceUsage resource_usage = 5;BuildEventStreamProtos.TestResult.ExecutionInfo.Builder.clearStrategy()Name of the strategy to execute this test action (e.g., "local", "remote")BuildEventStreamProtos.TestResult.ExecutionInfo.Builder.clearTimeoutSeconds()Deprecated.build_event_stream.TestResult.ExecutionInfo.timeout_seconds is deprecated.BuildEventStreamProtos.TestResult.ExecutionInfo.Builder.clearTimingBreakdown().build_event_stream.TestResult.ExecutionInfo.TimingBreakdown timing_breakdown = 4;BuildEventStreamProtos.TestResult.Builder.getExecutionInfoBuilder().build_event_stream.TestResult.ExecutionInfo execution_info = 8;BuildEventStreamProtos.TestResult.ExecutionInfo.Builder.mergeFrom(BuildEventStreamProtos.TestResult.ExecutionInfo other) BuildEventStreamProtos.TestResult.ExecutionInfo.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BuildEventStreamProtos.TestResult.ExecutionInfo.Builder.mergeFrom(com.google.protobuf.Message other) BuildEventStreamProtos.TestResult.ExecutionInfo.Builder.mergeTimingBreakdown(BuildEventStreamProtos.TestResult.ExecutionInfo.TimingBreakdown value) .build_event_stream.TestResult.ExecutionInfo.TimingBreakdown timing_breakdown = 4;BuildEventStreamProtos.TestResult.ExecutionInfo.newBuilder()BuildEventStreamProtos.TestResult.ExecutionInfo.newBuilder(BuildEventStreamProtos.TestResult.ExecutionInfo prototype) BuildEventStreamProtos.TestResult.ExecutionInfo.newBuilderForType()BuildEventStreamProtos.TestResult.ExecutionInfo.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) BuildEventStreamProtos.TestResult.ExecutionInfo.Builder.removeResourceUsage(int index) repeated .build_event_stream.TestResult.ExecutionInfo.ResourceUsage resource_usage = 5;BuildEventStreamProtos.TestResult.ExecutionInfo.Builder.setCachedRemotely(boolean value) True, if the reported attempt was a cache hit in a remote cache.BuildEventStreamProtos.TestResult.ExecutionInfo.Builder.setExitCode(int value) The exit code of the test action.BuildEventStreamProtos.TestResult.ExecutionInfo.Builder.setHostname(String value) The hostname of the machine where the test action was executed (in case of remote execution), if known.BuildEventStreamProtos.TestResult.ExecutionInfo.Builder.setHostnameBytes(com.google.protobuf.ByteString value) The hostname of the machine where the test action was executed (in case of remote execution), if known.BuildEventStreamProtos.TestResult.ExecutionInfo.Builder.setResourceUsage(int index, BuildEventStreamProtos.TestResult.ExecutionInfo.ResourceUsage value) repeated .build_event_stream.TestResult.ExecutionInfo.ResourceUsage resource_usage = 5;BuildEventStreamProtos.TestResult.ExecutionInfo.Builder.setResourceUsage(int index, BuildEventStreamProtos.TestResult.ExecutionInfo.ResourceUsage.Builder builderForValue) repeated .build_event_stream.TestResult.ExecutionInfo.ResourceUsage resource_usage = 5;BuildEventStreamProtos.TestResult.ExecutionInfo.Builder.setStrategy(String value) Name of the strategy to execute this test action (e.g., "local", "remote")BuildEventStreamProtos.TestResult.ExecutionInfo.Builder.setStrategyBytes(com.google.protobuf.ByteString value) Name of the strategy to execute this test action (e.g., "local", "remote")BuildEventStreamProtos.TestResult.ExecutionInfo.Builder.setTimeoutSeconds(int value) Deprecated.build_event_stream.TestResult.ExecutionInfo.timeout_seconds is deprecated.BuildEventStreamProtos.TestResult.ExecutionInfo.Builder.setTimingBreakdown(BuildEventStreamProtos.TestResult.ExecutionInfo.TimingBreakdown value) .build_event_stream.TestResult.ExecutionInfo.TimingBreakdown timing_breakdown = 4;BuildEventStreamProtos.TestResult.ExecutionInfo.Builder.setTimingBreakdown(BuildEventStreamProtos.TestResult.ExecutionInfo.TimingBreakdown.Builder builderForValue) .build_event_stream.TestResult.ExecutionInfo.TimingBreakdown timing_breakdown = 4;BuildEventStreamProtos.TestResult.ExecutionInfo.toBuilder()Methods in com.google.devtools.build.lib.buildeventstream with parameters of type BuildEventStreamProtos.TestResult.ExecutionInfo.BuilderModifier and TypeMethodDescriptionBuildEventStreamProtos.TestResult.Builder.setExecutionInfo(BuildEventStreamProtos.TestResult.ExecutionInfo.Builder builderForValue) .build_event_stream.TestResult.ExecutionInfo execution_info = 8;