Uses of Interface
org.eclipse.jgit.transport.AdvertiseRefsHook
-
Packages that use AdvertiseRefsHook Package Description org.eclipse.jgit.transport Transport (fetch/push) for different protocols. -
-
Uses of AdvertiseRefsHook in org.eclipse.jgit.transport
Classes in org.eclipse.jgit.transport that implement AdvertiseRefsHook Modifier and Type Class Description classAbstractAdvertiseRefsHookImplementation ofAdvertiseRefsHookthat advertises the same refs for upload-pack and receive-pack.classAdvertiseRefsHookChainAdvertiseRefsHookthat delegates to a list of other hooks.Fields in org.eclipse.jgit.transport declared as AdvertiseRefsHook Modifier and Type Field Description static AdvertiseRefsHookAdvertiseRefsHook. DEFAULTA simple hook that advertises the default refs.Methods in org.eclipse.jgit.transport that return AdvertiseRefsHook Modifier and Type Method Description AdvertiseRefsHookReceivePack. getAdvertiseRefsHook()Get the hook used while advertising the refs to the clientAdvertiseRefsHookUploadPack. getAdvertiseRefsHook()Get the hook used while advertising the refs to the client.static AdvertiseRefsHookAdvertiseRefsHookChain. newChain(List<? extends AdvertiseRefsHook> hooks)Create a new hook chaining the given hooks together.Methods in org.eclipse.jgit.transport with parameters of type AdvertiseRefsHook Modifier and Type Method Description voidReceivePack. setAdvertiseRefsHook(AdvertiseRefsHook advertiseRefsHook)Set the hook used while advertising the refs to the client.voidUploadPack. 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 AdvertiseRefsHook Modifier and Type Method Description static AdvertiseRefsHookAdvertiseRefsHookChain. newChain(List<? extends AdvertiseRefsHook> hooks)Create a new hook chaining the given hooks together.
-