| Package | Description |
|---|---|
| org.kohsuke.github |
| Modifier and Type | Method and Description |
|---|---|
GitHubBuilder |
GitHubBuilder.clone() |
static GitHubBuilder |
GitHubBuilder.fromEnvironment()
Creates
GitHubBuilder by picking up coordinates from environment variables. |
static GitHubBuilder |
GitHubBuilder.fromEnvironment(String loginVariableName,
String passwordVariableName,
String oauthVariableName)
Deprecated.
Use
fromEnvironment() to pick up standard set of environment variables, so that different
clients of this library will all recognize one consistent set of coordinates. |
static GitHubBuilder |
GitHubBuilder.fromEnvironment(String loginVariableName,
String passwordVariableName,
String oauthVariableName,
String endpointVariableName)
Deprecated.
Use
fromEnvironment() to pick up standard set of environment variables, so that different
clients of this library will all recognize one consistent set of coordinates. |
static GitHubBuilder |
GitHubBuilder.fromProperties(Properties props)
From properties git hub builder.
|
static GitHubBuilder |
GitHubBuilder.fromPropertyFile()
From property file git hub builder.
|
static GitHubBuilder |
GitHubBuilder.fromPropertyFile(String propertyFileName)
From property file git hub builder.
|
GitHubBuilder |
GitHubBuilder.withAbuseLimitHandler(AbuseLimitHandler handler)
With abuse limit handler git hub builder.
|
GitHubBuilder |
GitHubBuilder.withAppInstallationToken(String appInstallationToken)
Configures
GitHubBuilder with Installation Token generated by the GitHub Application |
GitHubBuilder |
GitHubBuilder.withConnector(HttpConnector connector)
With connector git hub builder.
|
GitHubBuilder |
GitHubBuilder.withEndpoint(String endpoint)
With endpoint git hub builder.
|
GitHubBuilder |
GitHubBuilder.withJwtToken(String jwtToken)
With jwt token git hub builder.
|
GitHubBuilder |
GitHubBuilder.withOAuthToken(String oauthToken)
With o auth token git hub builder.
|
GitHubBuilder |
GitHubBuilder.withOAuthToken(String oauthToken,
String user)
With o auth token git hub builder.
|
GitHubBuilder |
GitHubBuilder.withPassword(String user,
String password)
With password git hub builder.
|
GitHubBuilder |
GitHubBuilder.withProxy(Proxy p)
Configures connector that uses HTTP library in JRE but use a specific
proxy, instead of the system default one.
|
GitHubBuilder |
GitHubBuilder.withRateLimitHandler(RateLimitHandler handler)
With rate limit handler git hub builder.
|
Copyright © 2020. All rights reserved.