Uses of Class
org.eclipse.jgit.api.errors.AbortedByHookException
-
Packages that use AbortedByHookException Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit).org.eclipse.jgit.hooks org.eclipse.jgit.lfs -
-
Uses of AbortedByHookException in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that throw AbortedByHookException Modifier and Type Method Description RevCommitCommitCommand. call() -
Uses of AbortedByHookException in org.eclipse.jgit.hooks
Methods in org.eclipse.jgit.hooks that throw AbortedByHookException Modifier and Type Method Description StringCommitMsgHook. call()abstract TGitHook. call()VoidPostCommitHook. call()VoidPreCommitHook. call()StringPrePushHook. call()protected voidGitHook. doRun()Runs the hook, without performing any validity checks.protected voidGitHook. handleError(String message, ProcessResult result)Process that the hook exited with an error.protected voidPostCommitHook. 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 Modifier and Type Method Description StringLfsPrePushHook. call()
-