public class GHAppCreateTokenBuilder extends Object
GHAppInstallation#createToken(Map),
GHAppInstallation#createToken()| Modifier and Type | Field and Description |
|---|---|
protected org.kohsuke.github.Requester |
builder |
| Modifier and Type | Method and Description |
|---|---|
GHAppInstallationToken |
create()
Deprecated.
|
GHAppCreateTokenBuilder |
permissions(Map<String,GHPermissionType> permissions)
Deprecated.
|
GHAppCreateTokenBuilder |
repositoryIds(List<Long> repositoryIds)
Deprecated.
|
@Preview @Deprecated public GHAppCreateTokenBuilder repositoryIds(List<Long> repositoryIds)
repositoryIds - Array containing the repositories Ids@Preview @Deprecated public GHAppCreateTokenBuilder permissions(Map<String,GHPermissionType> permissions)
permissions - Map containing the permission names and types.@Preview @Deprecated public GHAppInstallationToken create() throws IOException
You must use a JWT to access this endpoint.
IOException - on errorCopyright © 2020. All rights reserved.