Uses of Class
com.google.devtools.build.lib.buildeventstream.BuildEventStreamProtos.ActionExecuted.Builder
Packages that use BuildEventStreamProtos.ActionExecuted.Builder
-
Uses of BuildEventStreamProtos.ActionExecuted.Builder in com.google.devtools.build.lib.buildeventstream
Methods in com.google.devtools.build.lib.buildeventstream that return BuildEventStreamProtos.ActionExecuted.BuilderModifier and TypeMethodDescriptionBuildEventStreamProtos.ActionExecuted.Builder.addActionMetadataLogs(int index, BuildEventStreamProtos.File value) List of paths to log filesBuildEventStreamProtos.ActionExecuted.Builder.addActionMetadataLogs(int index, BuildEventStreamProtos.File.Builder builderForValue) List of paths to log filesBuildEventStreamProtos.ActionExecuted.Builder.addActionMetadataLogs(BuildEventStreamProtos.File value) List of paths to log filesBuildEventStreamProtos.ActionExecuted.Builder.addActionMetadataLogs(BuildEventStreamProtos.File.Builder builderForValue) List of paths to log filesBuildEventStreamProtos.ActionExecuted.Builder.addAllActionMetadataLogs(Iterable<? extends BuildEventStreamProtos.File> values) List of paths to log filesBuildEventStreamProtos.ActionExecuted.Builder.addAllCommandLine(Iterable<String> values) The command-line of the action, if the action is a command.BuildEventStreamProtos.ActionExecuted.Builder.addAllStrategyDetails(Iterable<? extends com.google.protobuf.Any> values) Additional details about action execution supplied by strategies.BuildEventStreamProtos.ActionExecuted.Builder.addCommandLine(String value) The command-line of the action, if the action is a command.BuildEventStreamProtos.ActionExecuted.Builder.addCommandLineBytes(com.google.protobuf.ByteString value) The command-line of the action, if the action is a command.BuildEventStreamProtos.ActionExecuted.Builder.addStrategyDetails(int index, com.google.protobuf.Any value) Additional details about action execution supplied by strategies.BuildEventStreamProtos.ActionExecuted.Builder.addStrategyDetails(int index, com.google.protobuf.Any.Builder builderForValue) Additional details about action execution supplied by strategies.BuildEventStreamProtos.ActionExecuted.Builder.addStrategyDetails(com.google.protobuf.Any value) Additional details about action execution supplied by strategies.BuildEventStreamProtos.ActionExecuted.Builder.addStrategyDetails(com.google.protobuf.Any.Builder builderForValue) Additional details about action execution supplied by strategies.BuildEventStreamProtos.ActionExecuted.Builder.clear()BuildEventStreamProtos.ActionExecuted.Builder.clearActionMetadataLogs()List of paths to log filesBuildEventStreamProtos.ActionExecuted.Builder.clearCommandLine()The command-line of the action, if the action is a command.BuildEventStreamProtos.ActionExecuted.Builder.clearConfiguration()Deprecated.BuildEventStreamProtos.ActionExecuted.Builder.clearEndTime()End of action execution, after all attempted execution completes.BuildEventStreamProtos.ActionExecuted.Builder.clearExitCode()The exit code of the action, if it is available.BuildEventStreamProtos.ActionExecuted.Builder.clearFailureDetail()Only populated if success = false, and sometimes not even then.BuildEventStreamProtos.ActionExecuted.Builder.clearLabel()Deprecated.build_event_stream.ActionExecuted.label is deprecated.BuildEventStreamProtos.ActionExecuted.Builder.clearPrimaryOutput()Primary output; only provided for successful actions.BuildEventStreamProtos.ActionExecuted.Builder.clearStartTime()Start of action execution, before any attempted execution begins.BuildEventStreamProtos.ActionExecuted.Builder.clearStderr()Location where to find the standard error of the action (e.g., a file path).BuildEventStreamProtos.ActionExecuted.Builder.clearStdout()Location where to find the standard output of the action (e.g., a file path).BuildEventStreamProtos.ActionExecuted.Builder.clearStrategyDetails()Additional details about action execution supplied by strategies.BuildEventStreamProtos.ActionExecuted.Builder.clearSuccess()bool success = 1;BuildEventStreamProtos.ActionExecuted.Builder.clearType()The mnemonic of the action that was executedBuildEventStreamProtos.BuildEvent.Builder.getActionBuilder().build_event_stream.ActionExecuted action = 7;BuildEventStreamProtos.ActionExecuted.Builder.mergeConfiguration(BuildEventStreamProtos.BuildEventId.ConfigurationId value) Deprecated.BuildEventStreamProtos.ActionExecuted.Builder.mergeEndTime(com.google.protobuf.Timestamp value) End of action execution, after all attempted execution completes.BuildEventStreamProtos.ActionExecuted.Builder.mergeFailureDetail(FailureDetails.FailureDetail value) Only populated if success = false, and sometimes not even then.BuildEventStreamProtos.ActionExecuted.Builder.mergeFrom(BuildEventStreamProtos.ActionExecuted other) BuildEventStreamProtos.ActionExecuted.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BuildEventStreamProtos.ActionExecuted.Builder.mergeFrom(com.google.protobuf.Message other) BuildEventStreamProtos.ActionExecuted.Builder.mergePrimaryOutput(BuildEventStreamProtos.File value) Primary output; only provided for successful actions.BuildEventStreamProtos.ActionExecuted.Builder.mergeStartTime(com.google.protobuf.Timestamp value) Start of action execution, before any attempted execution begins.BuildEventStreamProtos.ActionExecuted.Builder.mergeStderr(BuildEventStreamProtos.File value) Location where to find the standard error of the action (e.g., a file path).BuildEventStreamProtos.ActionExecuted.Builder.mergeStdout(BuildEventStreamProtos.File value) Location where to find the standard output of the action (e.g., a file path).BuildEventStreamProtos.ActionExecuted.newBuilder()BuildEventStreamProtos.ActionExecuted.newBuilder(BuildEventStreamProtos.ActionExecuted prototype) BuildEventStreamProtos.ActionExecuted.newBuilderForType()BuildEventStreamProtos.ActionExecuted.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) BuildEventStreamProtos.ActionExecuted.Builder.removeActionMetadataLogs(int index) List of paths to log filesBuildEventStreamProtos.ActionExecuted.Builder.removeStrategyDetails(int index) Additional details about action execution supplied by strategies.BuildEventStreamProtos.ActionExecuted.Builder.setActionMetadataLogs(int index, BuildEventStreamProtos.File value) List of paths to log filesBuildEventStreamProtos.ActionExecuted.Builder.setActionMetadataLogs(int index, BuildEventStreamProtos.File.Builder builderForValue) List of paths to log filesBuildEventStreamProtos.ActionExecuted.Builder.setCommandLine(int index, String value) The command-line of the action, if the action is a command.BuildEventStreamProtos.ActionExecuted.Builder.setConfiguration(BuildEventStreamProtos.BuildEventId.ConfigurationId value) Deprecated.BuildEventStreamProtos.ActionExecuted.Builder.setConfiguration(BuildEventStreamProtos.BuildEventId.ConfigurationId.Builder builderForValue) Deprecated.BuildEventStreamProtos.ActionExecuted.Builder.setEndTime(com.google.protobuf.Timestamp value) End of action execution, after all attempted execution completes.BuildEventStreamProtos.ActionExecuted.Builder.setEndTime(com.google.protobuf.Timestamp.Builder builderForValue) End of action execution, after all attempted execution completes.BuildEventStreamProtos.ActionExecuted.Builder.setExitCode(int value) The exit code of the action, if it is available.BuildEventStreamProtos.ActionExecuted.Builder.setFailureDetail(FailureDetails.FailureDetail value) Only populated if success = false, and sometimes not even then.BuildEventStreamProtos.ActionExecuted.Builder.setFailureDetail(FailureDetails.FailureDetail.Builder builderForValue) Only populated if success = false, and sometimes not even then.Deprecated.build_event_stream.ActionExecuted.label is deprecated.BuildEventStreamProtos.ActionExecuted.Builder.setLabelBytes(com.google.protobuf.ByteString value) Deprecated.build_event_stream.ActionExecuted.label is deprecated.BuildEventStreamProtos.ActionExecuted.Builder.setPrimaryOutput(BuildEventStreamProtos.File value) Primary output; only provided for successful actions.BuildEventStreamProtos.ActionExecuted.Builder.setPrimaryOutput(BuildEventStreamProtos.File.Builder builderForValue) Primary output; only provided for successful actions.BuildEventStreamProtos.ActionExecuted.Builder.setStartTime(com.google.protobuf.Timestamp value) Start of action execution, before any attempted execution begins.BuildEventStreamProtos.ActionExecuted.Builder.setStartTime(com.google.protobuf.Timestamp.Builder builderForValue) Start of action execution, before any attempted execution begins.BuildEventStreamProtos.ActionExecuted.Builder.setStderr(BuildEventStreamProtos.File value) Location where to find the standard error of the action (e.g., a file path).BuildEventStreamProtos.ActionExecuted.Builder.setStderr(BuildEventStreamProtos.File.Builder builderForValue) Location where to find the standard error of the action (e.g., a file path).BuildEventStreamProtos.ActionExecuted.Builder.setStdout(BuildEventStreamProtos.File value) Location where to find the standard output of the action (e.g., a file path).BuildEventStreamProtos.ActionExecuted.Builder.setStdout(BuildEventStreamProtos.File.Builder builderForValue) Location where to find the standard output of the action (e.g., a file path).BuildEventStreamProtos.ActionExecuted.Builder.setStrategyDetails(int index, com.google.protobuf.Any value) Additional details about action execution supplied by strategies.BuildEventStreamProtos.ActionExecuted.Builder.setStrategyDetails(int index, com.google.protobuf.Any.Builder builderForValue) Additional details about action execution supplied by strategies.BuildEventStreamProtos.ActionExecuted.Builder.setSuccess(boolean value) bool success = 1;The mnemonic of the action that was executedBuildEventStreamProtos.ActionExecuted.Builder.setTypeBytes(com.google.protobuf.ByteString value) The mnemonic of the action that was executedBuildEventStreamProtos.ActionExecuted.toBuilder()Methods in com.google.devtools.build.lib.buildeventstream with parameters of type BuildEventStreamProtos.ActionExecuted.BuilderModifier and TypeMethodDescriptionBuildEventStreamProtos.BuildEvent.Builder.setAction(BuildEventStreamProtos.ActionExecuted.Builder builderForValue) .build_event_stream.ActionExecuted action = 7;