Uses of Record Class
edu.ucsb.cs156.frontiers.entities.BranchId
Packages that use BranchId
Package
Description
-
Uses of BranchId in edu.ucsb.cs156.frontiers.controllers
Method parameters in edu.ucsb.cs156.frontiers.controllers with type arguments of type BranchIdModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<org.springframework.web.servlet.mvc.method.annotation.StreamingResponseBody> GithubGraphQLController.getCommitsCsv(Long courseId, Instant start, Instant end, Boolean skipMergeCommits, @Valid List<BranchId> branches) GithubGraphQLController.loadCommitHistory(Long courseId, @Valid List<BranchId> branches) Returns a job to load the commit data of a number of branches -
Uses of BranchId in edu.ucsb.cs156.frontiers.repositories
Method parameters in edu.ucsb.cs156.frontiers.repositories with type arguments of type BranchIdModifier and TypeMethodDescriptionCommitRepository.findByBranchIdInAndCommitTimeBetween(List<BranchId> branchIds, Instant start, Instant end) CommitRepository.findByBranchIdInAndCommitTimeBetweenAndIsMergeCommitEquals(List<BranchId> branchIds, Instant start, Instant end, boolean isMergeCommit) BranchRepository.findByIdIn(List<BranchId> ids) -
Uses of BranchId in edu.ucsb.cs156.frontiers.services
Methods in edu.ucsb.cs156.frontiers.services that return types with arguments of type BranchIdModifier and TypeMethodDescriptionGithubGraphQLService.assertBranchesExist(Course course, List<BranchId> branches) Methods in edu.ucsb.cs156.frontiers.services with parameters of type BranchIdModifier and TypeMethodDescriptionGithubGraphQLService.getMostRecentCommitSha(Course course, BranchId branch) GithubGraphQLService.loadCommitHistory(Course course, BranchId branch) Loads the commit history for a specified repository branch.Method parameters in edu.ucsb.cs156.frontiers.services with type arguments of type BranchIdModifier and TypeMethodDescriptionGithubGraphQLService.assertBranchesExist(Course course, List<BranchId> branches)