Uses of Enum
org.kohsuke.github.GHTeam.Role
-
Uses of GHTeam.Role in org.kohsuke.github
Modifier and TypeMethodDescriptionstatic GHTeam.Role
Returns the enum constant of this type with the specified name.static GHTeam.Role[]
GHTeam.Role.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionvoid
GHTeam.add
(GHUser user, GHTeam.Role role) Adds a member to the teamGHTeam.listMembers
(GHTeam.Role role) List members with specified role paged iterable.