Uses of Class
org.kohsuke.github.GHPermissionType
-
Packages that use GHPermissionType Package Description org.kohsuke.github -
-
Uses of GHPermissionType in org.kohsuke.github
Methods in org.kohsuke.github that return GHPermissionType Modifier and Type Method Description GHPermissionTypeGHRepository. getPermission(String user)Obtain permission for a given user in this repository.GHPermissionTypeGHRepository. getPermission(GHUser u)Obtain permission for a given user in this repository.static GHPermissionTypeGHPermissionType. 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.Methods in org.kohsuke.github that return types with arguments of type GHPermissionType Modifier and Type Method Description Map<String,GHPermissionType>GHAppInstallation. getPermissions()Gets permissions.Methods in org.kohsuke.github with parameters of type GHPermissionType Modifier and Type Method Description voidGHProject. setOrganizationPermission(GHPermissionType permission)Set the permission level that all members of the project's organization will have on this project.Method parameters in org.kohsuke.github with type arguments of type GHPermissionType Modifier and Type Method Description GHAppCreateTokenBuilderGHAppInstallation. createToken(Map<String,GHPermissionType> permissions)Deprecated.UseGHAppInstallation.createToken()instead.GHAppCreateTokenBuilderGHAppCreateTokenBuilder. permissions(Map<String,GHPermissionType> permissions)Set the permissions granted to the access token.voidGHAppInstallation. setPermissions(Map<String,GHPermissionType> permissions)Deprecated.Do not use this method.
-