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