| Package | Description |
|---|---|
| org.kohsuke.github |
| Modifier and Type | Field and Description |
|---|---|
protected GitHub |
GHEventPayload.root |
protected GitHub |
GHTeam.root |
protected GitHub |
GHProjectColumn.root |
protected GitHub |
GHMarketplaceAccount.root |
protected GitHub |
GHMarketplaceUserPurchase.root |
protected GitHub |
GHQueryBuilder.root |
protected GitHub |
GHProject.root |
| Modifier and Type | Method and Description |
|---|---|
GitHub |
GitHubBuilder.build()
Build git hub.
|
static GitHub |
GitHub.connect()
Obtains the credential from "~/.github" or from the System Environment Properties.
|
static GitHub |
GitHub.connect(String login,
String oauthAccessToken)
Connect git hub.
|
static GitHub |
GitHub.connect(String login,
String oauthAccessToken,
String password)
Deprecated.
Either OAuth token or password is sufficient, so there's no point in passing both. Use
connectUsingPassword(String, String) or connectUsingOAuth(String). |
static GitHub |
GitHub.connectAnonymously()
Connects to GitHub anonymously.
|
static GitHub |
GitHub.connectToEnterprise(String apiUrl,
String oauthAccessToken)
Deprecated.
|
static GitHub |
GitHub.connectToEnterprise(String apiUrl,
String login,
String password)
Deprecated.
Use with caution. Login with password is not a preferred method.
|
static GitHub |
GitHub.connectToEnterpriseAnonymously(String apiUrl)
Connects to GitHub Enterprise anonymously.
|
static GitHub |
GitHub.connectToEnterpriseWithOAuth(String apiUrl,
String login,
String oauthAccessToken)
Version that connects to GitHub Enterprise.
|
static GitHub |
GitHub.connectUsingOAuth(String oauthAccessToken)
Connect using o auth git hub.
|
static GitHub |
GitHub.connectUsingOAuth(String githubServer,
String oauthAccessToken)
Connect using o auth git hub.
|
static GitHub |
GitHub.connectUsingPassword(String login,
String password)
Connect using password git hub.
|
GitHub |
GHRelease.getRoot()
Gets root.
|
GitHub |
GHAsset.getRoot()
Gets root.
|
GitHub |
GHKey.getRoot()
Gets root.
|
GitHub |
GHMilestone.getRoot()
Gets root.
|
GitHub |
GHProjectColumn.getRoot()
Gets root.
|
GitHub |
GHRepositoryStatistics.ContributorStats.getRoot()
Gets root.
|
GitHub |
GHRepositoryStatistics.CommitActivity.getRoot()
Gets root.
|
GitHub |
GHRepositoryStatistics.Participation.getRoot()
Gets root.
|
GitHub |
GHProjectCard.getRoot()
Gets root.
|
GitHub |
GHAuthorization.getRoot()
Gets root.
|
GitHub |
GHAppInstallationToken.getRoot()
Gets root.
|
GitHub |
GHTagObject.getRoot()
Gets root.
|
GitHub |
GHBranch.getRoot()
Gets root.
|
GitHub |
GHAppInstallation.getRoot()
Gets root.
|
GitHub |
GHTag.getRoot()
Gets root.
|
GitHub |
GHIssueEvent.getRoot()
Gets root.
|
GitHub |
GHProject.getRoot()
Gets root.
|
static GitHub |
GitHub.offline()
An offline-only
GitHub useful for parsing event notification from an unknown source. |
| Modifier and Type | Method and Description |
|---|---|
void |
GHAppInstallationToken.setRoot(GitHub root)
Sets root.
|
void |
GHAppInstallation.setRoot(GitHub root)
Sets root.
|
GHProjectColumn |
GHProjectColumn.wrap(GitHub root)
Wrap gh project column.
|
GHProjectCard |
GHProjectCard.wrap(GitHub root)
Wrap gh project card.
|
GHProject |
GHProject.wrap(GitHub root)
Wrap gh project.
|
| Constructor and Description |
|---|
GHGistBuilder(GitHub root)
Instantiates a new Gh gist builder.
|
Copyright © 2020. All rights reserved.