| Modifier and Type | Method and Description |
|---|---|
static GHOrganization.Permission |
GHOrganization.Permission.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GHOrganization.Permission[] |
GHOrganization.Permission.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
GHTeam |
GHOrganization.createTeam(String name,
GHOrganization.Permission p,
Collection<GHRepository> repositories)
Creates a new team and assigns the repositories.
|
GHTeam |
GHOrganization.createTeam(String name,
GHOrganization.Permission p,
GHRepository... repositories) |
Copyright © 2012. All Rights Reserved.