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 GHAppInstallationGHApp. getInstallationById(long id)Deprecated.GHAppInstallationGHApp. getInstallationByOrganization(String name)Deprecated.GHAppInstallationGHApp. getInstallationByRepository(String ownerName, String repositoryName)Deprecated.GHAppInstallationGHApp. getInstallationByUser(String name)Deprecated.Methods in org.kohsuke.github that return types with arguments of type GHAppInstallation Modifier and Type Method Description PagedIterable<GHAppInstallation>GHApp. listInstallations()Deprecated.
-