Uses of Enum
org.kohsuke.github.GHOrganization.Role
-
Uses of GHOrganization.Role in org.kohsuke.github
Modifier and TypeMethodDescriptionstatic GHOrganization.Role
Returns 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.Modifier and TypeMethodDescriptionvoid
GHOrganization.add
(GHUser user, GHOrganization.Role role) Adds (invites) a user to the organization.