protected static class LfsProtocolServlet.LfsRequest
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.util.List<LfsObject> |
objects |
private java.lang.String |
operation |
Modifier | Constructor and Description |
---|---|
protected |
LfsRequest() |
Modifier and Type | Method and Description |
---|---|
java.util.List<LfsObject> |
getObjects()
Get the LFS objects.
|
java.lang.String |
getOperation()
Get the LFS operation.
|
boolean |
isDownload() |
boolean |
isUpload() |
boolean |
isVerify() |
private java.lang.String operation
private java.util.List<LfsObject> objects
public java.lang.String getOperation()
public java.util.List<LfsObject> getObjects()
public boolean isUpload()
public boolean isDownload()
public boolean isVerify()