Uses of Class
org.kohsuke.github.GHExternalGroup
Packages that use GHExternalGroup
-
Uses of GHExternalGroup in org.kohsuke.github
Methods in org.kohsuke.github that return GHExternalGroupModifier and TypeMethodDescriptionGHTeam.connectToExternalGroup
(long group_id) Connect an external group to the teamGHTeam.connectToExternalGroup
(GHExternalGroup group) Connect an external group to the teamGHOrganization.getExternalGroup
(long groupId) Gets a single external group by ID.Methods in org.kohsuke.github that return types with arguments of type GHExternalGroupModifier and TypeMethodDescriptionGHTeam.getExternalGroups()
Get the external groups connected to the teamGHOrganization.listExternalGroups()
List up all the external groups.GHOrganization.listExternalGroups
(String displayName) List up all the external groups with a given text in their nameMethods in org.kohsuke.github with parameters of type GHExternalGroupModifier and TypeMethodDescriptionGHTeam.connectToExternalGroup
(GHExternalGroup group) Connect an external group to the team