Uses of Class
com.google.devtools.build.lib.view.proto.Deps.Dependencies.Builder
Packages that use Deps.Dependencies.Builder
-
Uses of Deps.Dependencies.Builder in com.google.devtools.build.lib.view.proto
Methods in com.google.devtools.build.lib.view.proto that return Deps.Dependencies.BuilderModifier and TypeMethodDescriptionDeps.Dependencies.Builder.addAllContainedPackage(Iterable<String> values) Packages contained in the output jar, sorted alphabetically.Deps.Dependencies.Builder.addAllDependency(Iterable<? extends Deps.Dependency> values) repeated .blaze_deps.Dependency dependency = 1;Deps.Dependencies.Builder.addContainedPackage(String value) Packages contained in the output jar, sorted alphabetically.Deps.Dependencies.Builder.addContainedPackageBytes(com.google.protobuf.ByteString value) Packages contained in the output jar, sorted alphabetically.Deps.Dependencies.Builder.addDependency(int index, Deps.Dependency value) repeated .blaze_deps.Dependency dependency = 1;Deps.Dependencies.Builder.addDependency(int index, Deps.Dependency.Builder builderForValue) repeated .blaze_deps.Dependency dependency = 1;Deps.Dependencies.Builder.addDependency(Deps.Dependency value) repeated .blaze_deps.Dependency dependency = 1;Deps.Dependencies.Builder.addDependency(Deps.Dependency.Builder builderForValue) repeated .blaze_deps.Dependency dependency = 1;Deps.Dependencies.Builder.clear()Deps.Dependencies.Builder.clearContainedPackage()Packages contained in the output jar, sorted alphabetically.Deps.Dependencies.Builder.clearDependency()repeated .blaze_deps.Dependency dependency = 1;Deps.Dependencies.Builder.clearRequiresReducedClasspathFallback()If the Java action was started with a reduced classpath and an error occurred suggesting that it should be rerun with the full classpath, this will be true.Deps.Dependencies.Builder.clearRuleLabel()Name of the rule being analyzed.Deps.Dependencies.Builder.clearSuccess()Whether the action was successful; even when compilation fails, partial dependency information can be useful.Deps.Dependencies.Builder.mergeFrom(Deps.Dependencies other) Deps.Dependencies.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Deps.Dependencies.Builder.mergeFrom(com.google.protobuf.Message other) static Deps.Dependencies.BuilderDeps.Dependencies.newBuilder()static Deps.Dependencies.BuilderDeps.Dependencies.newBuilder(Deps.Dependencies prototype) Deps.Dependencies.newBuilderForType()protected Deps.Dependencies.BuilderDeps.Dependencies.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Deps.Dependencies.Builder.removeDependency(int index) repeated .blaze_deps.Dependency dependency = 1;Deps.Dependencies.Builder.setContainedPackage(int index, String value) Packages contained in the output jar, sorted alphabetically.Deps.Dependencies.Builder.setDependency(int index, Deps.Dependency value) repeated .blaze_deps.Dependency dependency = 1;Deps.Dependencies.Builder.setDependency(int index, Deps.Dependency.Builder builderForValue) repeated .blaze_deps.Dependency dependency = 1;Deps.Dependencies.Builder.setRequiresReducedClasspathFallback(boolean value) If the Java action was started with a reduced classpath and an error occurred suggesting that it should be rerun with the full classpath, this will be true.Deps.Dependencies.Builder.setRuleLabel(String value) Name of the rule being analyzed.Deps.Dependencies.Builder.setRuleLabelBytes(com.google.protobuf.ByteString value) Name of the rule being analyzed.Deps.Dependencies.Builder.setSuccess(boolean value) Whether the action was successful; even when compilation fails, partial dependency information can be useful.Deps.Dependencies.toBuilder()