Class LfsProtocolServlet.LfsRequest

  • Enclosing class:
    LfsProtocolServlet

    protected static class LfsProtocolServlet.LfsRequest
    extends Object
    LFS request.
    Since:
    4.5
    • Constructor Detail

      • LfsRequest

        protected LfsRequest()
    • Method Detail

      • 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