Uses of Class
org.kohsuke.github.GHAppCreateTokenBuilder
-
Uses of GHAppCreateTokenBuilder in org.kohsuke.github
Modifier and TypeMethodDescriptionGHAppInstallation.createToken()
Starts a builder that creates a new App Installation Token.GHAppInstallation.createToken
(Map<String, GHPermissionType> permissions) Deprecated.GHAppCreateTokenBuilder.permissions
(Map<String, GHPermissionType> permissions) Set the permissions granted to the access token.GHAppCreateTokenBuilder.repositories
(List<String> repositories) By default the installation token has access to all repositories that the installation can access.GHAppCreateTokenBuilder.repositoryIds
(List<Long> repositoryIds) By default the installation token has access to all repositories that the installation can access.
GHAppInstallation.createToken()
instead.