Uses of Interface
org.eclipse.jgit.transport.AdvertiseRefsHook
Packages that use AdvertiseRefsHook
-
Uses of AdvertiseRefsHook in org.eclipse.jgit.transport
Classes in org.eclipse.jgit.transport that implement AdvertiseRefsHookModifier and TypeClassDescriptionclass
Implementation ofAdvertiseRefsHook
that advertises the same refs for upload-pack and receive-pack.class
AdvertiseRefsHook
that delegates to a list of other hooks.Fields in org.eclipse.jgit.transport declared as AdvertiseRefsHookModifier and TypeFieldDescriptionprivate AdvertiseRefsHook
ReceivePack.advertiseRefsHook
Hook used while advertising the refs to the client.private AdvertiseRefsHook
UploadPack.advertiseRefsHook
Hook used while advertising the refs to the client.static final AdvertiseRefsHook
AdvertiseRefsHook.DEFAULT
A simple hook that advertises the default refs.private final AdvertiseRefsHook[]
AdvertiseRefsHookChain.hooks
Methods in org.eclipse.jgit.transport that return AdvertiseRefsHookModifier and TypeMethodDescriptionReceivePack.getAdvertiseRefsHook()
Get the hook used while advertising the refs to the clientUploadPack.getAdvertiseRefsHook()
Get the hook used while advertising the refs to the client.static AdvertiseRefsHook
AdvertiseRefsHookChain.newChain
(List<? extends AdvertiseRefsHook> hooks) Create a new hook chaining the given hooks together.Methods in org.eclipse.jgit.transport with parameters of type AdvertiseRefsHookModifier and TypeMethodDescriptionvoid
ReceivePack.setAdvertiseRefsHook
(AdvertiseRefsHook advertiseRefsHook) Set the hook used while advertising the refs to the client.void
UploadPack.setAdvertiseRefsHook
(AdvertiseRefsHook advertiseRefsHook) Set the hook used while advertising the refs to the client.Method parameters in org.eclipse.jgit.transport with type arguments of type AdvertiseRefsHookModifier and TypeMethodDescriptionstatic AdvertiseRefsHook
AdvertiseRefsHookChain.newChain
(List<? extends AdvertiseRefsHook> hooks) Create a new hook chaining the given hooks together.Constructors in org.eclipse.jgit.transport with parameters of type AdvertiseRefsHookModifierConstructorDescriptionprivate
AdvertiseRefsHookChain
(AdvertiseRefsHook[] hooks, int count)