Uses of Interface
edu.ucsb.cs156.frontiers.repositories.DownloadedCommitRepository
Packages that use DownloadedCommitRepository
-
Uses of DownloadedCommitRepository in edu.ucsb.cs156.frontiers.controllers
Constructors in edu.ucsb.cs156.frontiers.controllers with parameters of type DownloadedCommitRepositoryModifierConstructorDescriptionDownloadRequestController(DownloadedCommitRepository downloadedCommitRepository, DownloadRequestRepository downloadRequestRepository, CourseRepository courseRepository, JobService jobService, GithubGraphQLService githubGraphQLService) -
Uses of DownloadedCommitRepository in edu.ucsb.cs156.frontiers.services
Constructors in edu.ucsb.cs156.frontiers.services with parameters of type DownloadedCommitRepositoryModifierConstructorDescriptionGithubGraphQLService(org.springframework.web.client.RestClient.Builder builder, JwtService jwtService, com.fasterxml.jackson.databind.ObjectMapper jacksonObjectMapper, DownloadedCommitRepository downloadedCommitRepository)