Uses of Enum
org.kohsuke.github.GHTeam.Role
Packages that use GHTeam.Role
-
Uses of GHTeam.Role in org.kohsuke.github
Methods in org.kohsuke.github that return GHTeam.RoleModifier and TypeMethodDescriptionstatic GHTeam.RoleReturns 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.Methods in org.kohsuke.github with parameters of type GHTeam.RoleModifier and TypeMethodDescriptionvoidGHTeam.add(GHUser user, GHTeam.Role role) Adds a member to the teamGHTeam.listMembers(GHTeam.Role role) List members with specified role paged iterable.