Uses of Class
com.google.devtools.build.lib.buildeventstream.BuildEventStreamProtos.OutputGroup.Builder
Packages that use BuildEventStreamProtos.OutputGroup.Builder
-
Uses of BuildEventStreamProtos.OutputGroup.Builder in com.google.devtools.build.lib.buildeventstream
Methods in com.google.devtools.build.lib.buildeventstream that return BuildEventStreamProtos.OutputGroup.BuilderModifier and TypeMethodDescriptionBuildEventStreamProtos.OutputGroup.Builder.addAllFileSets(Iterable<? extends BuildEventStreamProtos.BuildEventId.NamedSetOfFilesId> values) List of file sets that belong to this output group as well.BuildEventStreamProtos.OutputGroup.Builder.addAllInlineFiles(Iterable<? extends BuildEventStreamProtos.File> values) Inlined files that belong to this output group, requested via --experimental_build_event_output_group_mode.BuildEventStreamProtos.OutputGroup.Builder.addFileSets(int index, BuildEventStreamProtos.BuildEventId.NamedSetOfFilesId value) List of file sets that belong to this output group as well.BuildEventStreamProtos.OutputGroup.Builder.addFileSets(int index, BuildEventStreamProtos.BuildEventId.NamedSetOfFilesId.Builder builderForValue) List of file sets that belong to this output group as well.BuildEventStreamProtos.OutputGroup.Builder.addFileSets(BuildEventStreamProtos.BuildEventId.NamedSetOfFilesId value) List of file sets that belong to this output group as well.BuildEventStreamProtos.OutputGroup.Builder.addFileSets(BuildEventStreamProtos.BuildEventId.NamedSetOfFilesId.Builder builderForValue) List of file sets that belong to this output group as well.BuildEventStreamProtos.OutputGroup.Builder.addInlineFiles(int index, BuildEventStreamProtos.File value) Inlined files that belong to this output group, requested via --experimental_build_event_output_group_mode.BuildEventStreamProtos.OutputGroup.Builder.addInlineFiles(int index, BuildEventStreamProtos.File.Builder builderForValue) Inlined files that belong to this output group, requested via --experimental_build_event_output_group_mode.BuildEventStreamProtos.OutputGroup.Builder.addInlineFiles(BuildEventStreamProtos.File value) Inlined files that belong to this output group, requested via --experimental_build_event_output_group_mode.BuildEventStreamProtos.OutputGroup.Builder.addInlineFiles(BuildEventStreamProtos.File.Builder builderForValue) Inlined files that belong to this output group, requested via --experimental_build_event_output_group_mode.BuildEventStreamProtos.TargetComplete.Builder.addOutputGroupBuilder()The output files are arranged by their output group.BuildEventStreamProtos.TargetComplete.Builder.addOutputGroupBuilder(int index) The output files are arranged by their output group.BuildEventStreamProtos.OutputGroup.Builder.clear()BuildEventStreamProtos.OutputGroup.Builder.clearFileSets()List of file sets that belong to this output group as well.BuildEventStreamProtos.OutputGroup.Builder.clearIncomplete()Indicates that one or more of the output group's files were not built successfully (the generating action failed).BuildEventStreamProtos.OutputGroup.Builder.clearInlineFiles()Inlined files that belong to this output group, requested via --experimental_build_event_output_group_mode.BuildEventStreamProtos.OutputGroup.Builder.clearName()Name of the output groupBuildEventStreamProtos.TargetComplete.Builder.getOutputGroupBuilder(int index) The output files are arranged by their output group.BuildEventStreamProtos.OutputGroup.Builder.mergeFrom(BuildEventStreamProtos.OutputGroup other) BuildEventStreamProtos.OutputGroup.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BuildEventStreamProtos.OutputGroup.Builder.mergeFrom(com.google.protobuf.Message other) BuildEventStreamProtos.OutputGroup.newBuilder()BuildEventStreamProtos.OutputGroup.newBuilder(BuildEventStreamProtos.OutputGroup prototype) BuildEventStreamProtos.OutputGroup.newBuilderForType()BuildEventStreamProtos.OutputGroup.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) BuildEventStreamProtos.OutputGroup.Builder.removeFileSets(int index) List of file sets that belong to this output group as well.BuildEventStreamProtos.OutputGroup.Builder.removeInlineFiles(int index) Inlined files that belong to this output group, requested via --experimental_build_event_output_group_mode.BuildEventStreamProtos.OutputGroup.Builder.setFileSets(int index, BuildEventStreamProtos.BuildEventId.NamedSetOfFilesId value) List of file sets that belong to this output group as well.BuildEventStreamProtos.OutputGroup.Builder.setFileSets(int index, BuildEventStreamProtos.BuildEventId.NamedSetOfFilesId.Builder builderForValue) List of file sets that belong to this output group as well.BuildEventStreamProtos.OutputGroup.Builder.setIncomplete(boolean value) Indicates that one or more of the output group's files were not built successfully (the generating action failed).BuildEventStreamProtos.OutputGroup.Builder.setInlineFiles(int index, BuildEventStreamProtos.File value) Inlined files that belong to this output group, requested via --experimental_build_event_output_group_mode.BuildEventStreamProtos.OutputGroup.Builder.setInlineFiles(int index, BuildEventStreamProtos.File.Builder builderForValue) Inlined files that belong to this output group, requested via --experimental_build_event_output_group_mode.Name of the output groupBuildEventStreamProtos.OutputGroup.Builder.setNameBytes(com.google.protobuf.ByteString value) Name of the output groupBuildEventStreamProtos.OutputGroup.toBuilder()Methods in com.google.devtools.build.lib.buildeventstream that return types with arguments of type BuildEventStreamProtos.OutputGroup.BuilderModifier and TypeMethodDescriptionBuildEventStreamProtos.TargetComplete.Builder.getOutputGroupBuilderList()The output files are arranged by their output group.Methods in com.google.devtools.build.lib.buildeventstream with parameters of type BuildEventStreamProtos.OutputGroup.BuilderModifier and TypeMethodDescriptionBuildEventStreamProtos.TargetComplete.Builder.addOutputGroup(int index, BuildEventStreamProtos.OutputGroup.Builder builderForValue) The output files are arranged by their output group.BuildEventStreamProtos.TargetComplete.Builder.addOutputGroup(BuildEventStreamProtos.OutputGroup.Builder builderForValue) The output files are arranged by their output group.BuildEventStreamProtos.TargetComplete.Builder.setOutputGroup(int index, BuildEventStreamProtos.OutputGroup.Builder builderForValue) The output files are arranged by their output group.