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()Gets root.GitHubGHAppInstallationToken. getRoot()Gets root.GitHubGHAsset. getRoot()Gets root.GitHubGHAuthorization. getRoot()Gets root.GitHubGHBranch. getRoot()Gets root.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.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)Wrap gh project.GHProjectCardGHProjectCard. wrap(GitHub root)Wrap gh project card.GHProjectColumnGHProjectColumn. wrap(GitHub root)Wrap gh project column.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)
-