Uses of Class
org.eclipse.jgit.hooks.PrePushHook
-
Packages that use PrePushHook Package Description org.eclipse.jgit.hooks org.eclipse.jgit.util Utility classes. -
-
Uses of PrePushHook in org.eclipse.jgit.hooks
Methods in org.eclipse.jgit.hooks that return PrePushHook Modifier and Type Method Description static PrePushHookHooks. prePush(Repository repo, PrintStream outputStream)Create pre-push hook for the given repository with the default error streamstatic PrePushHookHooks. prePush(Repository repo, PrintStream outputStream, PrintStream errorStream)Create pre-push hook for the given repository -
Uses of PrePushHook in org.eclipse.jgit.util
Methods in org.eclipse.jgit.util that return PrePushHook Modifier and Type Method Description PrePushHookLfsFactory. getPrePushHook(Repository repo, PrintStream outputStream)Retrieve a pre-push hook to be applied using the default error stream.PrePushHookLfsFactory. getPrePushHook(Repository repo, PrintStream outputStream, PrintStream errorStream)Retrieve a pre-push hook to be applied.
-