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