Uses of Interface
org.eclipse.jgit.http.server.ReceivePackErrorHandler
Packages that use ReceivePackErrorHandler
-
Uses of ReceivePackErrorHandler in org.eclipse.jgit.http.server
Fields in org.eclipse.jgit.http.server declared as ReceivePackErrorHandlerModifier and TypeFieldDescriptionprivate final ReceivePackErrorHandlerReceivePackServlet.handlerprivate ReceivePackErrorHandlerGitFilter.receivePackErrorHandlerMethods in org.eclipse.jgit.http.server with parameters of type ReceivePackErrorHandlerModifier and TypeMethodDescriptionvoidGitFilter.setReceivePackErrorHandler(ReceivePackErrorHandler h) Set a custom error handler for git-receive-pack.voidGitServlet.setReceivePackErrorHandler(ReceivePackErrorHandler h) Set a custom error handler for git-receive-pack.Constructors in org.eclipse.jgit.http.server with parameters of type ReceivePackErrorHandlerModifierConstructorDescription(package private)