Uses of Class
org.kohsuke.github.BetaApi
-
Packages that use BetaApi Package Description org.kohsuke.github org.kohsuke.github.authorization -
-
Uses of BetaApi in org.kohsuke.github
Classes in org.kohsuke.github with annotations of type BetaApi Modifier and Type Class Description static classGHLabel.CreatorDeprecated.static classGHLabel.SetterDeprecated.static classGHLabel.UpdaterDeprecated.static classGHRepository.SetterDeprecated.static classGHRepository.UpdaterDeprecated.Methods in org.kohsuke.github with annotations of type BetaApi Modifier and Type Method Description GHAppCreateTokenBuilderGHAppInstallation. createToken()Deprecated.GHAppCreateTokenBuilderGHAppInstallation. createToken(Map<String,GHPermissionType> permissions)Deprecated.UseGHAppInstallation.createToken()instead.PagedIterable<GHRepositoryStatistics.ContributorStats>GHRepositoryStatistics. getContributorStats(boolean waitTillReady)Deprecated.GHAppCreateTokenBuilderGHAppCreateTokenBuilder. permissions(Map<String,GHPermissionType> permissions)Deprecated.GHAppCreateTokenBuilderGHAppCreateTokenBuilder. repositoryIds(List<Long> repositoryIds)Deprecated.GHLabel.SetterGHLabel. set()Deprecated.GHLabel.UpdaterGHLabel. update()Deprecated.Constructors in org.kohsuke.github with annotations of type BetaApi Constructor Description DependentAuthorizationProvider(AuthorizationProvider authorizationProvider)Deprecated. -
Uses of BetaApi in org.kohsuke.github.authorization
Constructors in org.kohsuke.github.authorization with annotations of type BetaApi Constructor Description OrgAppInstallationAuthorizationProvider(String organizationName, AuthorizationProvider authorizationProvider)Deprecated.
-