Uses of Class
org.kohsuke.github.GHAppInstallation
-
Uses of GHAppInstallation in org.kohsuke.github
Modifier and TypeMethodDescriptionGHEventPayload.getInstallation()
Gets installation.GHApp.getInstallationById
(long id) Obtain an installation associated with this app.GHApp.getInstallationByOrganization
(String name) Obtain an organization installation associated with this app.GHApp.getInstallationByRepository
(String ownerName, String repositoryName) Obtain an repository installation associated with this app.GHApp.getInstallationByUser
(String name) Obtain a user installation associated with this app.Modifier and TypeMethodDescriptionGHMyself.getAppInstallations()
Lists installations of your GitHub App that the authenticated user has explicit permission to access.GHApp.listInstallations()
Obtains all the installations associated with this app.GHApp.listInstallations
(Date since) Obtains all the installations associated with this app since a given date. -
Uses of GHAppInstallation in org.kohsuke.github.authorization
Modifier and TypeMethodDescriptionAppInstallationAuthorizationProvider.AppInstallationProvider.getAppInstallation
(GHApp app) Provides a GHAppInstallation for the given GHApp