Uses of Enum
org.kohsuke.github.GHOrganization.Role
Packages that use GHOrganization.Role
-
Uses of GHOrganization.Role in org.kohsuke.github
Methods in org.kohsuke.github that return GHOrganization.RoleModifier and TypeMethodDescriptionstatic GHOrganization.RoleReturns the enum constant of this type with the specified name.static GHOrganization.Role[]GHOrganization.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 GHOrganization.RoleModifier and TypeMethodDescriptionvoidGHOrganization.add(GHUser user, GHOrganization.Role role) Adds (invites) a user to the organization.