Uses of Class
org.eclipse.jgit.hooks.PostCommitHook
Packages that use PostCommitHook
-
Uses of PostCommitHook in org.eclipse.jgit.hooks
Methods in org.eclipse.jgit.hooks that return PostCommitHookModifier and TypeMethodDescriptionstatic PostCommitHook
Hooks.postCommit
(Repository repo, PrintStream outputStream) Create post-commit hook for the given repository with the default error streamstatic PostCommitHook
Hooks.postCommit
(Repository repo, PrintStream outputStream, PrintStream errorStream) Create post-commit hook for the given repository