| Package | Description |
|---|---|
| org.kohsuke.github |
| Modifier and Type | Class and Description |
|---|---|
class |
GHCommitSearchBuilder
Deprecated.
|
class |
GHReaction
Deprecated.
|
interface |
Reactable
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
GHAppInstallationToken |
GHAppCreateTokenBuilder.create()
Deprecated.
|
GHReaction |
GHPullRequestReviewComment.createReaction(ReactionContent content)
Deprecated.
|
GHReaction |
GHIssueComment.createReaction(ReactionContent content)
Deprecated.
|
GHReaction |
GHCommitComment.createReaction(ReactionContent content)
Deprecated.
|
GHReaction |
GHIssue.createReaction(ReactionContent content)
Deprecated.
|
GHReaction |
Reactable.createReaction(ReactionContent content)
Deprecated.
|
GHAppCreateTokenBuilder |
GHAppInstallation.createToken()
Deprecated.
|
GHAppCreateTokenBuilder |
GHAppInstallation.createToken(Map<String,GHPermissionType> permissions)
Deprecated.
Use
GHAppInstallation.createToken() instead. |
void |
GHAppInstallation.deleteInstallation()
Deprecated.
|
void |
GHBranchProtection.disableSignedCommits()
Deprecated.
|
void |
GHBranchProtection.enabledSignedCommits()
Deprecated.
|
GHBranchProtectionBuilder |
GHBranch.enableProtection()
Deprecated.
|
GHApp |
GitHub.getApp()
Deprecated.
|
PagedIterable<GHRepositoryStatistics.ContributorStats> |
GHRepositoryStatistics.getContributorStats(boolean waitTillReady)
Deprecated.
|
GHAppInstallation |
GHApp.getInstallationById(long id)
Deprecated.
|
GHAppInstallation |
GHApp.getInstallationByOrganization(String name)
Deprecated.
|
GHAppInstallation |
GHApp.getInstallationByRepository(String ownerName,
String repositoryName)
Deprecated.
|
GHAppInstallation |
GHApp.getInstallationByUser(String name)
Deprecated.
|
URL |
GHBranch.getProtectionUrl()
Deprecated.
|
boolean |
GHBranchProtection.getRequiredSignatures()
Deprecated.
|
boolean |
GHBranch.isProtected()
Deprecated.
|
PagedIterable<GHAppInstallation> |
GHApp.listInstallations()
Deprecated.
|
PagedIterable<GHReaction> |
GHPullRequestReviewComment.listReactions()
Deprecated.
|
PagedIterable<GHReaction> |
GHIssueComment.listReactions()
Deprecated.
|
PagedIterable<GHReaction> |
GHCommitComment.listReactions()
Deprecated.
|
PagedIterable<GHReaction> |
GHIssue.listReactions()
Deprecated.
|
PagedIterable<GHReaction> |
Reactable.listReactions()
Deprecated.
|
GHAppCreateTokenBuilder |
GHAppCreateTokenBuilder.permissions(Map<String,GHPermissionType> permissions)
Deprecated.
|
GHAppCreateTokenBuilder |
GHAppCreateTokenBuilder.repositoryIds(List<Long> repositoryIds)
Deprecated.
|
GHCommitSearchBuilder |
GitHub.searchCommits()
Deprecated.
|
Copyright © 2020. All rights reserved.