| Package | Description |
|---|---|
| org.kohsuke.github |
| Modifier and Type | Method and Description |
|---|---|
static GHOrganization.Role |
GHOrganization.Role.valueOf(String name)
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 Type | Method and Description |
|---|---|
void |
GHOrganization.add(GHUser user,
GHOrganization.Role role)
Adds (invites) a user to the organization.
|
Copyright © 2020. All rights reserved.