Package org.eclipse.jgit.lfs
Class Protocol.Response
- java.lang.Object
-
- org.eclipse.jgit.lfs.Protocol.Response
-
- Enclosing interface:
- Protocol
public static class Protocol.Response extends java.lang.Object
A response received from an LFS server
-
-
Field Summary
Fields Modifier and Type Field Description java.util.List<Protocol.ObjectInfo>
objects
-
Constructor Summary
Constructors Constructor Description Response()
-
-
-
Field Detail
-
objects
public java.util.List<Protocol.ObjectInfo> objects
-
-