| Package | Description |
|---|---|
| org.kohsuke.github |
| Modifier and Type | Method and Description |
|---|---|
GHPermissionType |
GHRepository.getPermission(GHUser u)
Obtain permission for a given user in this repository.
|
GHPermissionType |
GHRepository.getPermission(String user)
Obtain permission for a given user in this repository.
|
static GHPermissionType |
GHPermissionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GHPermissionType[] |
GHPermissionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,GHPermissionType> |
GHAppInstallation.getPermissions()
Gets permissions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GHProject.setOrganizationPermission(GHPermissionType permission)
Set the permission level that all members of the project's organization will have on this project.
|
| Modifier and Type | Method and Description |
|---|---|
GHAppCreateTokenBuilder |
GHAppInstallation.createToken(Map<String,GHPermissionType> permissions)
Deprecated.
Use
GHAppInstallation.createToken() instead. |
GHAppCreateTokenBuilder |
GHAppCreateTokenBuilder.permissions(Map<String,GHPermissionType> permissions)
Deprecated.
|
void |
GHAppInstallation.setPermissions(Map<String,GHPermissionType> permissions)
Sets permissions.
|
Copyright © 2020. All rights reserved.