Uses of Class
org.eclipse.jgit.lfs.server.Response.Action
Packages that use Response.Action
Package
Description
-
Uses of Response.Action in org.eclipse.jgit.lfs.server
Fields in org.eclipse.jgit.lfs.server with type parameters of type Response.ActionMethods in org.eclipse.jgit.lfs.server that return Response.ActionModifier and TypeMethodDescriptionLargeFileRepository.getDownloadAction(AnyLongObjectId id) Get download actionLargeFileRepository.getUploadAction(AnyLongObjectId id, long size) Get upload actionLargeFileRepository.getVerifyAction(AnyLongObjectId id) Get verify action -
Uses of Response.Action in org.eclipse.jgit.lfs.server.fs
Methods in org.eclipse.jgit.lfs.server.fs that return Response.ActionModifier and TypeMethodDescriptionprivate Response.ActionFileLfsRepository.getAction(AnyLongObjectId id) FileLfsRepository.getDownloadAction(AnyLongObjectId id) Get download actionFileLfsRepository.getUploadAction(AnyLongObjectId id, long size) Get upload actionFileLfsRepository.getVerifyAction(AnyLongObjectId id) Get verify action -
Uses of Response.Action in org.eclipse.jgit.lfs.server.s3
Methods in org.eclipse.jgit.lfs.server.s3 that return Response.ActionModifier and TypeMethodDescriptionS3Repository.getDownloadAction(AnyLongObjectId oid) Get download actionS3Repository.getUploadAction(AnyLongObjectId oid, long size) Get upload actionS3Repository.getVerifyAction(AnyLongObjectId id) Get verify action