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 RevCommit
CommitCommand. call()
-
Uses of AbortedByHookException in org.eclipse.jgit.hooks
Methods in org.eclipse.jgit.hooks that throw AbortedByHookException Modifier and Type Method Description String
CommitMsgHook. call()
abstract T
GitHook. call()
Void
PostCommitHook. call()
Void
PreCommitHook. call()
String
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 Modifier and Type Method Description String
LfsPrePushHook. call()
-