Uses of Interface
com.jcabi.github.JsonReadable
-
Packages that use JsonReadable Package Description com.jcabi.github Object Oriented Github API.com.jcabi.github.mock Mock Github server.com.jcabi.github.safe Safe classes. -
-
Uses of JsonReadable in com.jcabi.github
Classes in com.jcabi.github with type parameters of type JsonReadable Modifier and Type Class Description classBulk<T extends JsonReadable>Bulk items, with pre-saved JSON.Subinterfaces of JsonReadable in com.jcabi.github Modifier and Type Interface Description interfaceBlobGithub Git blob.interfaceCommentGithub issue comment.interfaceCommitGithub commit.interfaceCommitsComparisonCommits comparison.interfaceContentGithub content.interfaceDeployKeyGithub deploy key.interfaceEventGithub event.interfaceFileChangeFile change.interfaceForkGithub fork.interfaceGistGithub gist.interfaceGistCommentGist comment.interfaceHookGithub hook.interfaceIssueGithub issue.interfaceLabelGithub label.interfaceLimitGithub Rate Limit API, one resource limit.interfaceMilestoneGithub Milestone.interfaceOrganizationGithub organization.interfacePublicKeyGithub public key.interfacePullGithub pull request.interfacePullCommentGithub pull comment.interfacePullRefGitHub pull request ref.interfaceReleaseGithub release.interfaceReleaseAssetGithub release asset.interfaceRepoGithub repository.interfaceRepoCommitGithub repo commit.interfaceRepoCommitsCommits of a Github repository.interfaceStatusGitHub commit status.interfaceStatusesGithub status.interfaceTagGithub Git Data Tag.interfaceTreeGithub tree.interfaceUserGithub user.interfaceUserEmailsGithub user's emails.Classes in com.jcabi.github that implement JsonReadable Modifier and Type Class Description static classBlob.SmartSmart Blob with extra features.static classComment.SmartSmart comment with additional features.static classCommit.SmartSmart commit.static classCommitsComparison.SmartSmart commits comparison with extra features.static classContent.SmartSmart Content with extra features.static classDeployKey.SmartSmart DeployKey with extra features.static classEvent.SmartSmart event with extra features.static classFileChange.SmartSmart file change with extra features.static classFork.SmartSmart Fork with extra features.static classGist.SmartSmart Gist with extra features.static classGistComment.SmartSmart comment with additional features.static classHook.SmartSmart Hook with extra features.static classIssue.SmartSmart Issue with extra features.static classLabel.SmartSmart Label with extra features.static classLabel.UnmodifiedUnmodified Label with extra features.static classLimit.SmartSmart limits with extra features.static classLimit.ThrottledThrottled Limit.static classMilestone.SmartSmart Milestone with extra features.static classOrganization.SmartSmart Organization with extra features.static classPublicKey.SmartSmart PublicKey with extra features.static classPull.SmartSmart pull request with extra features.static classPullComment.SmartSmart PullComment with extra features.static classPullRef.SmartSmart pull request ref with extra features.static classRelease.SmartSmart release.static classReleaseAsset.SmartSmart ReleaseAsset with extra features.static classRepo.SmartSmart Repo with extra features.static classRepoCommit.SmartSmart commit.static classRepos.RepoCreateSettings to use when creating a new GitHub repository.classRtStatusGithub commit status.classRtStatusesGithub statuses for a given commit.static classStatus.SmartSmart Status with extra features.static classStatuses.StatusCreateData to use when creating a new GitHub commit status.static classUser.SmartSmart user with extra features. -
Uses of JsonReadable in com.jcabi.github.mock
Classes in com.jcabi.github.mock that implement JsonReadable Modifier and Type Class Description classMkCommitMock of Github Commit.classMkFileChangeMock file change.classMkOrganizationMock GitHub organization. -
Uses of JsonReadable in com.jcabi.github.safe
Classes in com.jcabi.github.safe that implement JsonReadable Modifier and Type Class Description classSfCommentSafe comment.classSfIssueSafe issue.
-