Uses of Class
com.google.devtools.build.lib.buildeventstream.BuildEventStreamProtos.TestResult.Builder
Packages that use BuildEventStreamProtos.TestResult.Builder
-
Uses of BuildEventStreamProtos.TestResult.Builder in com.google.devtools.build.lib.buildeventstream
Methods in com.google.devtools.build.lib.buildeventstream that return BuildEventStreamProtos.TestResult.BuilderModifier and TypeMethodDescriptionBuildEventStreamProtos.TestResult.Builder.addAllTestActionOutput(Iterable<? extends BuildEventStreamProtos.File> values) Files (logs, test.xml, undeclared outputs, etc) generated by that test action.BuildEventStreamProtos.TestResult.Builder.addAllWarning(Iterable<String> values) Warnings generated by that test action.BuildEventStreamProtos.TestResult.Builder.addTestActionOutput(int index, BuildEventStreamProtos.File value) Files (logs, test.xml, undeclared outputs, etc) generated by that test action.BuildEventStreamProtos.TestResult.Builder.addTestActionOutput(int index, BuildEventStreamProtos.File.Builder builderForValue) Files (logs, test.xml, undeclared outputs, etc) generated by that test action.BuildEventStreamProtos.TestResult.Builder.addTestActionOutput(BuildEventStreamProtos.File value) Files (logs, test.xml, undeclared outputs, etc) generated by that test action.BuildEventStreamProtos.TestResult.Builder.addTestActionOutput(BuildEventStreamProtos.File.Builder builderForValue) Files (logs, test.xml, undeclared outputs, etc) generated by that test action.BuildEventStreamProtos.TestResult.Builder.addWarning(String value) Warnings generated by that test action.BuildEventStreamProtos.TestResult.Builder.addWarningBytes(com.google.protobuf.ByteString value) Warnings generated by that test action.BuildEventStreamProtos.TestResult.Builder.clear()BuildEventStreamProtos.TestResult.Builder.clearCachedLocally()True, if the reported attempt is taken from the tool's local cache.BuildEventStreamProtos.TestResult.Builder.clearExecutionInfo().build_event_stream.TestResult.ExecutionInfo execution_info = 8;BuildEventStreamProtos.TestResult.Builder.clearStatus()The status of this test.BuildEventStreamProtos.TestResult.Builder.clearStatusDetails()Additional details about the status of the test.BuildEventStreamProtos.TestResult.Builder.clearTestActionOutput()Files (logs, test.xml, undeclared outputs, etc) generated by that test action.BuildEventStreamProtos.TestResult.Builder.clearTestAttemptDuration()Time the test took to run.BuildEventStreamProtos.TestResult.Builder.clearTestAttemptDurationMillis()Deprecated.build_event_stream.TestResult.test_attempt_duration_millis is deprecated.BuildEventStreamProtos.TestResult.Builder.clearTestAttemptStart()Time at which the test attempt was started.BuildEventStreamProtos.TestResult.Builder.clearTestAttemptStartMillisEpoch()Deprecated.build_event_stream.TestResult.test_attempt_start_millis_epoch is deprecated.BuildEventStreamProtos.TestResult.Builder.clearWarning()Warnings generated by that test action.BuildEventStreamProtos.BuildEvent.Builder.getTestResultBuilder().build_event_stream.TestResult test_result = 10;BuildEventStreamProtos.TestResult.Builder.mergeExecutionInfo(BuildEventStreamProtos.TestResult.ExecutionInfo value) .build_event_stream.TestResult.ExecutionInfo execution_info = 8;BuildEventStreamProtos.TestResult.Builder.mergeFrom(BuildEventStreamProtos.TestResult other) BuildEventStreamProtos.TestResult.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BuildEventStreamProtos.TestResult.Builder.mergeFrom(com.google.protobuf.Message other) BuildEventStreamProtos.TestResult.Builder.mergeTestAttemptDuration(com.google.protobuf.Duration value) Time the test took to run.BuildEventStreamProtos.TestResult.Builder.mergeTestAttemptStart(com.google.protobuf.Timestamp value) Time at which the test attempt was started.BuildEventStreamProtos.TestResult.newBuilder()BuildEventStreamProtos.TestResult.newBuilder(BuildEventStreamProtos.TestResult prototype) BuildEventStreamProtos.TestResult.newBuilderForType()BuildEventStreamProtos.TestResult.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) BuildEventStreamProtos.TestResult.Builder.removeTestActionOutput(int index) Files (logs, test.xml, undeclared outputs, etc) generated by that test action.BuildEventStreamProtos.TestResult.Builder.setCachedLocally(boolean value) True, if the reported attempt is taken from the tool's local cache.BuildEventStreamProtos.TestResult.Builder.setExecutionInfo(BuildEventStreamProtos.TestResult.ExecutionInfo value) .build_event_stream.TestResult.ExecutionInfo execution_info = 8;BuildEventStreamProtos.TestResult.Builder.setExecutionInfo(BuildEventStreamProtos.TestResult.ExecutionInfo.Builder builderForValue) .build_event_stream.TestResult.ExecutionInfo execution_info = 8;BuildEventStreamProtos.TestResult.Builder.setStatus(BuildEventStreamProtos.TestStatus value) The status of this test.BuildEventStreamProtos.TestResult.Builder.setStatusDetails(String value) Additional details about the status of the test.BuildEventStreamProtos.TestResult.Builder.setStatusDetailsBytes(com.google.protobuf.ByteString value) Additional details about the status of the test.BuildEventStreamProtos.TestResult.Builder.setStatusValue(int value) The status of this test.BuildEventStreamProtos.TestResult.Builder.setTestActionOutput(int index, BuildEventStreamProtos.File value) Files (logs, test.xml, undeclared outputs, etc) generated by that test action.BuildEventStreamProtos.TestResult.Builder.setTestActionOutput(int index, BuildEventStreamProtos.File.Builder builderForValue) Files (logs, test.xml, undeclared outputs, etc) generated by that test action.BuildEventStreamProtos.TestResult.Builder.setTestAttemptDuration(com.google.protobuf.Duration value) Time the test took to run.BuildEventStreamProtos.TestResult.Builder.setTestAttemptDuration(com.google.protobuf.Duration.Builder builderForValue) Time the test took to run.BuildEventStreamProtos.TestResult.Builder.setTestAttemptDurationMillis(long value) Deprecated.build_event_stream.TestResult.test_attempt_duration_millis is deprecated.BuildEventStreamProtos.TestResult.Builder.setTestAttemptStart(com.google.protobuf.Timestamp value) Time at which the test attempt was started.BuildEventStreamProtos.TestResult.Builder.setTestAttemptStart(com.google.protobuf.Timestamp.Builder builderForValue) Time at which the test attempt was started.BuildEventStreamProtos.TestResult.Builder.setTestAttemptStartMillisEpoch(long value) Deprecated.build_event_stream.TestResult.test_attempt_start_millis_epoch is deprecated.BuildEventStreamProtos.TestResult.Builder.setWarning(int index, String value) Warnings generated by that test action.BuildEventStreamProtos.TestResult.toBuilder()Methods in com.google.devtools.build.lib.buildeventstream with parameters of type BuildEventStreamProtos.TestResult.BuilderModifier and TypeMethodDescriptionBuildEventStreamProtos.BuildEvent.Builder.setTestResult(BuildEventStreamProtos.TestResult.Builder builderForValue) .build_event_stream.TestResult test_result = 10;