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 TypeClassDescriptionclassImplementation ofAdvertiseRefsHookthat advertises the same refs for upload-pack and receive-pack.classAdvertiseRefsHookthat delegates to a list of other hooks.Fields in org.eclipse.jgit.transport declared as AdvertiseRefsHookModifier and TypeFieldDescriptionstatic final AdvertiseRefsHookAdvertiseRefsHook.DEFAULTA simple hook that advertises the default refs.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 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 AdvertiseRefsHookModifier and TypeMethodDescriptionvoidReceivePack.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 AdvertiseRefsHookModifier and TypeMethodDescriptionstatic AdvertiseRefsHookAdvertiseRefsHookChain.newChain(List<? extends AdvertiseRefsHook> hooks) Create a new hook chaining the given hooks together.