Uses of Interface
org.eclipse.jgit.http.server.ReceivePackErrorHandler
-
Packages that use ReceivePackErrorHandler Package Description org.eclipse.jgit.http.server -
-
Uses of ReceivePackErrorHandler in org.eclipse.jgit.http.server
Methods in org.eclipse.jgit.http.server with parameters of type ReceivePackErrorHandler Modifier and Type Method Description voidGitFilter. 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.
-