|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServiceMayNotContinueException | |
---|---|
org.eclipse.jgit.transport | |
org.eclipse.jgit.transport.resolver |
Uses of ServiceMayNotContinueException in org.eclipse.jgit.transport |
---|
Subclasses of ServiceMayNotContinueException in org.eclipse.jgit.transport | |
---|---|
class |
UploadPackMayNotContinueException
Deprecated. use ServiceMayNotContinueException instead. |
Methods in org.eclipse.jgit.transport that throw ServiceMayNotContinueException | |
---|---|
void |
AbstractAdvertiseRefsHook.advertiseRefs(BaseReceivePack receivePack)
|
void |
AdvertiseRefsHook.advertiseRefs(BaseReceivePack receivePack)
Advertise refs for receive-pack. |
void |
AdvertiseRefsHookChain.advertiseRefs(BaseReceivePack rp)
|
void |
AbstractAdvertiseRefsHook.advertiseRefs(UploadPack uploadPack)
|
void |
AdvertiseRefsHook.advertiseRefs(UploadPack uploadPack)
Advertise refs for upload-pack. |
void |
AdvertiseRefsHookChain.advertiseRefs(UploadPack rp)
|
protected Set<ObjectId> |
AbstractAdvertiseRefsHook.getAdvertisedHaves(Repository repository,
RevWalk revWalk)
Get the additional haves to advertise. |
protected abstract Map<String,Ref> |
AbstractAdvertiseRefsHook.getAdvertisedRefs(Repository repository,
RevWalk revWalk)
Get the refs to advertise. |
void |
PreUploadHook.onBeginNegotiateRound(UploadPack up,
Collection<? extends ObjectId> wants,
int cntOffered)
Invoked before negotiation round is started. |
void |
PreUploadHookChain.onBeginNegotiateRound(UploadPack up,
Collection<? extends ObjectId> wants,
int cntOffered)
|
void |
PreUploadHook.onEndNegotiateRound(UploadPack up,
Collection<? extends ObjectId> wants,
int cntCommon,
int cntNotFound,
boolean ready)
Invoked after a negotiation round is completed. |
void |
PreUploadHookChain.onEndNegotiateRound(UploadPack up,
Collection<? extends ObjectId> wants,
int cntCommon,
int cntNotFound,
boolean ready)
|
void |
PreUploadHook.onSendPack(UploadPack up,
Collection<? extends ObjectId> wants,
Collection<? extends ObjectId> haves)
Invoked just before a pack will be sent to the client. |
void |
PreUploadHookChain.onSendPack(UploadPack up,
Collection<? extends ObjectId> wants,
Collection<? extends ObjectId> haves)
|
void |
UploadPack.sendAdvertisedRefs(RefAdvertiser adv)
Generate an advertisement of available refs and capabilities. |
void |
BaseReceivePack.sendAdvertisedRefs(RefAdvertiser adv)
Generate an advertisement of available refs and capabilities. |
Uses of ServiceMayNotContinueException in org.eclipse.jgit.transport.resolver |
---|
Methods in org.eclipse.jgit.transport.resolver that throw ServiceMayNotContinueException | |
---|---|
Repository |
RepositoryResolver.open(C req,
String name)
Locate and open a reference to a Repository . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |