Uses of Class
com.google.devtools.build.lib.buildeventstream.BuildEventStreamProtos.TestResult
Packages that use BuildEventStreamProtos.TestResult
-
Uses of BuildEventStreamProtos.TestResult in com.google.devtools.build.lib.buildeventstream
Methods in com.google.devtools.build.lib.buildeventstream that return BuildEventStreamProtos.TestResultModifier and TypeMethodDescriptionBuildEventStreamProtos.TestResult.Builder.build()BuildEventStreamProtos.TestResult.Builder.buildPartial()BuildEventStreamProtos.TestResult.getDefaultInstance()BuildEventStreamProtos.TestResult.Builder.getDefaultInstanceForType()BuildEventStreamProtos.TestResult.getDefaultInstanceForType()BuildEventStreamProtos.BuildEvent.Builder.getTestResult().build_event_stream.TestResult test_result = 10;BuildEventStreamProtos.BuildEvent.getTestResult().build_event_stream.TestResult test_result = 10;BuildEventStreamProtos.BuildEventOrBuilder.getTestResult().build_event_stream.TestResult test_result = 10;BuildEventStreamProtos.TestResult.parseDelimitedFrom(InputStream input) BuildEventStreamProtos.TestResult.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BuildEventStreamProtos.TestResult.parseFrom(byte[] data) BuildEventStreamProtos.TestResult.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BuildEventStreamProtos.TestResult.parseFrom(com.google.protobuf.ByteString data) BuildEventStreamProtos.TestResult.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BuildEventStreamProtos.TestResult.parseFrom(com.google.protobuf.CodedInputStream input) BuildEventStreamProtos.TestResult.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BuildEventStreamProtos.TestResult.parseFrom(InputStream input) BuildEventStreamProtos.TestResult.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BuildEventStreamProtos.TestResult.parseFrom(ByteBuffer data) BuildEventStreamProtos.TestResult.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.devtools.build.lib.buildeventstream that return types with arguments of type BuildEventStreamProtos.TestResultModifier and TypeMethodDescriptioncom.google.protobuf.Parser<BuildEventStreamProtos.TestResult>BuildEventStreamProtos.TestResult.getParserForType()static com.google.protobuf.Parser<BuildEventStreamProtos.TestResult>BuildEventStreamProtos.TestResult.parser()Methods in com.google.devtools.build.lib.buildeventstream with parameters of type BuildEventStreamProtos.TestResultModifier and TypeMethodDescriptionBuildEventStreamProtos.TestResult.Builder.mergeFrom(BuildEventStreamProtos.TestResult other) BuildEventStreamProtos.BuildEvent.Builder.mergeTestResult(BuildEventStreamProtos.TestResult value) .build_event_stream.TestResult test_result = 10;BuildEventStreamProtos.TestResult.newBuilder(BuildEventStreamProtos.TestResult prototype) BuildEventStreamProtos.BuildEvent.Builder.setTestResult(BuildEventStreamProtos.TestResult value) .build_event_stream.TestResult test_result = 10;