Uses of Class
org.eclipse.jgit.util.ProcessResult
Packages that use ProcessResult
-
Uses of ProcessResult in org.eclipse.jgit.hooks
Methods in org.eclipse.jgit.hooks with parameters of type ProcessResultModifier and TypeMethodDescriptionprotected 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 ProcessResult in org.eclipse.jgit.util
Methods in org.eclipse.jgit.util that return ProcessResultModifier and TypeMethodDescriptionprotected ProcessResult
FS.internalRunHookIfPresent
(Repository repository, String hookName, String[] args, OutputStream outRedirect, OutputStream errRedirect, String stdinArgs) FS_POSIX.runHookIfPresent
(Repository repository, String hookName, String[] args, OutputStream outRedirect, OutputStream errRedirect, String stdinArgs) Checks whether the given hook is defined for the given repository, then runs it with the given arguments.FS_Win32_Cygwin.runHookIfPresent
(Repository repository, String hookName, String[] args, OutputStream outRedirect, OutputStream errRedirect, String stdinArgs) Checks whether the given hook is defined for the given repository, then runs it with the given arguments.FS.runHookIfPresent
(Repository repository, String hookName, String[] args) Checks whether the given hook is defined for the given repository, then runs it with the given arguments.FS.runHookIfPresent
(Repository repository, String hookName, String[] args, OutputStream outRedirect, OutputStream errRedirect, String stdinArgs) Checks whether the given hook is defined for the given repository, then runs it with the given arguments.