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 class
Bulk<T extends JsonReadable>
Bulk items, with pre-saved JSON.Subinterfaces of JsonReadable in com.jcabi.github Modifier and Type Interface Description interface
Blob
Github Git blob.interface
Comment
Github issue comment.interface
Commit
Github commit.interface
CommitsComparison
Commits comparison.interface
Content
Github content.interface
DeployKey
Github deploy key.interface
Event
Github event.interface
FileChange
File change.interface
Fork
Github fork.interface
Gist
Github gist.interface
GistComment
Gist comment.interface
Hook
Github hook.interface
Issue
Github issue.interface
Label
Github label.interface
Limit
Github Rate Limit API, one resource limit.interface
Milestone
Github Milestone.interface
Organization
Github organization.interface
PublicKey
Github public key.interface
Pull
Github pull request.interface
PullComment
Github pull comment.interface
PullRef
GitHub pull request ref.interface
Release
Github release.interface
ReleaseAsset
Github release asset.interface
Repo
Github repository.interface
RepoCommit
Github repo commit.interface
RepoCommits
Commits of a Github repository.interface
Status
GitHub commit status.interface
Statuses
Github status.interface
Tag
Github Git Data Tag.interface
Tree
Github tree.interface
User
Github user.interface
UserEmails
Github user's emails.Classes in com.jcabi.github that implement JsonReadable Modifier and Type Class Description static class
Blob.Smart
Smart Blob with extra features.static class
Comment.Smart
Smart comment with additional features.static class
Commit.Smart
Smart commit.static class
CommitsComparison.Smart
Smart commits comparison with extra features.static class
Content.Smart
Smart Content with extra features.static class
DeployKey.Smart
Smart DeployKey with extra features.static class
Event.Smart
Smart event with extra features.static class
FileChange.Smart
Smart file change with extra features.static class
Fork.Smart
Smart Fork with extra features.static class
Gist.Smart
Smart Gist with extra features.static class
GistComment.Smart
Smart comment with additional features.static class
Hook.Smart
Smart Hook with extra features.static class
Issue.Smart
Smart Issue with extra features.static class
Label.Smart
Smart Label with extra features.static class
Label.Unmodified
Unmodified Label with extra features.static class
Limit.Smart
Smart limits with extra features.static class
Limit.Throttled
Throttled Limit.static class
Milestone.Smart
Smart Milestone with extra features.static class
Organization.Smart
Smart Organization with extra features.static class
PublicKey.Smart
Smart PublicKey with extra features.static class
Pull.Smart
Smart pull request with extra features.static class
PullComment.Smart
Smart PullComment with extra features.static class
PullRef.Smart
Smart pull request ref with extra features.static class
Release.Smart
Smart release.static class
ReleaseAsset.Smart
Smart ReleaseAsset with extra features.static class
Repo.Smart
Smart Repo with extra features.static class
RepoCommit.Smart
Smart commit.static class
Repos.RepoCreate
Settings to use when creating a new GitHub repository.class
RtStatus
Github commit status.class
RtStatuses
Github statuses for a given commit.static class
Status.Smart
Smart Status with extra features.static class
Statuses.StatusCreate
Data to use when creating a new GitHub commit status.static class
User.Smart
Smart 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 class
MkCommit
Mock of Github Commit.class
MkFileChange
Mock file change.class
MkOrganization
Mock GitHub organization. -
Uses of JsonReadable in com.jcabi.github.safe
Classes in com.jcabi.github.safe that implement JsonReadable Modifier and Type Class Description class
SfComment
Safe comment.class
SfIssue
Safe issue.
-