Uses of Class
com.google.devtools.build.lib.server.FailureDetails.Throwable.Builder
Packages that use FailureDetails.Throwable.Builder
-
Uses of FailureDetails.Throwable.Builder in com.google.devtools.build.lib.server
Methods in com.google.devtools.build.lib.server that return FailureDetails.Throwable.BuilderModifier and TypeMethodDescriptionFailureDetails.Throwable.Builder.addAllStackTrace(Iterable<String> values) The result of calling toString on the deepest (i.e.FailureDetails.Crash.Builder.addCausesBuilder()The cause chain of the crash, with the outermost throwable first.FailureDetails.Crash.Builder.addCausesBuilder(int index) The cause chain of the crash, with the outermost throwable first.FailureDetails.Throwable.Builder.addStackTrace(String value) The result of calling toString on the deepest (i.e.FailureDetails.Throwable.Builder.addStackTraceBytes(com.google.protobuf.ByteString value) The result of calling toString on the deepest (i.e.FailureDetails.Throwable.Builder.clear()FailureDetails.Throwable.Builder.clearMessage()The throwable's message.FailureDetails.Throwable.Builder.clearStackTrace()The result of calling toString on the deepest (i.e.FailureDetails.Throwable.Builder.clearThrowableClass()The class name of the java.lang.Throwable.FailureDetails.Crash.Builder.getCausesBuilder(int index) The cause chain of the crash, with the outermost throwable first.FailureDetails.Throwable.Builder.mergeFrom(FailureDetails.Throwable other) FailureDetails.Throwable.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) FailureDetails.Throwable.Builder.mergeFrom(com.google.protobuf.Message other) FailureDetails.Throwable.newBuilder()FailureDetails.Throwable.newBuilder(FailureDetails.Throwable prototype) FailureDetails.Throwable.newBuilderForType()protected FailureDetails.Throwable.BuilderFailureDetails.Throwable.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) FailureDetails.Throwable.Builder.setMessage(String value) The throwable's message.FailureDetails.Throwable.Builder.setMessageBytes(com.google.protobuf.ByteString value) The throwable's message.FailureDetails.Throwable.Builder.setStackTrace(int index, String value) The result of calling toString on the deepest (i.e.FailureDetails.Throwable.Builder.setThrowableClass(String value) The class name of the java.lang.Throwable.FailureDetails.Throwable.Builder.setThrowableClassBytes(com.google.protobuf.ByteString value) The class name of the java.lang.Throwable.FailureDetails.Throwable.toBuilder()Methods in com.google.devtools.build.lib.server that return types with arguments of type FailureDetails.Throwable.BuilderModifier and TypeMethodDescriptionFailureDetails.Crash.Builder.getCausesBuilderList()The cause chain of the crash, with the outermost throwable first.Methods in com.google.devtools.build.lib.server with parameters of type FailureDetails.Throwable.BuilderModifier and TypeMethodDescriptionFailureDetails.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.Builder builderForValue) 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.