Uses of Interface
com.google.devtools.build.lib.buildeventstream.BuildEventStreamProtos.OutputGroupOrBuilder
-
Packages that use BuildEventStreamProtos.OutputGroupOrBuilder Package Description com.google.devtools.build.lib.buildeventstream -
-
Uses of BuildEventStreamProtos.OutputGroupOrBuilder in com.google.devtools.build.lib.buildeventstream
Classes in com.google.devtools.build.lib.buildeventstream that implement BuildEventStreamProtos.OutputGroupOrBuilder Modifier and Type Class Description static classBuildEventStreamProtos.OutputGroupCollection of all output files belonging to that output group.static classBuildEventStreamProtos.OutputGroup.BuilderCollection of all output files belonging to that output group.Methods in com.google.devtools.build.lib.buildeventstream that return BuildEventStreamProtos.OutputGroupOrBuilder Modifier and Type Method Description BuildEventStreamProtos.OutputGroupOrBuilderBuildEventStreamProtos.TargetComplete.Builder. getOutputGroupOrBuilder(int index)The output files are arranged by their output group.BuildEventStreamProtos.OutputGroupOrBuilderBuildEventStreamProtos.TargetComplete. getOutputGroupOrBuilder(int index)The output files are arranged by their output group.BuildEventStreamProtos.OutputGroupOrBuilderBuildEventStreamProtos.TargetCompleteOrBuilder. getOutputGroupOrBuilder(int index)The output files are arranged by their output group.Methods in com.google.devtools.build.lib.buildeventstream that return types with arguments of type BuildEventStreamProtos.OutputGroupOrBuilder Modifier and Type Method Description java.util.List<? extends BuildEventStreamProtos.OutputGroupOrBuilder>BuildEventStreamProtos.TargetComplete.Builder. getOutputGroupOrBuilderList()The output files are arranged by their output group.java.util.List<? extends BuildEventStreamProtos.OutputGroupOrBuilder>BuildEventStreamProtos.TargetComplete. getOutputGroupOrBuilderList()The output files are arranged by their output group.java.util.List<? extends BuildEventStreamProtos.OutputGroupOrBuilder>BuildEventStreamProtos.TargetCompleteOrBuilder. getOutputGroupOrBuilderList()The output files are arranged by their output group.
-