Uses of Class
edu.ucsb.cs156.frontiers.entities.DownloadRequest
Packages that use DownloadRequest
Package
Description
-
Uses of DownloadRequest in edu.ucsb.cs156.frontiers.controllers
Methods in edu.ucsb.cs156.frontiers.controllers that return types with arguments of type DownloadRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DownloadRequest> DownloadRequestController.createDownloadRequest(Long courseId, String org, String repo, String branch, DownloadRequestType type, Instant startDate, Instant endDate) -
Uses of DownloadRequest in edu.ucsb.cs156.frontiers.repositories
Methods in edu.ucsb.cs156.frontiers.repositories with parameters of type DownloadRequestModifier and TypeMethodDescriptionDownloadedCommitRepository.findByRequest(DownloadRequest downloadRequest) -
Uses of DownloadRequest in edu.ucsb.cs156.frontiers.services
Methods in edu.ucsb.cs156.frontiers.services with parameters of type DownloadRequestModifier and TypeMethodDescriptionvoidGithubGraphQLService.downloadCommitHistory(DownloadRequest downloadRequest)