Uses of Class
org.eclipse.jgit.hooks.PrePushHook
Packages that use PrePushHook
Package
Description
Transport (fetch/push) for different protocols.
Utility classes.
-
Uses of PrePushHook in org.eclipse.jgit.hooks
Methods in org.eclipse.jgit.hooks that return PrePushHookModifier and TypeMethodDescriptionstatic PrePushHook
Hooks.prePush
(Repository repo, PrintStream outputStream) Create pre-push hook for the given repository with the default error streamstatic PrePushHook
Hooks.prePush
(Repository repo, PrintStream outputStream, 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.lfsModifier and TypeClassDescriptionclass
Pre-push hook that handles uploading LFS artefacts.Methods in org.eclipse.jgit.lfs that return PrePushHookModifier and TypeMethodDescriptionBuiltinLFS.getPrePushHook
(Repository repo, PrintStream outputStream) BuiltinLFS.getPrePushHook
(Repository repo, PrintStream outputStream, PrintStream errorStream) -
Uses of PrePushHook in org.eclipse.jgit.transport
Fields in org.eclipse.jgit.transport declared as PrePushHookModifier and TypeFieldDescriptionprivate final PrePushHook
PushProcess.prePush
private PrePushHook
Transport.prePush
Constructors in org.eclipse.jgit.transport with parameters of type PrePushHookModifierConstructorDescription(package private)
PushProcess
(Transport transport, Collection<RemoteRefUpdate> toPush, PrePushHook prePush) Create process for specified transport and refs updates specification.(package private)
PushProcess
(Transport transport, Collection<RemoteRefUpdate> toPush, PrePushHook prePush, 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 PrePushHookModifier and TypeMethodDescriptionLfsFactory.getPrePushHook
(Repository repo, PrintStream outputStream) Retrieve a pre-push hook to be applied using the default error stream.LfsFactory.getPrePushHook
(Repository repo, PrintStream outputStream, PrintStream errorStream) Retrieve a pre-push hook to be applied.