Uses of Class
org.eclipse.jgit.api.errors.AbortedByHookException
Packages that use AbortedByHookException
Package
Description
High-level API commands (the porcelain of JGit).
-
Uses of AbortedByHookException in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that throw AbortedByHookException -
Uses of AbortedByHookException in org.eclipse.jgit.hooks
Methods in org.eclipse.jgit.hooks that throw AbortedByHookExceptionModifier and TypeMethodDescriptionCommitMsgHook.call()
abstract T
GitHook.call()
PostCommitHook.call()
PreCommitHook.call()
PrePushHook.call()
protected void
GitHook.doRun()
Runs the hook, without performing any validity checks.protected void
GitHook.handleError
(String message, ProcessResult result) Process that the hook exited with an error.protected void
PostCommitHook.handleError
(String message, ProcessResult result) Overwrites the default implementation to never throw anAbortedByHookException
, as the commit has already been done and the exit code of the post-commit hook has no effect. -
Uses of AbortedByHookException in org.eclipse.jgit.lfs
Methods in org.eclipse.jgit.lfs that throw AbortedByHookException