Uses of Class
edu.ucsb.cs156.frontiers.services.GithubGraphQLService
Packages that use GithubGraphQLService
-
Uses of GithubGraphQLService in edu.ucsb.cs156.frontiers.controllers
Constructors in edu.ucsb.cs156.frontiers.controllers with parameters of type GithubGraphQLServiceModifierConstructorDescriptionDownloadRequestController(DownloadedCommitRepository downloadedCommitRepository, DownloadRequestRepository downloadRequestRepository, CourseRepository courseRepository, JobService jobService, GithubGraphQLService githubGraphQLService) GithubGraphQLController(GithubGraphQLService gitHubGraphQLService, CourseRepository courseRepository, JobService jobService)