Uses of Class
org.kohsuke.github.GitHubBuilder
Packages that use GitHubBuilder
-
Uses of GitHubBuilder in org.kohsuke.github
Methods in org.kohsuke.github that return GitHubBuilderModifier and TypeMethodDescriptionGitHubBuilder.clone()Clone.static GitHubBuilderGitHubBuilder.fromEnvironment()CreatesGitHubBuilderby picking up coordinates from environment variables.static GitHubBuilderGitHubBuilder.fromEnvironment(String loginVariableName, String passwordVariableName, String oauthVariableName) Deprecated.static GitHubBuilderGitHubBuilder.fromEnvironment(String loginVariableName, String passwordVariableName, String oauthVariableName, String endpointVariableName) Deprecated.UsefromEnvironment()to pick up standard set of environment variables, so that different clients of this library will all recognize one consistent set of coordinates.static GitHubBuilderGitHubBuilder.fromProperties(Properties props) From properties git hub builder.static GitHubBuilderGitHubBuilder.fromPropertyFile()From property file git hub builder.static GitHubBuilderGitHubBuilder.fromPropertyFile(String propertyFileName) From property file git hub builder.GitHubBuilder.withAbuseLimitHandler(AbuseLimitHandler handler) Deprecated.GitHubBuilder.withAbuseLimitHandler(GitHubAbuseLimitHandler handler) Adds aGitHubAbuseLimitHandlerto thisGitHubBuilder.GitHubBuilder.withAppInstallationToken(String appInstallationToken) ConfiguresGitHubBuilderwith Installation Token generated by the GitHub Application.GitHubBuilder.withAuthorizationProvider(AuthorizationProvider authorizationProvider) Configures aAuthorizationProviderfor this builder There can be only one authorization provider per client instance.GitHubBuilder.withConnector(GitHubConnector connector) With connector git hub builder.GitHubBuilder.withConnector(HttpConnector connector) Deprecated.GitHubBuilder.withEndpoint(String endpoint) With endpoint git hub builder.GitHubBuilder.withJwtToken(String jwtToken) With jwt token git hub builder.GitHubBuilder.withOAuthToken(String oauthToken) With o auth token git hub builder.GitHubBuilder.withOAuthToken(String oauthToken, String user) With o auth token git hub builder.GitHubBuilder.withPassword(String user, String password) With password git hub builder.Configures connector that uses HTTP library in JRE but use a specific proxy, instead of the system default one.GitHubBuilder.withRateLimitChecker(RateLimitChecker coreRateLimitChecker) Adds aRateLimitCheckerfor the Core API for thisGitHubBuilder.GitHubBuilder.withRateLimitChecker(RateLimitChecker rateLimitChecker, RateLimitTarget rateLimitTarget) Adds aRateLimitCheckerto thisGitHubBuilder.GitHubBuilder.withRateLimitHandler(GitHubRateLimitHandler handler) Adds aGitHubRateLimitHandlerto thisGitHubBuilder.GitHubBuilder.withRateLimitHandler(RateLimitHandler handler) Adds aRateLimitHandlerto thisGitHubBuilder.
fromEnvironment()to pick up standard set of environment variables, so that different clients of this library will all recognize one consistent set of coordinates.