Uses of Record Class
edu.ucsb.cs156.frontiers.services.GithubTeamService.GithubTeamInfo
Packages that use GithubTeamService.GithubTeamInfo
-
Uses of GithubTeamService.GithubTeamInfo in edu.ucsb.cs156.frontiers.services
Methods in edu.ucsb.cs156.frontiers.services that return GithubTeamService.GithubTeamInfoModifier and TypeMethodDescriptionGithubTeamService.createOrGetTeamInfo(Team team, Course course) Creates a team on GitHub if it doesn't exist, or returns the existing team info.GithubTeamService.createTeamInfo(String teamName, Course course) Creates a new team on GitHub.GithubTeamService.getTeamInfo(String teamSlug, Course course) Gets the team info for a team slug, returns null if team doesn't exist.GithubTeamService.getTeamInfoById(Integer orgId, Integer teamId, Course course) Gets the team info for a team ID, returns null if team doesn't exist.GithubTeamService.getTeamInfoByName(String teamName, Course course) Finds team info by display name by searching the organization's teams.Methods in edu.ucsb.cs156.frontiers.services that return types with arguments of type GithubTeamService.GithubTeamInfoModifier and TypeMethodDescriptionGithubTeamService.getAllTeams(Course course) Returns all teams for an organization, following pagination links when present.