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 java.lang.String
CommitMsgHook. call()
abstract T
GitHook. call()
java.lang.Void
PostCommitHook. call()
java.lang.Void
PreCommitHook. call()
java.lang.String
PrePushHook. call()
protected void
GitHook. doRun()
Runs the hook, without performing any validity checks. -
Uses of AbortedByHookException in org.eclipse.jgit.lfs
Methods in org.eclipse.jgit.lfs that throw AbortedByHookException Modifier and Type Method Description java.lang.String
LfsPrePushHook. call()
-