Uses of Class
com.google.devtools.build.lib.query2.proto.proto2api.Build.Target.Builder
Packages that use Build.Target.Builder
-
Uses of Build.Target.Builder in com.google.devtools.build.lib.query2.proto.proto2api
Methods in com.google.devtools.build.lib.query2.proto.proto2api that return Build.Target.BuilderModifier and TypeMethodDescriptionBuild.QueryResult.Builder.addTargetBuilder()All of the targets returned by the blaze query.Build.QueryResult.Builder.addTargetBuilder(int index) All of the targets returned by the blaze query.Build.Target.Builder.clear()Build.Target.Builder.clearEnvironmentGroup()An environment group.Build.Target.Builder.clearGeneratedFile()A generated file that is the output of a rule.Build.Target.Builder.clearPackageGroup()A package group.Build.Target.Builder.clearRule()If this target represents a rule, the rule is stored here.Build.Target.Builder.clearSourceFile()A file that is not generated by the build system (version controlled or created by the test harness).Build.Target.Builder.clearType()The type of target contained in the message.Build.QueryResult.Builder.getTargetBuilder(int index) All of the targets returned by the blaze query.Build.Target.Builder.mergeEnvironmentGroup(Build.EnvironmentGroup value) An environment group.Build.Target.Builder.mergeFrom(Build.Target other) Build.Target.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Build.Target.Builder.mergeFrom(com.google.protobuf.Message other) Build.Target.Builder.mergeGeneratedFile(Build.GeneratedFile value) A generated file that is the output of a rule.Build.Target.Builder.mergePackageGroup(Build.PackageGroup value) A package group.Build.Target.Builder.mergeRule(Build.Rule value) If this target represents a rule, the rule is stored here.Build.Target.Builder.mergeSourceFile(Build.SourceFile value) A file that is not generated by the build system (version controlled or created by the test harness).static Build.Target.BuilderBuild.Target.newBuilder()static Build.Target.BuilderBuild.Target.newBuilder(Build.Target prototype) Build.Target.newBuilderForType()protected Build.Target.BuilderBuild.Target.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Build.Target.Builder.setEnvironmentGroup(Build.EnvironmentGroup value) An environment group.Build.Target.Builder.setEnvironmentGroup(Build.EnvironmentGroup.Builder builderForValue) An environment group.Build.Target.Builder.setGeneratedFile(Build.GeneratedFile value) A generated file that is the output of a rule.Build.Target.Builder.setGeneratedFile(Build.GeneratedFile.Builder builderForValue) A generated file that is the output of a rule.Build.Target.Builder.setPackageGroup(Build.PackageGroup value) A package group.Build.Target.Builder.setPackageGroup(Build.PackageGroup.Builder builderForValue) A package group.Build.Target.Builder.setRule(Build.Rule value) If this target represents a rule, the rule is stored here.Build.Target.Builder.setRule(Build.Rule.Builder builderForValue) If this target represents a rule, the rule is stored here.Build.Target.Builder.setSourceFile(Build.SourceFile value) A file that is not generated by the build system (version controlled or created by the test harness).Build.Target.Builder.setSourceFile(Build.SourceFile.Builder builderForValue) A file that is not generated by the build system (version controlled or created by the test harness).Build.Target.Builder.setType(Build.Target.Discriminator value) The type of target contained in the message.Build.Target.toBuilder()Methods in com.google.devtools.build.lib.query2.proto.proto2api that return types with arguments of type Build.Target.BuilderModifier and TypeMethodDescriptionBuild.QueryResult.Builder.getTargetBuilderList()All of the targets returned by the blaze query.Methods in com.google.devtools.build.lib.query2.proto.proto2api with parameters of type Build.Target.BuilderModifier and TypeMethodDescriptionBuild.QueryResult.Builder.addTarget(int index, Build.Target.Builder builderForValue) All of the targets returned by the blaze query.Build.QueryResult.Builder.addTarget(Build.Target.Builder builderForValue) All of the targets returned by the blaze query.Build.QueryResult.Builder.setTarget(int index, Build.Target.Builder builderForValue) All of the targets returned by the blaze query.