Package | Description |
---|---|
org.eclipse.jgit.lfs.server | |
org.eclipse.jgit.lfs.server.fs | |
org.eclipse.jgit.lfs.server.s3 |
Modifier and Type | Field and Description |
---|---|
Map<String,Response.Action> |
Response.ObjectInfo.actions |
Modifier and Type | Method and Description |
---|---|
Response.Action |
LargeFileRepository.getDownloadAction(AnyLongObjectId id) |
Response.Action |
LargeFileRepository.getUploadAction(AnyLongObjectId id,
long size) |
Response.Action |
LargeFileRepository.getVerifyAction(AnyLongObjectId id) |
Modifier and Type | Method and Description |
---|---|
Response.Action |
FileLfsRepository.getDownloadAction(AnyLongObjectId id) |
Response.Action |
FileLfsRepository.getUploadAction(AnyLongObjectId id,
long size) |
Response.Action |
FileLfsRepository.getVerifyAction(AnyLongObjectId id) |
Modifier and Type | Method and Description |
---|---|
Response.Action |
S3Repository.getDownloadAction(AnyLongObjectId oid) |
Response.Action |
S3Repository.getUploadAction(AnyLongObjectId oid,
long size) |
Response.Action |
S3Repository.getVerifyAction(AnyLongObjectId id) |
Copyright © 2017 Eclipse JGit Project. All rights reserved.