Uses of Class
org.kohsuke.github.GitHub
Packages that use GitHub
-
Uses of GitHub in org.kohsuke.github
Methods in org.kohsuke.github that return GitHubModifier and TypeMethodDescriptionGitHubBuilder.build()Builds aGitHubinstance.static GitHubGitHub.connect()Obtains the credential from "~/.github" or from the System Environment Properties.static GitHubConnect git hub.static GitHubGitHub.connectAnonymously()Connects to GitHub anonymously.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.protected final GitHubGitHub.DependentAuthorizationProvider.gitHub()Git hub.static GitHubGitHub.offline()An offline-onlyGitHubuseful for parsing event notification from an unknown source.Constructors in org.kohsuke.github with parameters of type GitHubModifierConstructorDescriptionprotectedInstantiates 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.protectedGHRepositoryVariableBuilder(Class<S> intermediateReturnType, GitHub root, GHRepositoryVariable baseInstance) Instantiates a new GH Repository Variable builder.GHTeamBuilder(GitHub root, String orgName, String name) Instantiates a new GH team builder.