Class Protocol.Request

java.lang.Object
org.eclipse.jgit.lfs.Protocol.Request
Enclosing interface:
Protocol

public static class Protocol.Request extends Object
A request sent to an LFS server
  • Field Details

    • operation

      public String operation
      The operation of this request
    • objects

      public List<Protocol.ObjectSpec> objects
      The objects of this request
  • Constructor Details

    • Request

      public Request()