Uses of Class
io.github.coho04.githubapi.entities.GHOrganisation
Packages that use GHOrganisation
-
Uses of GHOrganisation in io.github.coho04.githubapi
Methods in io.github.coho04.githubapi that return GHOrganisationModifier and TypeMethodDescriptionGithub.findOrganisationByName
(String name) Finds an organization by its name. -
Uses of GHOrganisation in io.github.coho04.githubapi.entities
Methods in io.github.coho04.githubapi.entities that return GHOrganisationModifier and TypeMethodDescriptionstatic GHOrganisation
GHOrganisation.getOrganisation
(Github github, String name) Fetches a GitHub organization by its name.Methods in io.github.coho04.githubapi.entities with parameters of type GHOrganisationModifier and TypeMethodDescriptionstatic GHTeam
GHTeam.getTeamByName
(Github github, String name, GHOrganisation organisation) Returns a GHTeam instance by team name.