Uses of Enum Class
edu.ucsb.cs156.frontiers.enums.TeamStatus
Packages that use TeamStatus
-
Uses of TeamStatus in edu.ucsb.cs156.frontiers.enums
Methods in edu.ucsb.cs156.frontiers.enums that return TeamStatusModifier and TypeMethodDescriptionstatic TeamStatus
Returns the enum constant of this class with the specified name.static TeamStatus[]
TeamStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of TeamStatus in edu.ucsb.cs156.frontiers.services
Methods in edu.ucsb.cs156.frontiers.services that return TeamStatusModifier and TypeMethodDescriptionGithubTeamService.addMemberToGithubTeam
(String githubLogin, Integer teamId, String role, Course course, Integer orgId) Adds a member to a GitHub team.GithubTeamService.getTeamMembershipStatus
(String githubLogin, Integer teamId, Course course) Gets the current team membership status for a user.