Uses of Interface
com.google.devtools.build.lib.buildeventstream.BuildEventStreamProtos.BuildEventId.TargetCompletedIdOrBuilder
-
Packages that use BuildEventStreamProtos.BuildEventId.TargetCompletedIdOrBuilder Package Description com.google.devtools.build.lib.buildeventstream -
-
Uses of BuildEventStreamProtos.BuildEventId.TargetCompletedIdOrBuilder in com.google.devtools.build.lib.buildeventstream
Classes in com.google.devtools.build.lib.buildeventstream that implement BuildEventStreamProtos.BuildEventId.TargetCompletedIdOrBuilder Modifier and Type Class Description static classBuildEventStreamProtos.BuildEventId.TargetCompletedIdIdentifier of an event indicating that a target was built completely; this does not include running the test if the target is a test target.static classBuildEventStreamProtos.BuildEventId.TargetCompletedId.BuilderIdentifier of an event indicating that a target was built completely; this does not include running the test if the target is a test target.Methods in com.google.devtools.build.lib.buildeventstream that return BuildEventStreamProtos.BuildEventId.TargetCompletedIdOrBuilder Modifier and Type Method Description BuildEventStreamProtos.BuildEventId.TargetCompletedIdOrBuilderBuildEventStreamProtos.BuildEventId.Builder. getTargetCompletedOrBuilder().build_event_stream.BuildEventId.TargetCompletedId target_completed = 5;BuildEventStreamProtos.BuildEventId.TargetCompletedIdOrBuilderBuildEventStreamProtos.BuildEventId. getTargetCompletedOrBuilder().build_event_stream.BuildEventId.TargetCompletedId target_completed = 5;BuildEventStreamProtos.BuildEventId.TargetCompletedIdOrBuilderBuildEventStreamProtos.BuildEventIdOrBuilder. getTargetCompletedOrBuilder().build_event_stream.BuildEventId.TargetCompletedId target_completed = 5;
-