| Package | Description |
|---|---|
| org.kohsuke.github |
| Modifier and Type | Method and Description |
|---|---|
static GHOrganization.Permission |
GHOrganization.Permission.valueOf(java.lang.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 |
|---|---|
void |
GHTeam.add(GHRepository r,
GHOrganization.Permission permission) |
GHTeam |
GHOrganization.createTeam(java.lang.String name,
GHOrganization.Permission p,
java.util.Collection<GHRepository> repositories)
Creates a new team and assigns the repositories.
|
GHTeam |
GHOrganization.createTeam(java.lang.String name,
GHOrganization.Permission p,
GHRepository... repositories) |
Copyright © 2016. All Rights Reserved.