Uses of Class
org.kohsuke.github.Preview
-
Packages that use Preview Package Description org.kohsuke.github -
-
Uses of Preview in org.kohsuke.github
Classes in org.kohsuke.github with annotations of type Preview Modifier and Type Class Description classGHCheckRunBuilderDeprecated.classGHCommitSearchBuilderDeprecated.static classGHLabel.CreatorDeprecated.static classGHLabel.SetterDeprecated.static classGHLabel.UpdaterDeprecated.classGHReactionDeprecated.interfaceReactableDeprecated.Methods in org.kohsuke.github with annotations of type Preview Modifier and Type Method Description GHAppInstallationTokenGHAppCreateTokenBuilder. create()Deprecated.GHCheckRunBuilderGHRepository. createCheckRun(String name, String headSHA)Deprecated.GHReactionGHCommitComment. createReaction(ReactionContent content)Deprecated.GHReactionGHIssue. createReaction(ReactionContent content)Deprecated.GHReactionGHIssueComment. createReaction(ReactionContent content)Deprecated.GHReactionGHPullRequestReviewComment. createReaction(ReactionContent content)Deprecated.GHReactionReactable. createReaction(ReactionContent content)Deprecated.GHAppCreateTokenBuilderGHAppInstallation. createToken()Deprecated.GHAppCreateTokenBuilderGHAppInstallation. createToken(Map<String,GHPermissionType> permissions)Deprecated.UseGHAppInstallation.createToken()instead.voidGHAppInstallation. deleteInstallation()Deprecated.voidGHBranchProtection. disableSignedCommits()Deprecated.voidGHBranchProtection. enabledSignedCommits()Deprecated.GHBranchProtectionBuilderGHBranch. enableProtection()Deprecated.GHAppGitHub. getApp()Deprecated.PagedIterable<GHCheckRun>GHCommit. getCheckRuns()Deprecated.PagedIterable<GHCheckRun>GHRepository. getCheckRuns(String ref)Deprecated.PagedIterable<GHRepositoryStatistics.ContributorStats>GHRepositoryStatistics. getContributorStats(boolean waitTillReady)Deprecated.GHAppInstallationGHApp. getInstallationById(long id)Deprecated.GHAppInstallationGHApp. getInstallationByOrganization(String name)Deprecated.GHAppInstallationGHApp. getInstallationByRepository(String ownerName, String repositoryName)Deprecated.GHAppInstallationGHApp. getInstallationByUser(String name)Deprecated.URLGHBranch. getProtectionUrl()Deprecated.booleanGHBranchProtection. getRequiredSignatures()Deprecated.booleanGHBranch. isProtected()Deprecated.PagedIterable<GHAppInstallation>GHApp. listInstallations()Deprecated.PagedIterable<GHReaction>GHCommitComment. listReactions()Deprecated.PagedIterable<GHReaction>GHIssue. listReactions()Deprecated.PagedIterable<GHReaction>GHIssueComment. listReactions()Deprecated.PagedIterable<GHReaction>GHPullRequestReviewComment. listReactions()Deprecated.PagedIterable<GHReaction>Reactable. listReactions()Deprecated.GHAppCreateTokenBuilderGHAppCreateTokenBuilder. permissions(Map<String,GHPermissionType> permissions)Deprecated.GHAppCreateTokenBuilderGHAppCreateTokenBuilder. repositoryIds(List<Long> repositoryIds)Deprecated.GHCommitSearchBuilderGitHub. searchCommits()Deprecated.GHDiscussion.SetterGHDiscussion. set()Deprecated.GHLabel.SetterGHLabel. set()Deprecated.GHDiscussion.UpdaterGHDiscussion. update()Deprecated.GHLabel.UpdaterGHLabel. update()Deprecated.
-