Uses of Class
com.google.devtools.build.lib.server.FailureDetails.Crash.Builder
Packages that use FailureDetails.Crash.Builder
-
Uses of FailureDetails.Crash.Builder in com.google.devtools.build.lib.server
Methods in com.google.devtools.build.lib.server that return FailureDetails.Crash.BuilderModifier and TypeMethodDescriptionFailureDetails.Crash.Builder.addAllCauses(Iterable<? extends FailureDetails.Throwable> values) The cause chain of the crash, with the outermost throwable first.FailureDetails.Crash.Builder.addCauses(int index, FailureDetails.Throwable value) The cause chain of the crash, with the outermost throwable first.FailureDetails.Crash.Builder.addCauses(int index, FailureDetails.Throwable.Builder builderForValue) The cause chain of the crash, with the outermost throwable first.FailureDetails.Crash.Builder.addCauses(FailureDetails.Throwable value) The cause chain of the crash, with the outermost throwable first.FailureDetails.Crash.Builder.addCauses(FailureDetails.Throwable.Builder builderForValue) The cause chain of the crash, with the outermost throwable first.FailureDetails.Crash.Builder.clear()FailureDetails.Crash.Builder.clearCauses()The cause chain of the crash, with the outermost throwable first.FailureDetails.Crash.Builder.clearCode().failure_details.Crash.Code code = 1;FailureDetails.Crash.Builder.clearOomDetectorOverride()True when the root cause of the crash was not an OutOfMemoryError, but CRASH_OOM was chosen because an OutOfMemoryError was detected prior to the crash.FailureDetails.FailureDetail.Builder.getCrashBuilder().failure_details.Crash crash = 108;FailureDetails.Crash.Builder.mergeFrom(FailureDetails.Crash other) FailureDetails.Crash.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) FailureDetails.Crash.Builder.mergeFrom(com.google.protobuf.Message other) static FailureDetails.Crash.BuilderFailureDetails.Crash.newBuilder()static FailureDetails.Crash.BuilderFailureDetails.Crash.newBuilder(FailureDetails.Crash prototype) FailureDetails.Crash.newBuilderForType()protected FailureDetails.Crash.BuilderFailureDetails.Crash.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) FailureDetails.Crash.Builder.removeCauses(int index) The cause chain of the crash, with the outermost throwable first.FailureDetails.Crash.Builder.setCauses(int index, FailureDetails.Throwable value) The cause chain of the crash, with the outermost throwable first.FailureDetails.Crash.Builder.setCauses(int index, FailureDetails.Throwable.Builder builderForValue) The cause chain of the crash, with the outermost throwable first.FailureDetails.Crash.Builder.setCode(FailureDetails.Crash.Code value) .failure_details.Crash.Code code = 1;FailureDetails.Crash.Builder.setCodeValue(int value) .failure_details.Crash.Code code = 1;FailureDetails.Crash.Builder.setOomDetectorOverride(boolean value) True when the root cause of the crash was not an OutOfMemoryError, but CRASH_OOM was chosen because an OutOfMemoryError was detected prior to the crash.FailureDetails.Crash.toBuilder()Methods in com.google.devtools.build.lib.server with parameters of type FailureDetails.Crash.BuilderModifier and TypeMethodDescriptionFailureDetails.FailureDetail.Builder.setCrash(FailureDetails.Crash.Builder builderForValue) .failure_details.Crash crash = 108;