Uses of Class
com.google.devtools.build.lib.runtime.proto.CommandLineOuterClass.CommandLine.Builder
Packages that use CommandLineOuterClass.CommandLine.Builder
Package
Description
-
Uses of CommandLineOuterClass.CommandLine.Builder in com.google.devtools.build.lib.buildeventstream
Methods in com.google.devtools.build.lib.buildeventstream that return CommandLineOuterClass.CommandLine.BuilderModifier and TypeMethodDescriptionBuildEventStreamProtos.BuildEvent.Builder.getStructuredCommandLineBuilder().command_line.CommandLine structured_command_line = 22;Methods in com.google.devtools.build.lib.buildeventstream with parameters of type CommandLineOuterClass.CommandLine.BuilderModifier and TypeMethodDescriptionBuildEventStreamProtos.BuildEvent.Builder.setStructuredCommandLine(CommandLineOuterClass.CommandLine.Builder builderForValue) .command_line.CommandLine structured_command_line = 22; -
Uses of CommandLineOuterClass.CommandLine.Builder in com.google.devtools.build.lib.runtime.proto
Methods in com.google.devtools.build.lib.runtime.proto that return CommandLineOuterClass.CommandLine.BuilderModifier and TypeMethodDescriptionCommandLineOuterClass.CommandLine.Builder.addAllSections(Iterable<? extends CommandLineOuterClass.CommandLineSection> values) A Bazel command line is made of distinct parts.CommandLineOuterClass.CommandLine.Builder.addSections(int index, CommandLineOuterClass.CommandLineSection value) A Bazel command line is made of distinct parts.CommandLineOuterClass.CommandLine.Builder.addSections(int index, CommandLineOuterClass.CommandLineSection.Builder builderForValue) A Bazel command line is made of distinct parts.CommandLineOuterClass.CommandLine.Builder.addSections(CommandLineOuterClass.CommandLineSection value) A Bazel command line is made of distinct parts.CommandLineOuterClass.CommandLine.Builder.addSections(CommandLineOuterClass.CommandLineSection.Builder builderForValue) A Bazel command line is made of distinct parts.CommandLineOuterClass.CommandLine.Builder.clear()CommandLineOuterClass.CommandLine.Builder.clearCommandLineLabel()A title for this command line value, to differentiate it from others.CommandLineOuterClass.CommandLine.Builder.clearSections()A Bazel command line is made of distinct parts.CommandLineOuterClass.CommandLine.Builder.mergeFrom(CommandLineOuterClass.CommandLine other) CommandLineOuterClass.CommandLine.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CommandLineOuterClass.CommandLine.Builder.mergeFrom(com.google.protobuf.Message other) CommandLineOuterClass.CommandLine.newBuilder()CommandLineOuterClass.CommandLine.newBuilder(CommandLineOuterClass.CommandLine prototype) CommandLineOuterClass.CommandLine.newBuilderForType()CommandLineOuterClass.CommandLine.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) CommandLineOuterClass.CommandLine.Builder.removeSections(int index) A Bazel command line is made of distinct parts.CommandLineOuterClass.CommandLine.Builder.setCommandLineLabel(String value) A title for this command line value, to differentiate it from others.CommandLineOuterClass.CommandLine.Builder.setCommandLineLabelBytes(com.google.protobuf.ByteString value) A title for this command line value, to differentiate it from others.CommandLineOuterClass.CommandLine.Builder.setSections(int index, CommandLineOuterClass.CommandLineSection value) A Bazel command line is made of distinct parts.CommandLineOuterClass.CommandLine.Builder.setSections(int index, CommandLineOuterClass.CommandLineSection.Builder builderForValue) A Bazel command line is made of distinct parts.CommandLineOuterClass.CommandLine.toBuilder()