Uses of Class
edu.ucsb.cs156.frontiers.entities.Branch
Packages that use Branch
-
Uses of Branch in edu.ucsb.cs156.frontiers.repositories
Methods in edu.ucsb.cs156.frontiers.repositories that return types with arguments of type BranchMethods in edu.ucsb.cs156.frontiers.repositories with parameters of type BranchModifier and TypeMethodDescriptionbooleanCommitRepository.existsByBranchAndSha(Branch branch, String sha) CommitRepository.findByBranch(Branch branch) CommitRepository.streamByBranch(Branch branch) -
Uses of Branch in edu.ucsb.cs156.frontiers.services
Methods in edu.ucsb.cs156.frontiers.services that return BranchModifier and TypeMethodDescriptionGithubGraphQLService.loadCommitHistory(Course course, BranchId branch) Loads the commit history for a specified repository branch.