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.GitHubGHAppInstallation. getRoot()Deprecated.This method should be used internally only.GitHubGHAppInstallationToken. getRoot()Deprecated.This method should be used internally only.GitHubGHAsset. getRoot()Deprecated.This method should be used internally only.GitHubGHAuthorization. getRoot()Deprecated.This method should be used internally only.GitHubGHBranch. getRoot()Deprecated.This method should be used internally only.GitHubGHIssueEvent. getRoot()Gets root.GitHubGHKey. getRoot()Gets root.GitHubGHMilestone. getRoot()Gets root.GitHubGHProject. getRoot()Gets root.GitHubGHProjectCard. getRoot()Gets root.GitHubGHProjectColumn. getRoot()Gets root.GitHubGHRelease. getRoot()Gets root.GitHubGHRepositoryStatistics.CommitActivity. getRoot()Gets root.GitHubGHRepositoryStatistics.ContributorStats. getRoot()Gets root.GitHubGHRepositoryStatistics.Participation. getRoot()Gets root.GitHubGHTag. getRoot()Gets root.GitHubGHTagObject. getRoot()Gets root.protected GitHubGitHub.DependentAuthorizationProvider. gitHub()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 GHCreateRepositoryBuilder(String name, GitHub root, String apiTail)GHGistBuilder(GitHub root)Instantiates a new Gh gist builder.GHTeamBuilder(GitHub root, String orgName, String name)
-