Uses of Class
org.kohsuke.github.GHMarketplaceAccountPlan
-
Packages that use GHMarketplaceAccountPlan Package Description org.kohsuke.github -
-
Uses of GHMarketplaceAccountPlan in org.kohsuke.github
Methods in org.kohsuke.github that return GHMarketplaceAccountPlan Modifier and Type Method Description GHMarketplaceAccountPlanGHMarketplacePlanForAccountBuilder. createRequest()Fetch the plan associated with the account specified on construction.GHMarketplaceAccountPlanGHAppInstallation. getMarketplaceAccount()Shows whether the user or organization account actively subscribes to a plan listed by the authenticated GitHub App.GHMarketplaceAccountPlanGHMarketplaceAccount. getPlan()Shows whether the user or organization account actively subscribes to a plan listed by the authenticated GitHub App.Methods in org.kohsuke.github that return types with arguments of type GHMarketplaceAccountPlan Modifier and Type Method Description PagedIterable<GHMarketplaceAccountPlan>GHMarketplaceListAccountBuilder. createRequest()List any accounts associated with the plan specified on construction with all the order/sort parameters set.
-