Class BuildEventStreamProtos.ActionExecuted

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
com.google.devtools.build.lib.buildeventstream.BuildEventStreamProtos.ActionExecuted
All Implemented Interfaces:
BuildEventStreamProtos.ActionExecutedOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable
Enclosing class:
BuildEventStreamProtos

public static final class BuildEventStreamProtos.ActionExecuted extends com.google.protobuf.GeneratedMessage implements BuildEventStreamProtos.ActionExecutedOrBuilder
 Payload of the event indicating the completion of an action. The main purpose
 of posting those events is to provide details on the root cause for a target
 failing; however, consumers of the build-event protocol must not assume
 that only failed actions are posted.
 
Protobuf type build_event_stream.ActionExecuted
See Also: