Uses of Class
org.eclipse.jgit.transport.UploadPack
Packages that use UploadPack
Package
Description
Transport (fetch/push) for different protocols.
Server-side resolver for locating repositories by URLs.
-
Uses of UploadPack in org.eclipse.jgit.http.server.resolver
Methods in org.eclipse.jgit.http.server.resolver that return UploadPackModifier and TypeMethodDescriptionDefaultUploadPackFactory.create(javax.servlet.http.HttpServletRequest req, Repository db) Create and configure a new UploadPack instance for a repository. -
Uses of UploadPack in org.eclipse.jgit.transport
Methods in org.eclipse.jgit.transport that return UploadPackModifier and TypeMethodDescription(package private) UploadPackTransportLocal.createUploadPack(Repository dst) Methods in org.eclipse.jgit.transport with parameters of type UploadPackModifier and TypeMethodDescriptionvoidAbstractAdvertiseRefsHook.advertiseRefs(UploadPack uploadPack) Advertise refs for upload-pack.voidAdvertiseRefsHook.advertiseRefs(UploadPack uploadPack) Advertise refs for upload-pack.voidAdvertiseRefsHookChain.advertiseRefs(UploadPack rp) Advertise refs for upload-pack.private static voidUploadPack.checkNotAdvertisedWants(UploadPack up, List<ObjectId> notAdvertisedWants, Collection<Ref> visibleRefs) voidUploadPack.AdvertisedRequestValidator.checkWants(UploadPack up, List<ObjectId> wants) voidUploadPack.AnyRequestValidator.checkWants(UploadPack up, List<ObjectId> wants) voidUploadPack.ReachableCommitRequestValidator.checkWants(UploadPack up, List<ObjectId> wants) voidUploadPack.ReachableCommitTipRequestValidator.checkWants(UploadPack up, List<ObjectId> wants) voidUploadPack.RequestValidator.checkWants(UploadPack up, List<ObjectId> wants) Check a list of client wants against the request policy.voidUploadPack.TipRequestValidator.checkWants(UploadPack up, List<ObjectId> wants) voidPreUploadHook.onBeginNegotiateRound(UploadPack up, Collection<? extends ObjectId> wants, int cntOffered) Invoked before negotiation round is started.voidPreUploadHookChain.onBeginNegotiateRound(UploadPack up, Collection<? extends ObjectId> wants, int cntOffered) Invoked before negotiation round is started.voidPreUploadHook.onEndNegotiateRound(UploadPack up, Collection<? extends ObjectId> wants, int cntCommon, int cntNotFound, boolean ready) Invoked after a negotiation round is completed.voidPreUploadHookChain.onEndNegotiateRound(UploadPack up, Collection<? extends ObjectId> wants, int cntCommon, int cntNotFound, boolean ready) Invoked after a negotiation round is completed.voidPreUploadHook.onSendPack(UploadPack up, Collection<? extends ObjectId> wants, Collection<? extends ObjectId> haves) Invoked just before a pack will be sent to the client.voidPreUploadHookChain.onSendPack(UploadPack up, Collection<? extends ObjectId> wants, Collection<? extends ObjectId> haves) Invoked just before a pack will be sent to the client.static voidInternalHttpServerGlue.setPeerUserAgent(UploadPack up, String agent) Apply a default user agent for a request. -
Uses of UploadPack in org.eclipse.jgit.transport.resolver
Methods in org.eclipse.jgit.transport.resolver that return UploadPackModifier and TypeMethodDescriptionUploadPackFactory.create(C req, Repository db) Create and configure a new UploadPack instance for a repository.