Uses of Class
edu.ucsb.cs156.frontiers.errors.NoLinkedOrganizationException
Packages that use NoLinkedOrganizationException
-
Uses of NoLinkedOrganizationException in edu.ucsb.cs156.frontiers.services
Methods in edu.ucsb.cs156.frontiers.services that throw NoLinkedOrganizationExceptionModifier and TypeMethodDescriptionGithubGraphQLService.getCommits(Course course, String owner, String repo, String branch, int first, String after) GithubGraphQLService.getCommits(Course course, String owner, String repo, String branch, Instant since, Instant until, int size, String cursor) Retrieves the commit history for a specified branch of a GitHub repository within a given time range.GithubGraphQLService.getDefaultBranchName(Course course, String owner, String repo) Retrieves the name of the default branch for a given GitHub repository.JwtService.getInstallationToken(Course course) Method to retrieve a token to act as a particular app installation in a particular organization