Package | Description |
---|---|
org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
Modifier and Type | Class and Description |
---|---|
class |
WantNotValidException
Indicates client requested an object the server does not want to serve.
|
Modifier and Type | Method and Description |
---|---|
void |
PushCertificateParser.addCommand(String line)
Add a command to the signature.
|
void |
UploadPack.RequestValidator.checkWants(UploadPack up,
List<ObjectId> wants)
Check a list of client wants against the request policy.
|
void |
UploadPack.AdvertisedRequestValidator.checkWants(UploadPack up,
List<ObjectId> wants) |
void |
UploadPack.ReachableCommitRequestValidator.checkWants(UploadPack up,
List<ObjectId> wants) |
void |
UploadPack.TipRequestValidator.checkWants(UploadPack up,
List<ObjectId> wants) |
void |
UploadPack.ReachableCommitTipRequestValidator.checkWants(UploadPack up,
List<ObjectId> wants) |
void |
UploadPack.AnyRequestValidator.checkWants(UploadPack up,
List<ObjectId> wants) |
static PushCertificate |
PushCertificateParser.fromReader(Reader r)
Parse a push certificate from a reader.
|
static PushCertificate |
PushCertificateParser.fromString(String str)
Parse a push certificate from a string.
|
PushCertificate |
PushCertificateParser.parse(Reader r)
Parse a push certificate from a reader.
|
Copyright © 2017 Eclipse JGit Project. All rights reserved.