Interface FileUploadRequestProcessor

    • Method Detail

      • processRequest

        @NotNull
        List<org.apache.commons.fileupload.FileItem> processRequest​(@NotNull
                                                                    javax.servlet.http.HttpServletRequest request,
                                                                    @NotNull
                                                                    File uploadDir,
                                                                    @NotNull
                                                                    ArtifactsUploadLimit limits)
                                                             throws Exception
        Throws:
        Exception
      • getUploadDirectory

        @NotNull
        File getUploadDirectory()