Class GitHubClientFactory
- java.lang.Object
-
- jetbrains.buildServer.serverSide.oauth.github.GitHubClientFactory
-
public class GitHubClientFactory extends Object
-
-
Constructor Summary
Constructors Constructor Description GitHubClientFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static GitHubClientEx
createGitHubClient(String url)
Deprecated.since 2018.1.static GitHubClientEx
createGitHubClient(String url, KeyStore trustStore)
-
-
-
Method Detail
-
createGitHubClient
@NotNull public static GitHubClientEx createGitHubClient(@NotNull String url, @Nullable KeyStore trustStore) throws MalformedURLException
- Throws:
MalformedURLException
-
createGitHubClient
@Deprecated @NotNull public static GitHubClientEx createGitHubClient(@NotNull String url) throws MalformedURLException
Deprecated.since 2018.1. UsecreateGitHubClient(String, KeyStore)
instead.- Throws:
MalformedURLException
-
-