Uses of Class
com.google.devtools.build.lib.buildeventstream.BuildEventStreamProtos.BuildEventId.TestSummaryId.Builder
Packages that use BuildEventStreamProtos.BuildEventId.TestSummaryId.Builder
-
Uses of BuildEventStreamProtos.BuildEventId.TestSummaryId.Builder in com.google.devtools.build.lib.buildeventstream
Methods in com.google.devtools.build.lib.buildeventstream that return BuildEventStreamProtos.BuildEventId.TestSummaryId.BuilderModifier and TypeMethodDescriptionBuildEventStreamProtos.BuildEventId.TestSummaryId.Builder.clear()BuildEventStreamProtos.BuildEventId.TestSummaryId.Builder.clearConfiguration().build_event_stream.BuildEventId.ConfigurationId configuration = 2;BuildEventStreamProtos.BuildEventId.TestSummaryId.Builder.clearLabel()string label = 1;BuildEventStreamProtos.BuildEventId.Builder.getTestSummaryBuilder().build_event_stream.BuildEventId.TestSummaryId test_summary = 7;BuildEventStreamProtos.BuildEventId.TestSummaryId.Builder.mergeConfiguration(BuildEventStreamProtos.BuildEventId.ConfigurationId value) .build_event_stream.BuildEventId.ConfigurationId configuration = 2;BuildEventStreamProtos.BuildEventId.TestSummaryId.Builder.mergeFrom(BuildEventStreamProtos.BuildEventId.TestSummaryId other) BuildEventStreamProtos.BuildEventId.TestSummaryId.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BuildEventStreamProtos.BuildEventId.TestSummaryId.Builder.mergeFrom(com.google.protobuf.Message other) BuildEventStreamProtos.BuildEventId.TestSummaryId.newBuilder()BuildEventStreamProtos.BuildEventId.TestSummaryId.newBuilder(BuildEventStreamProtos.BuildEventId.TestSummaryId prototype) BuildEventStreamProtos.BuildEventId.TestSummaryId.newBuilderForType()BuildEventStreamProtos.BuildEventId.TestSummaryId.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) BuildEventStreamProtos.BuildEventId.TestSummaryId.Builder.setConfiguration(BuildEventStreamProtos.BuildEventId.ConfigurationId value) .build_event_stream.BuildEventId.ConfigurationId configuration = 2;BuildEventStreamProtos.BuildEventId.TestSummaryId.Builder.setConfiguration(BuildEventStreamProtos.BuildEventId.ConfigurationId.Builder builderForValue) .build_event_stream.BuildEventId.ConfigurationId configuration = 2;string label = 1;BuildEventStreamProtos.BuildEventId.TestSummaryId.Builder.setLabelBytes(com.google.protobuf.ByteString value) string label = 1;BuildEventStreamProtos.BuildEventId.TestSummaryId.toBuilder()Methods in com.google.devtools.build.lib.buildeventstream with parameters of type BuildEventStreamProtos.BuildEventId.TestSummaryId.BuilderModifier and TypeMethodDescriptionBuildEventStreamProtos.BuildEventId.Builder.setTestSummary(BuildEventStreamProtos.BuildEventId.TestSummaryId.Builder builderForValue) .build_event_stream.BuildEventId.TestSummaryId test_summary = 7;