Uses of Class
com.google.devtools.build.lib.buildeventstream.BuildEventStreamProtos.File.Builder
Packages that use BuildEventStreamProtos.File.Builder
-
Uses of BuildEventStreamProtos.File.Builder in com.google.devtools.build.lib.buildeventstream
Methods in com.google.devtools.build.lib.buildeventstream that return BuildEventStreamProtos.File.BuilderModifier and TypeMethodDescriptionBuildEventStreamProtos.ActionExecuted.Builder.addActionMetadataLogsBuilder()List of paths to log filesBuildEventStreamProtos.ActionExecuted.Builder.addActionMetadataLogsBuilder(int index) List of paths to log filesBuildEventStreamProtos.File.Builder.addAllPathPrefix(Iterable<String> values) A sequence of prefixes to apply to the file name to construct a full path.BuildEventStreamProtos.TargetComplete.Builder.addDirectoryOutputBuilder()Report output artifacts (referenced transitively via output_group) which emit directories instead of singleton files.BuildEventStreamProtos.TargetComplete.Builder.addDirectoryOutputBuilder(int index) Report output artifacts (referenced transitively via output_group) which emit directories instead of singleton files.BuildEventStreamProtos.TestSummary.Builder.addFailedBuilder()Path to logs of failed runs;BuildEventStreamProtos.TestSummary.Builder.addFailedBuilder(int index) Path to logs of failed runs;BuildEventStreamProtos.NamedSetOfFiles.Builder.addFilesBuilder()Files that belong to this named set of files.BuildEventStreamProtos.NamedSetOfFiles.Builder.addFilesBuilder(int index) Files that belong to this named set of files.BuildEventStreamProtos.TargetComplete.Builder.addImportantOutputBuilder()Deprecated.BuildEventStreamProtos.TargetComplete.Builder.addImportantOutputBuilder(int index) Deprecated.BuildEventStreamProtos.OutputGroup.Builder.addInlineFilesBuilder()Inlined files that belong to this output group, requested via --experimental_build_event_output_group_mode.BuildEventStreamProtos.OutputGroup.Builder.addInlineFilesBuilder(int index) Inlined files that belong to this output group, requested via --experimental_build_event_output_group_mode.BuildEventStreamProtos.BuildToolLogs.Builder.addLogBuilder()repeated .build_event_stream.File log = 1;BuildEventStreamProtos.BuildToolLogs.Builder.addLogBuilder(int index) repeated .build_event_stream.File log = 1;BuildEventStreamProtos.TestSummary.Builder.addPassedBuilder()Path to logs of passed runs.BuildEventStreamProtos.TestSummary.Builder.addPassedBuilder(int index) Path to logs of passed runs.BuildEventStreamProtos.File.Builder.addPathPrefix(String value) A sequence of prefixes to apply to the file name to construct a full path.BuildEventStreamProtos.File.Builder.addPathPrefixBytes(com.google.protobuf.ByteString value) A sequence of prefixes to apply to the file name to construct a full path.BuildEventStreamProtos.TestResult.Builder.addTestActionOutputBuilder()Files (logs, test.xml, undeclared outputs, etc) generated by that test action.BuildEventStreamProtos.TestResult.Builder.addTestActionOutputBuilder(int index) Files (logs, test.xml, undeclared outputs, etc) generated by that test action.BuildEventStreamProtos.File.Builder.clear()BuildEventStreamProtos.File.Builder.clearContents()The contents of the file, if they are guaranteed to be short.BuildEventStreamProtos.File.Builder.clearDigest()Digest of the file, using the build tool's configured digest algorithm, hex-encoded.BuildEventStreamProtos.File.Builder.clearFile()BuildEventStreamProtos.File.Builder.clearLength()Length of the file in bytes.BuildEventStreamProtos.File.Builder.clearName()identifier indicating the nature of the file (e.g., "stdout", "stderr")BuildEventStreamProtos.File.Builder.clearPathPrefix()A sequence of prefixes to apply to the file name to construct a full path.BuildEventStreamProtos.File.Builder.clearSymlinkTargetPath()The symlink target path, if the file is an unresolved symlink.BuildEventStreamProtos.File.Builder.clearUri()A location where the contents of the file can be found.BuildEventStreamProtos.ActionExecuted.Builder.getActionMetadataLogsBuilder(int index) List of paths to log filesBuildEventStreamProtos.TargetComplete.Builder.getDirectoryOutputBuilder(int index) Report output artifacts (referenced transitively via output_group) which emit directories instead of singleton files.BuildEventStreamProtos.TestSummary.Builder.getFailedBuilder(int index) Path to logs of failed runs;BuildEventStreamProtos.NamedSetOfFiles.Builder.getFilesBuilder(int index) Files that belong to this named set of files.BuildEventStreamProtos.TargetComplete.Builder.getImportantOutputBuilder(int index) Deprecated.BuildEventStreamProtos.OutputGroup.Builder.getInlineFilesBuilder(int index) Inlined files that belong to this output group, requested via --experimental_build_event_output_group_mode.BuildEventStreamProtos.BuildToolLogs.Builder.getLogBuilder(int index) repeated .build_event_stream.File log = 1;BuildEventStreamProtos.TestSummary.Builder.getPassedBuilder(int index) Path to logs of passed runs.BuildEventStreamProtos.ActionExecuted.Builder.getPrimaryOutputBuilder()Primary output; only provided for successful actions.BuildEventStreamProtos.ActionExecuted.Builder.getStderrBuilder()Location where to find the standard error of the action (e.g., a file path).BuildEventStreamProtos.ActionExecuted.Builder.getStdoutBuilder()Location where to find the standard output of the action (e.g., a file path).BuildEventStreamProtos.TestResult.Builder.getTestActionOutputBuilder(int index) Files (logs, test.xml, undeclared outputs, etc) generated by that test action.BuildEventStreamProtos.File.Builder.mergeFrom(BuildEventStreamProtos.File other) BuildEventStreamProtos.File.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BuildEventStreamProtos.File.Builder.mergeFrom(com.google.protobuf.Message other) BuildEventStreamProtos.File.newBuilder()BuildEventStreamProtos.File.newBuilder(BuildEventStreamProtos.File prototype) BuildEventStreamProtos.File.newBuilderForType()protected BuildEventStreamProtos.File.BuilderBuildEventStreamProtos.File.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) BuildEventStreamProtos.File.Builder.setContents(com.google.protobuf.ByteString value) The contents of the file, if they are guaranteed to be short.Digest of the file, using the build tool's configured digest algorithm, hex-encoded.BuildEventStreamProtos.File.Builder.setDigestBytes(com.google.protobuf.ByteString value) Digest of the file, using the build tool's configured digest algorithm, hex-encoded.BuildEventStreamProtos.File.Builder.setLength(long value) Length of the file in bytes.identifier indicating the nature of the file (e.g., "stdout", "stderr")BuildEventStreamProtos.File.Builder.setNameBytes(com.google.protobuf.ByteString value) identifier indicating the nature of the file (e.g., "stdout", "stderr")BuildEventStreamProtos.File.Builder.setPathPrefix(int index, String value) A sequence of prefixes to apply to the file name to construct a full path.BuildEventStreamProtos.File.Builder.setSymlinkTargetPath(String value) The symlink target path, if the file is an unresolved symlink.BuildEventStreamProtos.File.Builder.setSymlinkTargetPathBytes(com.google.protobuf.ByteString value) The symlink target path, if the file is an unresolved symlink.A location where the contents of the file can be found.BuildEventStreamProtos.File.Builder.setUriBytes(com.google.protobuf.ByteString value) A location where the contents of the file can be found.BuildEventStreamProtos.File.toBuilder()Methods in com.google.devtools.build.lib.buildeventstream that return types with arguments of type BuildEventStreamProtos.File.BuilderModifier and TypeMethodDescriptionBuildEventStreamProtos.ActionExecuted.Builder.getActionMetadataLogsBuilderList()List of paths to log filesBuildEventStreamProtos.TargetComplete.Builder.getDirectoryOutputBuilderList()Report output artifacts (referenced transitively via output_group) which emit directories instead of singleton files.BuildEventStreamProtos.TestSummary.Builder.getFailedBuilderList()Path to logs of failed runs;BuildEventStreamProtos.NamedSetOfFiles.Builder.getFilesBuilderList()Files that belong to this named set of files.BuildEventStreamProtos.TargetComplete.Builder.getImportantOutputBuilderList()Deprecated.BuildEventStreamProtos.OutputGroup.Builder.getInlineFilesBuilderList()Inlined files that belong to this output group, requested via --experimental_build_event_output_group_mode.BuildEventStreamProtos.BuildToolLogs.Builder.getLogBuilderList()repeated .build_event_stream.File log = 1;BuildEventStreamProtos.TestSummary.Builder.getPassedBuilderList()Path to logs of passed runs.BuildEventStreamProtos.TestResult.Builder.getTestActionOutputBuilderList()Files (logs, test.xml, undeclared outputs, etc) generated by that test action.Methods in com.google.devtools.build.lib.buildeventstream with parameters of type BuildEventStreamProtos.File.BuilderModifier and TypeMethodDescriptionBuildEventStreamProtos.ActionExecuted.Builder.addActionMetadataLogs(int index, BuildEventStreamProtos.File.Builder builderForValue) List of paths to log filesBuildEventStreamProtos.ActionExecuted.Builder.addActionMetadataLogs(BuildEventStreamProtos.File.Builder builderForValue) List of paths to log filesBuildEventStreamProtos.TargetComplete.Builder.addDirectoryOutput(int index, BuildEventStreamProtos.File.Builder builderForValue) Report output artifacts (referenced transitively via output_group) which emit directories instead of singleton files.BuildEventStreamProtos.TargetComplete.Builder.addDirectoryOutput(BuildEventStreamProtos.File.Builder builderForValue) Report output artifacts (referenced transitively via output_group) which emit directories instead of singleton files.BuildEventStreamProtos.TestSummary.Builder.addFailed(int index, BuildEventStreamProtos.File.Builder builderForValue) Path to logs of failed runs;BuildEventStreamProtos.TestSummary.Builder.addFailed(BuildEventStreamProtos.File.Builder builderForValue) Path to logs of failed runs;BuildEventStreamProtos.NamedSetOfFiles.Builder.addFiles(int index, BuildEventStreamProtos.File.Builder builderForValue) Files that belong to this named set of files.BuildEventStreamProtos.NamedSetOfFiles.Builder.addFiles(BuildEventStreamProtos.File.Builder builderForValue) Files that belong to this named set of files.BuildEventStreamProtos.TargetComplete.Builder.addImportantOutput(int index, BuildEventStreamProtos.File.Builder builderForValue) Deprecated.BuildEventStreamProtos.TargetComplete.Builder.addImportantOutput(BuildEventStreamProtos.File.Builder builderForValue) Deprecated.BuildEventStreamProtos.OutputGroup.Builder.addInlineFiles(int index, BuildEventStreamProtos.File.Builder builderForValue) Inlined files that belong to this output group, requested via --experimental_build_event_output_group_mode.BuildEventStreamProtos.OutputGroup.Builder.addInlineFiles(BuildEventStreamProtos.File.Builder builderForValue) Inlined files that belong to this output group, requested via --experimental_build_event_output_group_mode.BuildEventStreamProtos.BuildToolLogs.Builder.addLog(int index, BuildEventStreamProtos.File.Builder builderForValue) repeated .build_event_stream.File log = 1;BuildEventStreamProtos.BuildToolLogs.Builder.addLog(BuildEventStreamProtos.File.Builder builderForValue) repeated .build_event_stream.File log = 1;BuildEventStreamProtos.TestSummary.Builder.addPassed(int index, BuildEventStreamProtos.File.Builder builderForValue) Path to logs of passed runs.BuildEventStreamProtos.TestSummary.Builder.addPassed(BuildEventStreamProtos.File.Builder builderForValue) Path to logs of passed runs.BuildEventStreamProtos.TestResult.Builder.addTestActionOutput(int index, BuildEventStreamProtos.File.Builder builderForValue) Files (logs, test.xml, undeclared outputs, etc) generated by that test action.BuildEventStreamProtos.TestResult.Builder.addTestActionOutput(BuildEventStreamProtos.File.Builder builderForValue) Files (logs, test.xml, undeclared outputs, etc) generated by that test action.BuildEventStreamProtos.ActionExecuted.Builder.setActionMetadataLogs(int index, BuildEventStreamProtos.File.Builder builderForValue) List of paths to log filesBuildEventStreamProtos.TargetComplete.Builder.setDirectoryOutput(int index, BuildEventStreamProtos.File.Builder builderForValue) Report output artifacts (referenced transitively via output_group) which emit directories instead of singleton files.BuildEventStreamProtos.TestSummary.Builder.setFailed(int index, BuildEventStreamProtos.File.Builder builderForValue) Path to logs of failed runs;BuildEventStreamProtos.NamedSetOfFiles.Builder.setFiles(int index, BuildEventStreamProtos.File.Builder builderForValue) Files that belong to this named set of files.BuildEventStreamProtos.TargetComplete.Builder.setImportantOutput(int index, BuildEventStreamProtos.File.Builder builderForValue) Deprecated.BuildEventStreamProtos.OutputGroup.Builder.setInlineFiles(int index, BuildEventStreamProtos.File.Builder builderForValue) Inlined files that belong to this output group, requested via --experimental_build_event_output_group_mode.BuildEventStreamProtos.BuildToolLogs.Builder.setLog(int index, BuildEventStreamProtos.File.Builder builderForValue) repeated .build_event_stream.File log = 1;BuildEventStreamProtos.TestSummary.Builder.setPassed(int index, BuildEventStreamProtos.File.Builder builderForValue) Path to logs of passed runs.BuildEventStreamProtos.ActionExecuted.Builder.setPrimaryOutput(BuildEventStreamProtos.File.Builder builderForValue) Primary output; only provided for successful actions.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.Builder builderForValue) Location where to find the standard output of the action (e.g., a file path).BuildEventStreamProtos.TestResult.Builder.setTestActionOutput(int index, BuildEventStreamProtos.File.Builder builderForValue) Files (logs, test.xml, undeclared outputs, etc) generated by that test action.