Uses of Class
org.kohsuke.github.GitHub
-
Packages that use GitHub Package Description org.kohsuke.github -
-
Uses of GitHub in org.kohsuke.github
Methods in org.kohsuke.github that return GitHub Modifier and Type Method Description GitHubGitHubBuilder. build()Builds aGitHubinstance.static GitHubGitHub. connect()Obtains the credential from "~/.github" or from the System Environment Properties.static GitHubGitHub. connect(String login, String oauthAccessToken)Connect git hub.static GitHubGitHub. connect(String login, String oauthAccessToken, String password)Deprecated.static GitHubGitHub. connectAnonymously()Connects to GitHub anonymously.static GitHubGitHub. connectToEnterprise(String apiUrl, String oauthAccessToken)Deprecated.static GitHubGitHub. connectToEnterprise(String apiUrl, String login, String password)Deprecated.Use with caution.static GitHubGitHub. connectToEnterpriseAnonymously(String apiUrl)Connects to GitHub Enterprise anonymously.static GitHubGitHub. connectToEnterpriseWithOAuth(String apiUrl, String login, String oauthAccessToken)Version that connects to GitHub Enterprise.static GitHubGitHub. connectUsingOAuth(String oauthAccessToken)Connect using o auth git hub.static GitHubGitHub. connectUsingOAuth(String githubServer, String oauthAccessToken)Connect using o auth git hub.static GitHubGitHub. connectUsingPassword(String login, String password)Deprecated.UseconnectUsingOAuth(String)instead.protected GitHubGitHub.DependentAuthorizationProvider. gitHub()Git hub.static GitHubGitHub. offline()An offline-onlyGitHubuseful for parsing event notification from an unknown source.Methods in org.kohsuke.github with parameters of type GitHub Modifier and Type Method Description voidGHAppInstallation. setRoot(GitHub root)Deprecated.Do not use this method.voidGHAppInstallationToken. setRoot(GitHub root)Deprecated.Do not use this method.GHProjectGHProject. wrap(GitHub root)Deprecated.GHProjectCardGHProjectCard. wrap(GitHub root)Deprecated.GHProjectColumnGHProjectColumn. wrap(GitHub root)Deprecated.Constructors in org.kohsuke.github with parameters of type GitHub Constructor Description GHAuthenticatedAppInstallation(GitHub root)Instantiates a new GH authenticated app installation.GHCreateRepositoryBuilder(String name, GitHub root, String apiTail)Instantiates a new GH create repository builder.GHGistBuilder(GitHub root)Instantiates a new Gh gist builder.GHTeamBuilder(GitHub root, String orgName, String name)Instantiates a new GH team builder.
-