Class LfsProtocolServlet.LfsRequest

java.lang.Object
org.eclipse.jgit.lfs.server.LfsProtocolServlet.LfsRequest
Enclosing class:
LfsProtocolServlet

protected static class LfsProtocolServlet.LfsRequest extends Object
LFS request.
Since:
4.5
  • Field Details

  • Constructor Details

    • LfsRequest

      protected LfsRequest()
  • Method Details

    • getOperation

      public String getOperation()
      Get the LFS operation.
      Returns:
      the operation
    • getObjects

      public List<LfsObject> 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