Uses of Annotation Type
org.kohsuke.github.BetaApi
Packages that use BetaApi
-
Uses of BetaApi in org.kohsuke.github
Classes in org.kohsuke.github with annotations of type BetaApiModifier and TypeClassDescriptionstatic classAGHLabelBuilderthat creates a newGHLabelConsumer must callGitHubRequestBuilderDone.done()to create the new instance.static classAGHLabelBuilderthat updates a single property per requestGitHubRequestBuilderDone.done()is called automatically after the property is set.static classAGHLabelBuilderthat allows multiple properties to be updated per request.static classAGHRepositoryBuilderthat allows multiple properties to be updated per request.static classAGHRepositoryBuilderthat allows multiple properties to be updated per request.static classAGHRepositoryVariableBuilderthat creates a newGHRepositoryVariablestatic classAGHRepositoryVariableBuilderthat updates a single property per requestMethods in org.kohsuke.github with annotations of type BetaApiModifier and TypeMethodDescriptionGitHubRequestBuilderDone.done()Finishes a create or update request, committing changes.GHRepositoryStatistics.getContributorStats(boolean waitTillReady) Gets contributor stats.Name.GHAppCreateTokenBuilder.permissions(Map<String, GHPermissionType> permissions) Set the permissions granted to the access token.GHAppCreateTokenBuilder.repositories(List<String> repositories) By default the installation token has access to all repositories that the installation can access.GHAppCreateTokenBuilder.repositoryIds(List<Long> repositoryIds) By default the installation token has access to all repositories that the installation can access.GHLabel.set()Begins a single property update.GHRepositoryVariable.set()Begins a single property update.GHLabel.update()Begins a batch update Consumer must callGitHubRequestBuilderDone.done()to commit changes.Name.Constructors in org.kohsuke.github with annotations of type BetaApiModifierConstructorDescriptionprotectedDependentAuthorizationProvider(AuthorizationProvider authorizationProvider) An AuthorizationProvider that requires an authenticated GitHub instance to provide its authorization. -
Uses of BetaApi in org.kohsuke.github.authorization
Constructors in org.kohsuke.github.authorization with annotations of type BetaApiModifierConstructorDescriptionAppInstallationAuthorizationProvider(AppInstallationAuthorizationProvider.AppInstallationProvider appInstallationProvider, AuthorizationProvider authorizationProvider) Provides an AuthorizationProvider that performs automatic token refresh, based on an previously authenticated github client.OrgAppInstallationAuthorizationProvider(String organizationName, AuthorizationProvider authorizationProvider) Deprecated.
AppInstallationAuthorizationProvider