|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of GHOrganization.Permission in org.kohsuke.github |
---|
Methods in org.kohsuke.github that return GHOrganization.Permission | |
---|---|
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. |
Methods in org.kohsuke.github with parameters of type GHOrganization.Permission | |
---|---|
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)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |