Package org.eclipse.jgit.lfs.server
Class LfsProtocolServlet.LfsRequest
java.lang.Object
org.eclipse.jgit.lfs.server.LfsProtocolServlet.LfsRequest
- Enclosing class:
- LfsProtocolServlet
LFS request.
- Since:
- 4.5
-
Field Details
-
operation
-
objects
-
-
Constructor Details
-
LfsRequest
protected LfsRequest()
-
-
Method Details
-
getOperation
Get the LFS operation.- Returns:
- the operation
-
getObjects
Get the LFS objects.- Returns:
- the objects
-
isUpload
public boolean isUpload()- Returns:
- true if the operation is upload.
- Since:
- 4.7
-
isDownload
public boolean isDownload()- Returns:
- true if the operation is download.
- Since:
- 4.7
-
isVerify
public boolean isVerify()- Returns:
- true if the operation is verify.
- Since:
- 4.7
-