Interface | Description |
---|---|
LargeFileRepository |
Abstraction of a repository for storing large objects
|
Response |
POJOs for Gson serialization/de-serialization.
|
Class | Description |
---|---|
LfsObject |
LFS object.
|
LfsProtocolServlet |
LFS protocol handler implementing the LFS batch API [1]
[1] https://github.com/github/git-lfs/blob/master/docs/api/v1/http-v1-batch.md
|
LfsProtocolServlet.LfsRequest |
LFS request.
|
Response.Action |
Describes an action the client can execute on a single object
|
Response.Body |
Describes the body of a LFS batch API response
|
Response.Error |
Describes an error to be returned by the LFS batch API
|
Response.ObjectInfo |
Describes the actions the LFS server offers for a single object
|
Copyright © 2020 Eclipse JGit Project. All rights reserved.