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