Verwendungen von Klasse
de.coho04.githubapi.entities.GHTeam
Packages, die GHTeam verwenden
-
Verwendungen von GHTeam in de.coho04.githubapi.builders
Methoden in de.coho04.githubapi.builders, die GHTeam zurückgeben -
Verwendungen von GHTeam in de.coho04.githubapi.entities
Methoden in de.coho04.githubapi.entities, die GHTeam zurückgebenModifizierer und TypMethodeBeschreibungGHOrganisation.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 GHTeamGHTeam.getTeamByName(Github github, String name, GHOrganisation organisation) Returns a GHTeam instance by team name.Methoden in de.coho04.githubapi.entities, die Typen mit Argumenten vom Typ GHTeam zurückgeben