Uses of Class
org.kohsuke.github.GHAppInstallation
-
Packages that use GHAppInstallation Package Description org.kohsuke.github -
-
Uses of GHAppInstallation in org.kohsuke.github
Methods in org.kohsuke.github that return GHAppInstallation Modifier and Type Method Description GHAppInstallationGHEventPayload. getInstallation()Gets installationGHAppInstallationGHApp. getInstallationById(long id)Obtain an installation associated with this app.GHAppInstallationGHApp. getInstallationByOrganization(String name)Obtain an organization installation associated with this app.GHAppInstallationGHApp. getInstallationByRepository(String ownerName, String repositoryName)Obtain an repository installation associated with this app.GHAppInstallationGHApp. getInstallationByUser(String name)Obtain a user installation associated with this app.Methods in org.kohsuke.github that return types with arguments of type GHAppInstallation Modifier and Type Method Description PagedIterable<GHAppInstallation>GHApp. listInstallations()Obtains all the installations associated with this app.
-