Uses of Class
org.eclipse.jgit.util.Hook
-
Packages that use Hook Package Description org.eclipse.jgit.util Utility classes. -
-
Uses of Hook in org.eclipse.jgit.util
Methods in org.eclipse.jgit.util that return Hook Modifier and Type Method Description static HookHook. valueOf(String name)Returns the enum constant of this type with the specified name.static Hook[]Hook. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.jgit.util with parameters of type Hook Modifier and Type Method Description FileFS. findHook(Repository repository, Hook hook)Tries to find a hook matching the given one in the given repository.protected ProcessResultFS. internalRunIfPresent(Repository repository, Hook hook, String[] args, PrintStream outRedirect, PrintStream errRedirect, String stdinArgs)ProcessResultFS_POSIX. runIfPresent(Repository repository, Hook hook, String[] args, PrintStream outRedirect, PrintStream errRedirect, String stdinArgs)ProcessResultFS_Win32_Cygwin. runIfPresent(Repository repository, Hook hook, String[] args, PrintStream outRedirect, PrintStream errRedirect, String stdinArgs)ProcessResultFS. runIfPresent(Repository repository, Hook hook, String[] args)Checks whether the given hook is defined for the given repository, then runs it with the given arguments.ProcessResultFS. runIfPresent(Repository repository, Hook hook, String[] args, PrintStream outRedirect, PrintStream errRedirect, String stdinArgs)Checks whether the given hook is defined for the given repository, then runs it with the given arguments.
-