| Package | Description |
|---|---|
| org.kohsuke.github |
| Modifier and Type | Method and Description |
|---|---|
static GHTeam.Role |
GHTeam.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GHTeam.add(GHUser user,
GHTeam.Role role)
Adds a member to the team
The user will be invited to the organization if required.
|
Copyright © 2018. All rights reserved.