Package | Description |
---|---|
org.eclipse.jgit.lfs.errors | |
org.eclipse.jgit.lfs.server |
Modifier and Type | Class and Description |
---|---|
class |
LfsBandwidthLimitExceeded
Thrown when the bandwidth limit for the user or repository has been exceeded.
|
class |
LfsInsufficientStorage
Thrown when there is insufficient storage on the server.
|
class |
LfsRateLimitExceeded
Thrown when the user has hit a rate limit with the server.
|
class |
LfsRepositoryNotFound
Thrown when the repository does not exist for the user.
|
class |
LfsRepositoryReadOnly
Thrown when the user has read, but not write access.
|
class |
LfsUnauthorized
Thrown when authorization was refused for an LFS operation.
|
class |
LfsUnavailable
Thrown when LFS is not available.
|
class |
LfsValidationError
Thrown when there is a validation error with one or more of the objects in
the request.
|
Modifier and Type | Method and Description |
---|---|
protected abstract LargeFileRepository |
LfsProtocolServlet.getLargeFileRepository(LfsProtocolServlet.LfsRequest request,
String path,
String auth)
Get the large file repository for the given request and path.
|
Copyright © 2020 Eclipse JGit Project. All rights reserved.