Uses of Class
org.eclipse.jgit.lfs.Protocol.ObjectInfo
-
Packages that use Protocol.ObjectInfo Package Description org.eclipse.jgit.lfs -
-
Uses of Protocol.ObjectInfo in org.eclipse.jgit.lfs
Fields in org.eclipse.jgit.lfs with type parameters of type Protocol.ObjectInfo Modifier and Type Field Description java.util.List<Protocol.ObjectInfo>
Protocol.Response. objects
Methods in org.eclipse.jgit.lfs that return types with arguments of type Protocol.ObjectInfo Modifier and Type Method Description private java.util.List<Protocol.ObjectInfo>
LfsPrePushHook. parseObjects(com.google.gson.stream.JsonReader reader)
Methods in org.eclipse.jgit.lfs with parameters of type Protocol.ObjectInfo Modifier and Type Method Description private void
LfsPrePushHook. uploadFile(Protocol.ObjectInfo o, Protocol.Action uploadAction, java.nio.file.Path path)
-