Uses of Class
com.google.devtools.build.lib.query2.proto.proto2api.Build.EnvironmentGroup.Builder
Packages that use Build.EnvironmentGroup.Builder
-
Uses of Build.EnvironmentGroup.Builder in com.google.devtools.build.lib.query2.proto.proto2api
Methods in com.google.devtools.build.lib.query2.proto.proto2api that return Build.EnvironmentGroup.BuilderModifier and TypeMethodDescriptionBuild.EnvironmentGroup.Builder.addAllDefault(Iterable<String> values) The member environments that rules implicitly support if not otherwise specified.Build.EnvironmentGroup.Builder.addAllEnvironment(Iterable<String> values) The environments that belong to this group (as labels).Build.EnvironmentGroup.Builder.addDefault(String value) The member environments that rules implicitly support if not otherwise specified.Build.EnvironmentGroup.Builder.addDefaultBytes(com.google.protobuf.ByteString value) The member environments that rules implicitly support if not otherwise specified.Build.EnvironmentGroup.Builder.addEnvironment(String value) The environments that belong to this group (as labels).Build.EnvironmentGroup.Builder.addEnvironmentBytes(com.google.protobuf.ByteString value) The environments that belong to this group (as labels).Build.EnvironmentGroup.Builder.clear()Build.EnvironmentGroup.Builder.clearDefault()The member environments that rules implicitly support if not otherwise specified.Build.EnvironmentGroup.Builder.clearEnvironment()The environments that belong to this group (as labels).Build.EnvironmentGroup.Builder.clearName()The name of the environment group.Build.Target.Builder.getEnvironmentGroupBuilder()An environment group.Build.EnvironmentGroup.Builder.mergeFrom(Build.EnvironmentGroup other) Build.EnvironmentGroup.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Build.EnvironmentGroup.Builder.mergeFrom(com.google.protobuf.Message other) Build.EnvironmentGroup.newBuilder()Build.EnvironmentGroup.newBuilder(Build.EnvironmentGroup prototype) Build.EnvironmentGroup.newBuilderForType()protected Build.EnvironmentGroup.BuilderBuild.EnvironmentGroup.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Build.EnvironmentGroup.Builder.setDefault(int index, String value) The member environments that rules implicitly support if not otherwise specified.Build.EnvironmentGroup.Builder.setEnvironment(int index, String value) The environments that belong to this group (as labels).The name of the environment group.Build.EnvironmentGroup.Builder.setNameBytes(com.google.protobuf.ByteString value) The name of the environment group.Build.EnvironmentGroup.toBuilder()Methods in com.google.devtools.build.lib.query2.proto.proto2api with parameters of type Build.EnvironmentGroup.BuilderModifier and TypeMethodDescriptionBuild.Target.Builder.setEnvironmentGroup(Build.EnvironmentGroup.Builder builderForValue) An environment group.