Uses of Class
org.kohsuke.github.GHAppInstallation
Packages that use GHAppInstallation
-
Uses of GHAppInstallation in org.kohsuke.github
Methods in org.kohsuke.github that return GHAppInstallationModifier 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.Methods in org.kohsuke.github that return types with arguments of type GHAppInstallationModifier 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
Methods in org.kohsuke.github.authorization that return GHAppInstallationModifier and TypeMethodDescriptionAppInstallationAuthorizationProvider.AppInstallationProvider.getAppInstallation
(GHApp app) Provides a GHAppInstallation for the given GHApp