Uses of Interface
com.google.devtools.build.lib.buildeventstream.BuildEventStreamProtos.BuildEventId.ActionCompletedIdOrBuilder
-
Packages that use BuildEventStreamProtos.BuildEventId.ActionCompletedIdOrBuilder Package Description com.google.devtools.build.lib.buildeventstream -
-
Uses of BuildEventStreamProtos.BuildEventId.ActionCompletedIdOrBuilder in com.google.devtools.build.lib.buildeventstream
Classes in com.google.devtools.build.lib.buildeventstream that implement BuildEventStreamProtos.BuildEventId.ActionCompletedIdOrBuilder Modifier and Type Class Description static classBuildEventStreamProtos.BuildEventId.ActionCompletedIdIdentifier of an event reporting that an action was completed (not all actions are reported, only the ones that can be considered important; this includes all failed actions).static classBuildEventStreamProtos.BuildEventId.ActionCompletedId.BuilderIdentifier of an event reporting that an action was completed (not all actions are reported, only the ones that can be considered important; this includes all failed actions).Methods in com.google.devtools.build.lib.buildeventstream that return BuildEventStreamProtos.BuildEventId.ActionCompletedIdOrBuilder Modifier and Type Method Description BuildEventStreamProtos.BuildEventId.ActionCompletedIdOrBuilderBuildEventStreamProtos.BuildEventId.Builder. getActionCompletedOrBuilder().build_event_stream.BuildEventId.ActionCompletedId action_completed = 6;BuildEventStreamProtos.BuildEventId.ActionCompletedIdOrBuilderBuildEventStreamProtos.BuildEventId. getActionCompletedOrBuilder().build_event_stream.BuildEventId.ActionCompletedId action_completed = 6;BuildEventStreamProtos.BuildEventId.ActionCompletedIdOrBuilderBuildEventStreamProtos.BuildEventIdOrBuilder. getActionCompletedOrBuilder().build_event_stream.BuildEventId.ActionCompletedId action_completed = 6;
-