Uses of Class
org.kohsuke.github.GitHub
-
Packages that use GitHub Package Description org.kohsuke.github -
-
Uses of GitHub in org.kohsuke.github
Fields in org.kohsuke.github declared as GitHub Modifier and Type Field Description protected GitHubGHEventPayload. rootprotected GitHubGHProject. rootprotected GitHubGHProjectColumn. rootprotected GitHubGHQueryBuilder. rootprotected GitHubGHTeam. rootMethods in org.kohsuke.github that return GitHub Modifier and Type Method Description GitHubGitHubBuilder. build()Build git hub.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.Either OAuth token or password is sufficient, so there's no point in passing both.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)Connect using password git hub.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)Sets root.voidGHAppInstallationToken. setRoot(GitHub root)Sets root.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 GHGistBuilder(GitHub root)Instantiates a new Gh gist builder.
-