Uses of Class
com.google.devtools.build.lib.buildeventstream.BuildEventStreamProtos.BuildEventId.TestResultId.Builder
Packages that use BuildEventStreamProtos.BuildEventId.TestResultId.Builder
-
Uses of BuildEventStreamProtos.BuildEventId.TestResultId.Builder in com.google.devtools.build.lib.buildeventstream
Methods in com.google.devtools.build.lib.buildeventstream that return BuildEventStreamProtos.BuildEventId.TestResultId.BuilderModifier and TypeMethodDescriptionBuildEventStreamProtos.BuildEventId.TestResultId.Builder.clear()BuildEventStreamProtos.BuildEventId.TestResultId.Builder.clearAttempt()int32 attempt = 4;BuildEventStreamProtos.BuildEventId.TestResultId.Builder.clearConfiguration().build_event_stream.BuildEventId.ConfigurationId configuration = 5;BuildEventStreamProtos.BuildEventId.TestResultId.Builder.clearLabel()string label = 1;BuildEventStreamProtos.BuildEventId.TestResultId.Builder.clearRun()int32 run = 2;BuildEventStreamProtos.BuildEventId.TestResultId.Builder.clearShard()int32 shard = 3;BuildEventStreamProtos.BuildEventId.Builder.getTestResultBuilder().build_event_stream.BuildEventId.TestResultId test_result = 8;BuildEventStreamProtos.BuildEventId.TestResultId.Builder.mergeConfiguration(BuildEventStreamProtos.BuildEventId.ConfigurationId value) .build_event_stream.BuildEventId.ConfigurationId configuration = 5;BuildEventStreamProtos.BuildEventId.TestResultId.Builder.mergeFrom(BuildEventStreamProtos.BuildEventId.TestResultId other) BuildEventStreamProtos.BuildEventId.TestResultId.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BuildEventStreamProtos.BuildEventId.TestResultId.Builder.mergeFrom(com.google.protobuf.Message other) BuildEventStreamProtos.BuildEventId.TestResultId.newBuilder()BuildEventStreamProtos.BuildEventId.TestResultId.newBuilder(BuildEventStreamProtos.BuildEventId.TestResultId prototype) BuildEventStreamProtos.BuildEventId.TestResultId.newBuilderForType()BuildEventStreamProtos.BuildEventId.TestResultId.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) BuildEventStreamProtos.BuildEventId.TestResultId.Builder.setAttempt(int value) int32 attempt = 4;BuildEventStreamProtos.BuildEventId.TestResultId.Builder.setConfiguration(BuildEventStreamProtos.BuildEventId.ConfigurationId value) .build_event_stream.BuildEventId.ConfigurationId configuration = 5;BuildEventStreamProtos.BuildEventId.TestResultId.Builder.setConfiguration(BuildEventStreamProtos.BuildEventId.ConfigurationId.Builder builderForValue) .build_event_stream.BuildEventId.ConfigurationId configuration = 5;string label = 1;BuildEventStreamProtos.BuildEventId.TestResultId.Builder.setLabelBytes(com.google.protobuf.ByteString value) string label = 1;BuildEventStreamProtos.BuildEventId.TestResultId.Builder.setRun(int value) int32 run = 2;BuildEventStreamProtos.BuildEventId.TestResultId.Builder.setShard(int value) int32 shard = 3;BuildEventStreamProtos.BuildEventId.TestResultId.toBuilder()Methods in com.google.devtools.build.lib.buildeventstream with parameters of type BuildEventStreamProtos.BuildEventId.TestResultId.BuilderModifier and TypeMethodDescriptionBuildEventStreamProtos.BuildEventId.Builder.setTestResult(BuildEventStreamProtos.BuildEventId.TestResultId.Builder builderForValue) .build_event_stream.BuildEventId.TestResultId test_result = 8;