Uses of Class
org.kohsuke.github.GHTeam.Role
-
Packages that use GHTeam.Role Package Description org.kohsuke.github -
-
Uses of GHTeam.Role in org.kohsuke.github
Methods in org.kohsuke.github that return GHTeam.Role Modifier and Type Method Description static GHTeam.RoleGHTeam.Role. valueOf(String name)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.Methods in org.kohsuke.github with parameters of type GHTeam.Role Modifier and Type Method Description voidGHTeam. add(GHUser user, GHTeam.Role role)Adds a member to the teamPagedIterable<GHUser>GHTeam. listMembers(GHTeam.Role role)List members with specified role paged iterable.
-