Uses of Class
org.eclipse.jgit.hooks.PrePushHook
-
Packages that use PrePushHook Package Description org.eclipse.jgit.hooks org.eclipse.jgit.lfs org.eclipse.jgit.transport Transport (fetch/push) for different protocols.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, java.io.PrintStream outputStream)Create pre-push hook for the given repository with the default error streamstatic PrePushHookHooks. prePush(Repository repo, java.io.PrintStream outputStream, java.io.PrintStream errorStream)Create pre-push hook for the given repository -
Uses of PrePushHook in org.eclipse.jgit.lfs
Subclasses of PrePushHook in org.eclipse.jgit.lfs Modifier and Type Class Description classLfsPrePushHookPre-push hook that handles uploading LFS artefacts.Methods in org.eclipse.jgit.lfs that return PrePushHook Modifier and Type Method Description PrePushHookBuiltinLFS. getPrePushHook(Repository repo, java.io.PrintStream outputStream)PrePushHookBuiltinLFS. getPrePushHook(Repository repo, java.io.PrintStream outputStream, java.io.PrintStream errorStream) -
Uses of PrePushHook in org.eclipse.jgit.transport
Fields in org.eclipse.jgit.transport declared as PrePushHook Modifier and Type Field Description private PrePushHookPushProcess. prePushprivate PrePushHookTransport. prePushConstructors in org.eclipse.jgit.transport with parameters of type PrePushHook Constructor Description PushProcess(Transport transport, java.util.Collection<RemoteRefUpdate> toPush, PrePushHook prePush)Create process for specified transport and refs updates specification.PushProcess(Transport transport, java.util.Collection<RemoteRefUpdate> toPush, PrePushHook prePush, java.io.OutputStream out)Create process for specified transport and refs updates specification. -
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, java.io.PrintStream outputStream)Retrieve a pre-push hook to be applied using the default error stream.PrePushHookLfsFactory. getPrePushHook(Repository repo, java.io.PrintStream outputStream, java.io.PrintStream errorStream)Retrieve a pre-push hook to be applied.
-