Uses of Class
com.google.devtools.build.lib.server.FailureDetails.DumpCommand.Builder
Packages that use FailureDetails.DumpCommand.Builder
-
Uses of FailureDetails.DumpCommand.Builder in com.google.devtools.build.lib.server
Methods in com.google.devtools.build.lib.server that return FailureDetails.DumpCommand.BuilderModifier and TypeMethodDescriptionFailureDetails.DumpCommand.Builder.clear()FailureDetails.DumpCommand.Builder.clearCode().failure_details.DumpCommand.Code code = 1;FailureDetails.FailureDetail.Builder.getDumpCommandBuilder().failure_details.DumpCommand dump_command = 147;FailureDetails.DumpCommand.Builder.mergeFrom(FailureDetails.DumpCommand other) FailureDetails.DumpCommand.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) FailureDetails.DumpCommand.Builder.mergeFrom(com.google.protobuf.Message other) FailureDetails.DumpCommand.newBuilder()FailureDetails.DumpCommand.newBuilder(FailureDetails.DumpCommand prototype) FailureDetails.DumpCommand.newBuilderForType()protected FailureDetails.DumpCommand.BuilderFailureDetails.DumpCommand.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) FailureDetails.DumpCommand.Builder.setCode(FailureDetails.DumpCommand.Code value) .failure_details.DumpCommand.Code code = 1;FailureDetails.DumpCommand.Builder.setCodeValue(int value) .failure_details.DumpCommand.Code code = 1;FailureDetails.DumpCommand.toBuilder()Methods in com.google.devtools.build.lib.server with parameters of type FailureDetails.DumpCommand.BuilderModifier and TypeMethodDescriptionFailureDetails.FailureDetail.Builder.setDumpCommand(FailureDetails.DumpCommand.Builder builderForValue) .failure_details.DumpCommand dump_command = 147;