Uses of Class
io.github.coho04.githubapi.entities.GHTeam
Packages that use GHTeam
-
Uses of GHTeam in io.github.coho04.githubapi.builders
Methods in io.github.coho04.githubapi.builders that return GHTeam -
Uses of GHTeam in io.github.coho04.githubapi.entities
Methods in io.github.coho04.githubapi.entities that return GHTeamModifier and TypeMethodDescriptionGHOrganisation.createTeam
(String name) Creates a team in the organization.GHOrganisation.findTeamByName
(String name) Finds a team by its name within the organization.GHOrganisation.findTeamBySlug
(String slug) Finds a team by its slug within the organization.GHTeam.getParent()
Returns the parent team of the team.static GHTeam
GHTeam.getTeamByName
(Github github, String name, GHOrganisation organisation) Returns a GHTeam instance by team name.Methods in io.github.coho04.githubapi.entities that return types with arguments of type GHTeam