|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UploadPack | |
|---|---|
| org.eclipse.jgit.transport | |
| org.eclipse.jgit.transport.resolver | |
| Uses of UploadPack in org.eclipse.jgit.transport |
|---|
| Methods in org.eclipse.jgit.transport with parameters of type UploadPack | |
|---|---|
void |
PreUploadHook.onBeginNegotiateRound(UploadPack up,
java.util.Collection<? extends ObjectId> wants,
int cntOffered)
Invoked before negotiation round is started. |
void |
PreUploadHook.onEndNegotiateRound(UploadPack up,
java.util.Collection<? extends ObjectId> wants,
int cntCommon,
int cntNotFound,
boolean ready)
Invoked after a negotiation round is completed. |
void |
PreUploadHook.onPreAdvertiseRefs(UploadPack up)
Invoked just before sendAdvertisedRefs(RefAdvertiser). |
void |
PreUploadHook.onSendPack(UploadPack up,
java.util.Collection<? extends ObjectId> wants,
java.util.Collection<? extends ObjectId> haves)
Invoked just before a pack will be sent to the client. |
| Uses of UploadPack in org.eclipse.jgit.transport.resolver |
|---|
| Methods in org.eclipse.jgit.transport.resolver that return UploadPack | |
|---|---|
UploadPack |
UploadPackFactory.create(C req,
Repository db)
Create and configure a new UploadPack instance for a repository. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||