Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W X 

A

add(String) - Method in interface com.jcabi.github.Collaborators
Add user as a collaborator.
add(Iterable<String>) - Method in interface com.jcabi.github.IssueLabels
Add new labels.
add(Iterable<String>) - Method in class com.jcabi.github.IssueLabels.Smart
 
add(Iterable<String>) - Method in interface com.jcabi.github.UserEmails
Add emails.
addIfAbsent(String) - Method in class com.jcabi.github.IssueLabels.Smart
Add label if it is absent, don't touch its color if exists.
addIfAbsent(String, String) - Method in class com.jcabi.github.IssueLabels.Smart
Add label if it is absent, and set its color in any case.
additions() - Method in class com.jcabi.github.FileChange.Smart
Number of lines added, or 0 if the file is binary.
addMember(User) - Method in class com.jcabi.github.mock.MkOrganization
Add the given user to this organization.
apply(Iterable<Directive>) - Method in interface com.jcabi.github.mock.MkStorage
Update XML with this directives.
apply(Iterable<Directive>) - Method in class com.jcabi.github.mock.MkStorage.InFile
 
apply(Iterable<Directive>) - Method in class com.jcabi.github.mock.MkStorage.Synced
 
assets() - Method in interface com.jcabi.github.Release
Get all release assets of this release.
assets() - Method in class com.jcabi.github.Release.Smart
 
assetsUrl() - Method in class com.jcabi.github.Release.Smart
Get release assets url.
assign(String) - Method in class com.jcabi.github.Issue.Smart
Assign this issue to another user.
ASSIGNED - Static variable in interface com.jcabi.github.Event
Event type.
assignee() - Method in class com.jcabi.github.Issue.Smart
Get its assignee.
Assignees - Interface in com.jcabi.github
Github Assignees.
assignees() - Method in interface com.jcabi.github.Repo
Get all available assignees to which issues may be assigned.
assignees() - Method in class com.jcabi.github.Repo.Smart
 
author() - Method in class com.jcabi.github.Comment.Smart
Get its author.
author() - Method in class com.jcabi.github.Event.Smart
Get its author.
author() - Method in class com.jcabi.github.GistComment.Smart
Get its author.
author() - Method in class com.jcabi.github.Issue.Smart
Get its author.
author() - Method in class com.jcabi.github.Pull.Smart
Get its author.
author() - Method in class com.jcabi.github.PullComment.Smart
Get its author.
autoInit() - Method in class com.jcabi.github.Repos.RepoCreate
Auto-init the new repo? If absent, the GitHub default will be used.
avatarUrl() - Method in class com.jcabi.github.Organization.Smart
Get its avatar URL.
avatarUrl() - Method in class com.jcabi.github.User.Smart
Get his avatar URL.

B

base() - Method in interface com.jcabi.github.Pull
Get its base ref.
base() - Method in class com.jcabi.github.Pull.Smart
 
billingEmail() - Method in class com.jcabi.github.Organization.Smart
Get its billingEmail.
billingEmail(String) - Method in class com.jcabi.github.Organization.Smart
Change its billingEmail.
bio() - Method in class com.jcabi.github.User.Smart
Returns the value of bio property of User's JSON.
Blob - Interface in com.jcabi.github
Github Git blob.
Blob.Smart - Class in com.jcabi.github
Smart Blob with extra features.
Blobs - Interface in com.jcabi.github
Github Git Data Blobs.
blobs() - Method in interface com.jcabi.github.Git
Get its blobs.
blobUrl() - Method in class com.jcabi.github.FileChange.Smart
URL for the file's git blob.
blog() - Method in class com.jcabi.github.Organization.Smart
Get its blog.
blog() - Method in class com.jcabi.github.User.Smart
Returns the value of blog property of User's JSON.
body() - Method in class com.jcabi.github.Comment.Smart
Get its body.
body(String) - Method in class com.jcabi.github.Comment.Smart
Change comment body.
body() - Method in class com.jcabi.github.GistComment.Smart
Get its body.
body(String) - Method in class com.jcabi.github.GistComment.Smart
Change comment body.
body() - Method in class com.jcabi.github.Issue.Smart
Get its body.
body(String) - Method in class com.jcabi.github.Issue.Smart
Change its body.
body() - Method in class com.jcabi.github.Pull.Smart
Get its body.
body(String) - Method in class com.jcabi.github.Pull.Smart
Change its body.
body() - Method in class com.jcabi.github.PullComment.Smart
Get its body value.
body(String) - Method in class com.jcabi.github.PullComment.Smart
Change its body value.
body() - Method in class com.jcabi.github.Release.Smart
Get release body.
body(String) - Method in class com.jcabi.github.Release.Smart
Change its body.
Branch - Interface in com.jcabi.github
Git branch.
Branches - Interface in com.jcabi.github
Git branches.
branches() - Method in interface com.jcabi.github.Repo
Get repository's branches.
branches() - Method in class com.jcabi.github.Repo.Smart
 
Bulk<T extends JsonReadable> - Class in com.jcabi.github
Bulk items, with pre-saved JSON.
Bulk(Iterable<T>) - Constructor for class com.jcabi.github.Bulk
Public ctor.
bytes() - Method in interface com.jcabi.github.Language
Number of bytes of code written in that language.
bytes() - Method in class com.jcabi.github.RtLanguage
 

C

CarefulWire - Class in com.jcabi.github.wire
Wire that waits if number of remaining request per hour is less than a given threshold.
CarefulWire(Wire, int) - Constructor for class com.jcabi.github.wire.CarefulWire
Public ctor.
changes() - Method in class com.jcabi.github.FileChange.Smart
Number of lines modified, which is equal to the sum of FileChange.Smart.additions() and FileChange.Smart.deletions().
check(String) - Method in interface com.jcabi.github.Assignees
Check check if a particular user is an assignee for a repository.
clear() - Method in interface com.jcabi.github.IssueLabels
Remove all labels.
clear() - Method in class com.jcabi.github.IssueLabels.Smart
 
cloneUrl() - Method in class com.jcabi.github.Fork.Smart
Get its clone url.
close() - Method in class com.jcabi.github.Issue.Smart
Close it (make sure it's closed).
close() - Method in class com.jcabi.github.Milestone.Smart
Close it (make sure it's closed).
CLOSED - Static variable in interface com.jcabi.github.Event
Event type.
CLOSED_STATE - Static variable in interface com.jcabi.github.Issue
Issue state.
CLOSED_STATE - Static variable in interface com.jcabi.github.Milestone
Milestone state.
closedAt() - Method in class com.jcabi.github.Issue.Smart
When this issue was closed.
closedAt() - Method in class com.jcabi.github.Pull.Smart
When this pull request was closed.
closedIssues() - Method in class com.jcabi.github.Milestone.Smart
Get number of closed issues.
codes(String, String, Search.Order) - Method in interface com.jcabi.github.Search
Search code.
Collaborators - Interface in com.jcabi.github
Github repository collaborators.
collaborators() - Method in interface com.jcabi.github.Repo
Gel all collaborators.
collaborators() - Method in class com.jcabi.github.Repo.Smart
 
color() - Method in class com.jcabi.github.Label.Smart
Get its color.
color(String) - Method in class com.jcabi.github.Label.Smart
Set its color.
com.jcabi.github - package com.jcabi.github
Object Oriented Github API.
com.jcabi.github.mock - package com.jcabi.github.mock
Mock Github server.
com.jcabi.github.safe - package com.jcabi.github.safe
Safe classes.
com.jcabi.github.wire - package com.jcabi.github.wire
Wires.
Comment - Interface in com.jcabi.github
Github issue comment.
Comment.Smart - Class in com.jcabi.github
Smart comment with additional features.
Comments - Interface in com.jcabi.github
Github comments.
comments() - Method in interface com.jcabi.github.Gist
Get all comments of the gist.
comments() - Method in class com.jcabi.github.Gist.Smart
 
comments() - Method in interface com.jcabi.github.Issue
Get all comments of the issue.
comments() - Method in class com.jcabi.github.Issue.Smart
 
comments() - Method in interface com.jcabi.github.Pull
Get Pull Comments.
comments() - Method in class com.jcabi.github.Pull.Smart
 
comments() - Method in class com.jcabi.github.safe.SfIssue
 
commentsCount() - Method in class com.jcabi.github.Pull.Smart
Get comments count.
commit() - Method in interface com.jcabi.github.Branch
Commit that the branch currently points to.
Commit - Interface in com.jcabi.github
Github commit.
commit() - Method in class com.jcabi.github.mock.MkBranch
 
commit() - Method in class com.jcabi.github.PullRef.Smart
Get its commit.
commit() - Method in class com.jcabi.github.RtBranch
 
commit() - Method in class com.jcabi.github.RtStatus
 
commit() - Method in class com.jcabi.github.RtStatuses
Get commit object.
commit() - Method in interface com.jcabi.github.Status
Associated commit.
commit() - Method in class com.jcabi.github.Status.Smart
 
commit() - Method in interface com.jcabi.github.Statuses
Associated commit.
Commit.Smart - Class in com.jcabi.github
Smart commit.
commitId() - Method in class com.jcabi.github.PullComment.Smart
Get its commit id value.
commitId(String) - Method in class com.jcabi.github.PullComment.Smart
Change its commit id value.
commitish() - Method in class com.jcabi.github.Release.Smart
Get release target commitish.
commitish(String) - Method in class com.jcabi.github.Release.Smart
Change its target commitish.
Commits - Interface in com.jcabi.github
Github Git Data Commits.
commits() - Method in class com.jcabi.github.CommitsComparison.Smart
Get commits.
commits() - Method in interface com.jcabi.github.Git
Get its commits.
commits() - Method in interface com.jcabi.github.Pull
Get all commits of the pull request.
commits() - Method in class com.jcabi.github.Pull.Smart
 
commits() - Method in interface com.jcabi.github.Repo
Get repository's commits.
commits() - Method in class com.jcabi.github.Repo.Smart
 
CommitsComparison - Interface in com.jcabi.github
Commits comparison.
CommitsComparison.Smart - Class in com.jcabi.github
Smart commits comparison with extra features.
company() - Method in class com.jcabi.github.Organization.Smart
Get its company.
company(String) - Method in class com.jcabi.github.Organization.Smart
Change its company.
company() - Method in class com.jcabi.github.User.Smart
Get his company.
compare(String, String) - Method in interface com.jcabi.github.RepoCommits
Compare two commits.
compareTo(Comment) - Method in class com.jcabi.github.Comment.Smart
 
compareTo(Commit) - Method in class com.jcabi.github.Commit.Smart
 
compareTo(Content) - Method in class com.jcabi.github.Content.Smart
 
compareTo(Coordinates) - Method in class com.jcabi.github.Coordinates.Simple
 
compareTo(Event) - Method in class com.jcabi.github.Event.Smart
 
compareTo(GistComment) - Method in class com.jcabi.github.GistComment.Smart
 
compareTo(Issue) - Method in class com.jcabi.github.Issue.Smart
 
compareTo(Label) - Method in class com.jcabi.github.Label.Smart
 
compareTo(Label) - Method in class com.jcabi.github.Label.Unmodified
 
compareTo(Milestone) - Method in class com.jcabi.github.Milestone.Smart
 
compareTo(Commit) - Method in class com.jcabi.github.mock.MkCommit
 
compareTo(Organization) - Method in class com.jcabi.github.mock.MkOrganization
 
compareTo(Organization) - Method in class com.jcabi.github.Organization.Smart
 
compareTo(Pull) - Method in class com.jcabi.github.Pull.Smart
 
compareTo(PullComment) - Method in class com.jcabi.github.PullComment.Smart
 
compareTo(Repo) - Method in class com.jcabi.github.Repo.Smart
 
compareTo(RepoCommit) - Method in class com.jcabi.github.RepoCommit.Smart
 
compareTo(Comment) - Method in class com.jcabi.github.safe.SfComment
 
compareTo(Issue) - Method in class com.jcabi.github.safe.SfIssue
 
conceal(User) - Method in class com.jcabi.github.mock.MkPublicMembers
 
conceal(User) - Method in interface com.jcabi.github.PublicMembers
Conceal a user's membership from public view.
conceal(User) - Method in class com.jcabi.github.RtPublicMembers
 
contains(String) - Method in class com.jcabi.github.IssueLabels.Smart
Label exists?
contains(String) - Method in class com.jcabi.github.Labels.Smart
Label exists?
contains(User) - Method in class com.jcabi.github.mock.MkPublicMembers
 
contains(User) - Method in interface com.jcabi.github.PublicMembers
Check whether the user is a public member of this organization.
contains(User) - Method in class com.jcabi.github.RtPublicMembers
 
Content - Interface in com.jcabi.github
Github content.
content() - Method in class com.jcabi.github.Content.Smart
Get its encoded content.
Content.Smart - Class in com.jcabi.github
Smart Content with extra features.
Contents - Interface in com.jcabi.github
Github contents.
contents() - Method in interface com.jcabi.github.Repo
Get all contents of the repo.
contents() - Method in class com.jcabi.github.Repo.Smart
 
contentsUrl() - Method in class com.jcabi.github.FileChange.Smart
Repo contents URL for the file.
contentType() - Method in class com.jcabi.github.ReleaseAsset.Smart
Get its content type.
context() - Method in class com.jcabi.github.Status.Smart
Get context.
Coordinates - Interface in com.jcabi.github
Repository coordinates.
coordinates() - Method in interface com.jcabi.github.Repo
Get its coordinates.
coordinates() - Method in class com.jcabi.github.Repo.Smart
 
Coordinates.Simple - Class in com.jcabi.github
Jcabi.http implementation.
COPYING - Static variable in class com.jcabi.github.RtPagination
Mapping that just copies JsonObject.
CORE - Static variable in interface com.jcabi.github.Limits
Resource name.
create(String, String) - Method in interface com.jcabi.github.Blobs
Create a blob.
create(JsonObject) - Method in interface com.jcabi.github.Commits
Create a Commit object.
create(JsonObject) - Method in interface com.jcabi.github.Contents
Create new file.
create(String, String) - Method in interface com.jcabi.github.DeployKeys
Create a deploy key.
create(String) - Method in interface com.jcabi.github.Forks
Create a fork for the authenticated user.
create(Map<String, String>, boolean) - Method in interface com.jcabi.github.Gists
Create a new gist.
create(String, Map<String, String>, boolean) - Method in interface com.jcabi.github.Hooks
Create new hook.
create(String, String) - Method in interface com.jcabi.github.Issues
Create new issue.
create(String, String) - Method in interface com.jcabi.github.Labels
Create new label.
create(String, String) - Method in class com.jcabi.github.Labels.Smart
 
create(String) - Method in interface com.jcabi.github.Milestones
Create Milestone.
create(String, String) - Method in class com.jcabi.github.mock.MkBranches
Creates a new branch.
create(JsonObject) - Method in class com.jcabi.github.mock.MkCommits
 
create(String, String) - Method in interface com.jcabi.github.PublicKeys
Create a public key.
create(String, String, String) - Method in interface com.jcabi.github.Pulls
Create new get.
create(String, String) - Method in interface com.jcabi.github.References
Creates a reference.
create(String) - Method in interface com.jcabi.github.Releases
Create new release.
create(String) - Method in class com.jcabi.github.Releases.Smart
 
create(Repos.RepoCreate) - Method in interface com.jcabi.github.Repos
Create repository.
create(JsonObject) - Method in class com.jcabi.github.RtCommits
 
create(Statuses.StatusCreate) - Method in class com.jcabi.github.RtStatuses
Create new status for a commit.
create(Statuses.StatusCreate) - Method in interface com.jcabi.github.Statuses
Create new status.
create(JsonObject) - Method in interface com.jcabi.github.Tags
Create a Tag object.
create(JsonObject) - Method in interface com.jcabi.github.Trees
Create new tree.
created() - Method in class com.jcabi.github.User.Smart
Returns the value of created_at property of User's JSON.
createdAt() - Method in class com.jcabi.github.Comment.Smart
When this comment was created.
createdAt() - Method in class com.jcabi.github.Event.Smart
When this issue was created.
createdAt() - Method in class com.jcabi.github.GistComment.Smart
When this comment was created.
createdAt() - Method in class com.jcabi.github.Issue.Smart
When this issue was created.
createdAt() - Method in class com.jcabi.github.Milestone.Smart
When this milestone was created.
createdAt() - Method in class com.jcabi.github.Organization.Smart
When this organisation was created.
createdAt() - Method in class com.jcabi.github.Pull.Smart
When this pull request was created.
createdAt() - Method in class com.jcabi.github.Release.Smart
Get release creation date.
createdAt() - Method in class com.jcabi.github.ReleaseAsset.Smart
When it was created.
createdAt() - Method in class com.jcabi.github.Status.Smart
When this commit status was created.
createOrGet(String) - Method in class com.jcabi.github.Labels.Smart
Create or get label.
createOrGet(String, String) - Method in class com.jcabi.github.Labels.Smart
Create or get label (with this explicit color).
creator() - Method in class com.jcabi.github.Milestone.Smart
Get its creator.
creator() - Method in class com.jcabi.github.Status.Smart
Get its creator.

D

date() - Method in class com.jcabi.github.Github.Time
Get date.
decoded() - Method in class com.jcabi.github.Content.Smart
Get its decoded content.
defaultBranch() - Method in class com.jcabi.github.Fork.Smart
Get its default branch.
delete(String) - Method in interface com.jcabi.github.Labels
Delete label by name.
delete(String) - Method in class com.jcabi.github.Labels.Smart
 
delete() - Method in interface com.jcabi.github.Release
Deletes a release.
delete() - Method in class com.jcabi.github.Release.Smart
 
deleteSubscription() - Method in interface com.jcabi.github.GitHubThread
Unsubscribes the user from this thread.
deletions() - Method in class com.jcabi.github.FileChange.Smart
Number of lines deleted, or 0 if the file is binary.
DEMILESTONED - Static variable in interface com.jcabi.github.Event
Event type.
DeployKey - Interface in com.jcabi.github
Github deploy key.
DeployKey.Smart - Class in com.jcabi.github
Smart DeployKey with extra features.
DeployKeys - Interface in com.jcabi.github
Github deploy keys.
description() - Method in class com.jcabi.github.Fork.Smart
Get its description.
description() - Method in class com.jcabi.github.Milestone.Smart
Get its description.
description(String) - Method in class com.jcabi.github.Milestone.Smart
Change its description.
description() - Method in class com.jcabi.github.Repo.Smart
Get its description.
description() - Method in class com.jcabi.github.Repos.RepoCreate
Description of the new repo.
description() - Method in class com.jcabi.github.Status.Smart
Get description.
diff(String, String) - Method in interface com.jcabi.github.RepoCommits
Compare two commits and provide result in diff format.
downloadCount() - Method in class com.jcabi.github.ReleaseAsset.Smart
Get its downloadCount.
draft() - Method in class com.jcabi.github.Release.Smart
Is release draft.
draft(boolean) - Method in class com.jcabi.github.Release.Smart
Change its status.
dueOn() - Method in class com.jcabi.github.Milestone.Smart
The milestone due date.
dueOn(Date) - Method in class com.jcabi.github.Milestone.Smart
Change milestone due date.

E

email() - Method in class com.jcabi.github.Organization.Smart
Get its email.
email(String) - Method in class com.jcabi.github.Organization.Smart
Change its email.
email() - Method in class com.jcabi.github.User.Smart
Get his email.
emails() - Method in interface com.jcabi.github.User
Get user's emails.
emails() - Method in class com.jcabi.github.User.Smart
 
emojis() - Method in interface com.jcabi.github.Github
Get emojis.
emojis() - Method in class com.jcabi.github.mock.MkGithub
 
emojis() - Method in class com.jcabi.github.RtGithub
 
entry() - Method in interface com.jcabi.github.Github
RESTful request, an entry point to the Github API.
entry() - Method in class com.jcabi.github.mock.MkGithub
 
entry() - Method in class com.jcabi.github.RtGithub
 
Event - Interface in com.jcabi.github
Github event.
Event.Smart - Class in com.jcabi.github
Smart event with extra features.
events() - Method in interface com.jcabi.github.Issue
Get all events of the issue.
events() - Method in class com.jcabi.github.Issue.Smart
 
events() - Method in class com.jcabi.github.safe.SfIssue
 
eventsUrl() - Method in class com.jcabi.github.User.Smart
Returns the value of events_url property of User's JSON.
exists(String, String) - Method in interface com.jcabi.github.Contents
Check whether content exists or not.
exists() - Method in interface com.jcabi.github.Issue
Does this issue exist in Github?
exists() - Method in class com.jcabi.github.Issue.Smart
 
exists(String) - Method in class com.jcabi.github.Releases.Smart
This release exists by the tag.
exists() - Method in class com.jcabi.github.Repo.Smart
Does this Repo actually exist in Github?
exists() - Method in class com.jcabi.github.safe.SfIssue
 
exists() - Method in class com.jcabi.github.User.Smart
Does it exist in GitHub?

F

FileChange - Interface in com.jcabi.github
File change.
FileChange.Smart - Class in com.jcabi.github
Smart file change with extra features.
FileChange.Status - Enum in com.jcabi.github
 
filename() - Method in class com.jcabi.github.FileChange.Smart
File's name.
files() - Method in interface com.jcabi.github.CommitsComparison
Iterate over the file changes between the two commits being compared.
files() - Method in class com.jcabi.github.CommitsComparison.Smart
 
files() - Method in class com.jcabi.github.Gist.Smart
Get a list of all file names in the gist.
files() - Method in interface com.jcabi.github.Pull
List all files of the pull request.
files() - Method in class com.jcabi.github.Pull.Smart
 
find(String) - Method in class com.jcabi.github.Releases.Smart
Find release by the tag (runtime exception if not found).
findByColor(String) - Method in class com.jcabi.github.IssueLabels.Smart
Select all labels with the given color.
followers() - Method in class com.jcabi.github.Organization.Smart
Get its followers count.
followersCount() - Method in class com.jcabi.github.User.Smart
Returns the value of followers property of User's JSON.
followersUrl() - Method in class com.jcabi.github.User.Smart
Returns the value of followers_url property of User's JSON.
following() - Method in class com.jcabi.github.Organization.Smart
Get its following count.
followingCount() - Method in class com.jcabi.github.User.Smart
Returns the value of following property of User's JSON.
followingUrl() - Method in class com.jcabi.github.User.Smart
Returns the value of following_url property of User's JSON.
Fork - Interface in com.jcabi.github
Github fork.
fork() - Method in interface com.jcabi.github.Gist
Fork the gist.
fork() - Method in class com.jcabi.github.Gist.Smart
 
Fork.Smart - Class in com.jcabi.github
Smart Fork with extra features.
forks() - Method in class com.jcabi.github.Fork.Smart
Get its forks count.
Forks - Interface in com.jcabi.github
Github forks.
forks() - Method in interface com.jcabi.github.Repo
Get all forks of the repo.
forks() - Method in class com.jcabi.github.Repo.Smart
 
format() - Method in class com.jcabi.github.FromProperties
 
FORMAT_ISO - Static variable in class com.jcabi.github.Github.Time
Pattern to present day in ISO-8601.
forValue(String) - Static method in enum com.jcabi.github.FileChange.Status
Get file change status corresponding to the given status string.
forValue(String) - Static method in enum com.jcabi.github.Status.State
Get enum value from identifier string.
FromProperties - Class in com.jcabi.github
User agent data read from the jcabigithub.properties file.
FromProperties(String) - Constructor for class com.jcabi.github.FromProperties
Ctor.
fullName() - Method in class com.jcabi.github.Fork.Smart
Get its full name.

G

get(String) - Method in interface com.jcabi.github.Blobs
Get specific blob by sha.
get(int) - Method in interface com.jcabi.github.Comments
Get comment by number.
get(String) - Method in interface com.jcabi.github.Commits
Return a Commit by its SHA.
get(String, String) - Method in interface com.jcabi.github.Contents
Get the contents of a single file or symbolic link in a repository.
get(String) - Method in interface com.jcabi.github.Contents
Get the contents of a single file or symbolic link.
get(int) - Method in interface com.jcabi.github.DeployKeys
Get a single deploy key.
get(int) - Method in interface com.jcabi.github.GistComments
Get comment by number.
get(String) - Method in interface com.jcabi.github.Gists
Get gist by name.
get(int) - Method in interface com.jcabi.github.Hooks
Get specific hook by number.
get(int) - Method in interface com.jcabi.github.IssueEvents
Get specific issue event by number.
get(String) - Method in class com.jcabi.github.IssueLabels.Smart
Get label by name (runtime exception if absent).
get(int) - Method in interface com.jcabi.github.Issues
Get specific issue by number.
get(String) - Method in interface com.jcabi.github.Labels
Get a label by name.
get(String) - Method in class com.jcabi.github.Labels.Smart
 
get(String) - Method in interface com.jcabi.github.Limits
Get limit for the given resource.
get(String) - Method in class com.jcabi.github.Limits.Throttled
 
get(int) - Method in interface com.jcabi.github.Milestones
Get specific milestone by number.
get(String) - Method in class com.jcabi.github.mock.MkBranches
Gets a branch by name.
get(String) - Method in class com.jcabi.github.mock.MkCommits
 
get(int) - Method in interface com.jcabi.github.Notifications
Get a single notification.
get(String) - Method in interface com.jcabi.github.Organizations
Get specific organization by name.
get(int) - Method in interface com.jcabi.github.PublicKeys
Get a single public key.
get(int) - Method in interface com.jcabi.github.PullComments
Get specific pull comment by number.
get(int) - Method in interface com.jcabi.github.Pulls
Get specific get by number.
get(String) - Method in interface com.jcabi.github.References
Get Reference by identifier.
get(int) - Method in interface com.jcabi.github.ReleaseAssets
Get a single release asset.
get(int) - Method in interface com.jcabi.github.Releases
Get a single release.
get(int) - Method in class com.jcabi.github.Releases.Smart
 
get(String) - Method in interface com.jcabi.github.RepoCommits
Get single repository's commits.
get(Coordinates) - Method in interface com.jcabi.github.Repos
Get repository by name.
get(String) - Method in class com.jcabi.github.RtCommits
 
get(int) - Method in class com.jcabi.github.safe.SfComments
 
get(String) - Method in interface com.jcabi.github.Tags
Return a Tag by its SHA.
get(String) - Method in interface com.jcabi.github.Trees
Get specific tree by sha.
get(String) - Method in interface com.jcabi.github.Users
Get user by login.
getRec(String) - Method in interface com.jcabi.github.Trees
Get specific tree recursively by sha.
getSubscription() - Method in interface com.jcabi.github.GitHubThread
Checks, if the current user is subscribed to this thread.
Gist - Interface in com.jcabi.github
Github gist.
gist() - Method in interface com.jcabi.github.GistComment
The gist it's in.
gist() - Method in class com.jcabi.github.GistComment.Smart
 
gist() - Method in interface com.jcabi.github.GistComments
The gist we're in.
Gist.Smart - Class in com.jcabi.github
Smart Gist with extra features.
GistComment - Interface in com.jcabi.github
Gist comment.
GistComment.Smart - Class in com.jcabi.github
Smart comment with additional features.
GistComments - Interface in com.jcabi.github
Gist Comments.
Gists - Interface in com.jcabi.github
Github gists.
gists() - Method in interface com.jcabi.github.Github
Get Gists API entry point.
gists() - Method in class com.jcabi.github.mock.MkGithub
 
gists() - Method in class com.jcabi.github.RtGithub
 
gistsUrl() - Method in class com.jcabi.github.User.Smart
Returns the value of gists_url property of User's JSON.
Git - Interface in com.jcabi.github
Github Git.
git() - Method in interface com.jcabi.github.Repo
Get the Git API entry point.
git() - Method in class com.jcabi.github.Repo.Smart
 
github() - Method in interface com.jcabi.github.Gist
Github we're in.
github() - Method in class com.jcabi.github.Gist.Smart
 
github() - Method in interface com.jcabi.github.Gists
Github we're in.
Github - Interface in com.jcabi.github
Github client, starting point to the entire library.
github() - Method in interface com.jcabi.github.Gitignores
Get its owner.
github() - Method in interface com.jcabi.github.Limit
Github we're in.
github() - Method in class com.jcabi.github.Limit.Smart
 
github() - Method in class com.jcabi.github.Limit.Throttled
 
github() - Method in interface com.jcabi.github.Limits
Github we're in.
github() - Method in class com.jcabi.github.Limits.Throttled
 
github() - Method in interface com.jcabi.github.Markdown
Get its owner.
github() - Method in class com.jcabi.github.mock.MkMarkdown
 
github() - Method in class com.jcabi.github.mock.MkOrganization
 
github() - Method in interface com.jcabi.github.Organization
Github we're in.
github() - Method in class com.jcabi.github.Organization.Smart
 
github() - Method in interface com.jcabi.github.Repo
Get its owner.
github() - Method in class com.jcabi.github.Repo.Smart
 
github() - Method in interface com.jcabi.github.Repos
Get its owner.
github() - Method in interface com.jcabi.github.Search
Github we're in.
github() - Method in interface com.jcabi.github.User
Github we're in.
github() - Method in class com.jcabi.github.User.Smart
 
github() - Method in interface com.jcabi.github.UserOrganizations
Github we're in.
github() - Method in interface com.jcabi.github.Users
Github we're in.
Github.Time - Class in com.jcabi.github
Time in Github JSON.
GitHubThread - Interface in com.jcabi.github
Represents a GitHub notifications thread.
gitignores() - Method in interface com.jcabi.github.Github
Get gitignores.
Gitignores - Interface in com.jcabi.github
Github Gitignore.
gitignores() - Method in class com.jcabi.github.mock.MkGithub
 
gitignores() - Method in class com.jcabi.github.RtGithub
 
gitUrl() - Method in class com.jcabi.github.Content.Smart
Get its GIT URL.
gitUrl() - Method in class com.jcabi.github.Fork.Smart
Get its git url.
gravatar() - Method in class com.jcabi.github.User.Smart
Returns the value of gravatar_id property of User's JSON.

H

hasAssignee() - Method in class com.jcabi.github.Issue.Smart
Has assignee?
hasAuthor() - Method in class com.jcabi.github.Event.Smart
Does it have an author?
hasBody() - Method in class com.jcabi.github.Issue.Smart
Has body?
hasBody() - Method in class com.jcabi.github.Release.Smart
Has release body.
hasDescription() - Method in class com.jcabi.github.Repo.Smart
Does it have a description.
hasMilestone() - Method in class com.jcabi.github.Issue.Smart
Does issue have milestone?
hasName() - Method in class com.jcabi.github.Release.Smart
Does this release have a name?
hasName() - Method in class com.jcabi.github.User.Smart
Check if user has name.
hasTag() - Method in class com.jcabi.github.Release.Smart
Has release tag?
head() - Method in interface com.jcabi.github.Pull
Get its head ref.
head() - Method in class com.jcabi.github.Pull.Smart
 
HEAD_REF_DELETED - Static variable in interface com.jcabi.github.Event
Event type.
HEAD_REF_RESTORED - Static variable in interface com.jcabi.github.Event
Event type.
heads() - Method in interface com.jcabi.github.References
Iterate references under "heads" sub-namespace.
hireable() - Method in class com.jcabi.github.User.Smart
Returns the value of hireable property of User's JSON.
homepage() - Method in class com.jcabi.github.Repos.RepoCreate
Homepage of the new repo.
homeUrl() - Method in class com.jcabi.github.Fork.Smart
Get its home page.
Hook - Interface in com.jcabi.github
Github hook.
Hook.Smart - Class in com.jcabi.github
Smart Hook with extra features.
Hooks - Interface in com.jcabi.github
Github hooks.
hooks() - Method in interface com.jcabi.github.Repo
Hooks.
hooks() - Method in class com.jcabi.github.Repo.Smart
 
htmlUrl() - Method in class com.jcabi.github.Content.Smart
Get its HTML URL.
htmlUrl() - Method in class com.jcabi.github.Fork.Smart
Get its html url.
htmlUrl() - Method in class com.jcabi.github.Issue.Smart
Get its HTML URL.
htmlUrl() - Method in class com.jcabi.github.Organization.Smart
Get its HTML URL.
htmlUrl() - Method in class com.jcabi.github.Pull.Smart
Get its HTML URL.
htmlUrl() - Method in class com.jcabi.github.Release.Smart
Get release html url.
htmlUrl() - Method in class com.jcabi.github.User.Smart
Returns the value of html_url property of User's JSON.

I

id() - Method in class com.jcabi.github.User.Smart
Get his ID.
identifier() - Method in enum com.jcabi.github.FileChange.Status
 
identifier() - Method in interface com.jcabi.github.Gist
Get gist identifier.
identifier() - Method in class com.jcabi.github.Gist.Smart
Get gist id.
identifier() - Method in enum com.jcabi.github.Issues.Qualifier
Get search qualifier.
identifier() - Method in enum com.jcabi.github.Issues.Sort
Get search results sort field.
identifier() - Method in class com.jcabi.github.PullComment.Smart
Get its id value.
identifier(String) - Method in class com.jcabi.github.PullComment.Smart
Change its id value.
identifier() - Method in class com.jcabi.github.RtStatus
 
identifier() - Method in enum com.jcabi.github.Search.Order
Get sort order.
identifier() - Method in enum com.jcabi.github.Search.Qualifier
Get search qualifier.
identifier() - Method in interface com.jcabi.github.Status
Get its ID number.
identifier() - Method in class com.jcabi.github.Status.Smart
 
identifier() - Method in enum com.jcabi.github.Status.State
 
identifier() - Method in interface com.jcabi.github.StringEnum
The string that this enum value represents.
InFile() - Constructor for class com.jcabi.github.mock.MkStorage.InFile
Public ctor.
InFile(File) - Constructor for class com.jcabi.github.mock.MkStorage.InFile
Public ctor.
isCollaborator(String) - Method in interface com.jcabi.github.Collaborators
Check if a user is collaborator.
isOpen() - Method in class com.jcabi.github.Issue.Smart
Is it open?
isOpen() - Method in class com.jcabi.github.Milestone.Smart
Is it open?
isOpen() - Method in class com.jcabi.github.Pull.Smart
Is it open?
isPrivate() - Method in class com.jcabi.github.Repo.Smart
Is it private?.
isPrivate() - Method in class com.jcabi.github.Repos.RepoCreate
Will the new repo be private? If not, then it will be public.
isPull() - Method in class com.jcabi.github.Issue.Smart
Is it a pull request?
issue() - Method in interface com.jcabi.github.Comment
The issue it's in.
issue() - Method in class com.jcabi.github.Comment.Smart
 
issue() - Method in interface com.jcabi.github.Comments
The issue we're in.
Issue - Interface in com.jcabi.github
Github issue.
issue() - Method in interface com.jcabi.github.IssueLabels
The issue we're in.
issue() - Method in class com.jcabi.github.IssueLabels.Smart
 
issue() - Method in class com.jcabi.github.Pull.Smart
Get an issue where the pull request is submitted.
issue() - Method in class com.jcabi.github.safe.SfComment
 
issue() - Method in class com.jcabi.github.safe.SfComments
 
Issue.Smart - Class in com.jcabi.github
Smart Issue with extra features.
IssueEvents - Interface in com.jcabi.github
Github issue events.
issueEvents() - Method in interface com.jcabi.github.Repo
Get all issue events for the repository.
issueEvents() - Method in class com.jcabi.github.Repo.Smart
 
IssueLabels - Interface in com.jcabi.github
Github labels of an issue.
IssueLabels.Smart - Class in com.jcabi.github
Smart IssueLabels with extra features.
Issues - Interface in com.jcabi.github
Github issues.
issues() - Method in interface com.jcabi.github.Repo
Iterate issues.
issues() - Method in class com.jcabi.github.Repo.Smart
 
issues(String, String, Search.Order, EnumMap<Search.Qualifier, String>) - Method in interface com.jcabi.github.Search
Search issues.
Issues.Qualifier - Enum in com.jcabi.github
 
Issues.Sort - Enum in com.jcabi.github
 
iterate() - Method in interface com.jcabi.github.Assignees
Iterate all available assignees.
iterate() - Method in interface com.jcabi.github.Branches
Iterate over all branches in the repo.
iterate() - Method in interface com.jcabi.github.Collaborators
Iterates over repo collaborators.
iterate(Date) - Method in interface com.jcabi.github.Comments
Iterate them all.
iterate(String, String) - Method in interface com.jcabi.github.Contents
Get the contents of a directory in a repository.
iterate() - Method in interface com.jcabi.github.DeployKeys
Iterate them all.
iterate(String) - Method in interface com.jcabi.github.Forks
Iterate all forks.
iterate() - Method in interface com.jcabi.github.GistComments
Iterate them all.
iterate() - Method in interface com.jcabi.github.Gists
Iterate all gists.
iterate() - Method in interface com.jcabi.github.Gitignores
Iterate them all.
iterate() - Method in interface com.jcabi.github.Hooks
Iterate them all.
iterate() - Method in interface com.jcabi.github.IssueEvents
Iterate over all issue events.
iterate() - Method in interface com.jcabi.github.IssueLabels
Iterate them all.
iterate() - Method in class com.jcabi.github.IssueLabels.Smart
 
iterate(Map<String, String>) - Method in interface com.jcabi.github.Issues
Iterate them all.
iterate() - Method in interface com.jcabi.github.Labels
Iterate them all.
iterate() - Method in class com.jcabi.github.Labels.Smart
 
iterate(Map<String, String>) - Method in interface com.jcabi.github.Milestones
Iterate them all.
iterate() - Method in class com.jcabi.github.mock.MkBranches
 
iterate() - Method in class com.jcabi.github.mock.MkPublicMembers
 
iterate() - Method in interface com.jcabi.github.Notifications
Iterate them all.
iterate() - Method in interface com.jcabi.github.Organizations
Iterate over organizations of the currently logged-in user.
iterate() - Method in interface com.jcabi.github.PublicKeys
Iterate all public keys.
iterate() - Method in interface com.jcabi.github.PublicMembers
Get all users who are public members of this organization.
iterate(Map<String, String>) - Method in interface com.jcabi.github.PullComments
Iterate all pull comments for this repo.
iterate(int, Map<String, String>) - Method in interface com.jcabi.github.PullComments
Iterate all pull comments for a pull request.
iterate(Map<String, String>) - Method in interface com.jcabi.github.Pulls
Iterate them all.
iterate() - Method in interface com.jcabi.github.References
Iterates all references.
iterate(String) - Method in interface com.jcabi.github.References
Iterates references in sub-namespace.
iterate() - Method in interface com.jcabi.github.ReleaseAssets
Iterate them all.
iterate() - Method in interface com.jcabi.github.Releases
Iterate them all.
iterate() - Method in class com.jcabi.github.Releases.Smart
 
iterate(Map<String, String>) - Method in interface com.jcabi.github.RepoCommits
Iterate all repository's commits.
iterate(String) - Method in interface com.jcabi.github.Repos
Iterate all public repos, starting with the one you've seen already.
iterate() - Method in class com.jcabi.github.RtPublicMembers
 
iterate(Date) - Method in class com.jcabi.github.safe.SfComments
 
iterate() - Method in interface com.jcabi.github.UserEmails
Iterate all user's emails.
iterate() - Method in interface com.jcabi.github.UserOrganizations
Iterate organizations of particular user.
iterate(String) - Method in interface com.jcabi.github.Users
Iterate all users, starting with the one you've seen already.
iterator() - Method in class com.jcabi.github.Bulk
 
iterator() - Method in class com.jcabi.github.RtPagination
 
iterator() - Method in class com.jcabi.github.RtValuePagination
 
iterator() - Method in class com.jcabi.github.Smarts
 

J

json() - Method in class com.jcabi.github.Blob.Smart
 
json() - Method in class com.jcabi.github.Comment.Smart
 
json() - Method in class com.jcabi.github.Commit.Smart
 
json() - Method in class com.jcabi.github.CommitsComparison.Smart
 
json() - Method in class com.jcabi.github.Content.Smart
 
json() - Method in class com.jcabi.github.DeployKey.Smart
 
json() - Method in class com.jcabi.github.Event.Smart
 
json() - Method in class com.jcabi.github.FileChange.Smart
 
json() - Method in class com.jcabi.github.Fork.Smart
 
json() - Method in class com.jcabi.github.Gist.Smart
 
json() - Method in class com.jcabi.github.GistComment.Smart
 
json() - Method in class com.jcabi.github.Hook.Smart
 
json() - Method in class com.jcabi.github.Issue.Smart
 
json() - Method in interface com.jcabi.github.JsonReadable
Describe it in a JSON object.
json() - Method in class com.jcabi.github.Label.Smart
 
json() - Method in class com.jcabi.github.Label.Unmodified
 
json() - Method in class com.jcabi.github.Limit.Smart
 
json() - Method in class com.jcabi.github.Limit.Throttled
 
json() - Method in class com.jcabi.github.Milestone.Smart
 
json() - Method in class com.jcabi.github.mock.MkCommit
 
json() - Method in class com.jcabi.github.mock.MkFileChange
 
json() - Method in class com.jcabi.github.mock.MkOrganization
 
json() - Method in class com.jcabi.github.Organization.Smart
 
json() - Method in class com.jcabi.github.PublicKey.Smart
 
json() - Method in class com.jcabi.github.Pull.Smart
 
json() - Method in class com.jcabi.github.PullComment.Smart
 
json() - Method in class com.jcabi.github.PullRef.Smart
 
json() - Method in interface com.jcabi.github.Reference
Return its Json.
json() - Method in class com.jcabi.github.Release.Smart
 
json() - Method in class com.jcabi.github.ReleaseAsset.Smart
 
json() - Method in class com.jcabi.github.Repo.Smart
 
json() - Method in class com.jcabi.github.RepoCommit.Smart
 
json() - Method in class com.jcabi.github.Repos.RepoCreate
 
json() - Method in class com.jcabi.github.RtStatus
 
json() - Method in class com.jcabi.github.RtStatuses
JSON object for this request.
json() - Method in class com.jcabi.github.safe.SfComment
 
json() - Method in class com.jcabi.github.safe.SfIssue
 
json() - Method in class com.jcabi.github.Status.Smart
 
json() - Method in class com.jcabi.github.Statuses.StatusCreate
 
json() - Method in class com.jcabi.github.User.Smart
 
JsonPatchable - Interface in com.jcabi.github
JSON patchable.
JsonReadable - Interface in com.jcabi.github
JSON readable.

K

key() - Method in class com.jcabi.github.DeployKey.Smart
Get its key value.
key(String) - Method in class com.jcabi.github.DeployKey.Smart
Change its value.
key() - Method in class com.jcabi.github.PublicKey.Smart
Get its key value.
key(String) - Method in class com.jcabi.github.PublicKey.Smart
Change its value.
key() - Method in interface com.jcabi.github.Tag
Return its sha.
keys() - Method in interface com.jcabi.github.Repo
Get all deploy keys of the repo.
keys() - Method in class com.jcabi.github.Repo.Smart
 
keys() - Method in interface com.jcabi.github.User
Get his keys.
keys() - Method in class com.jcabi.github.User.Smart
 

L

label() - Method in class com.jcabi.github.Event.Smart
Label that was added or removed in this event (if any).
Label - Interface in com.jcabi.github
Github label.
label() - Method in class com.jcabi.github.PullRef.Smart
Get its label.
label() - Method in class com.jcabi.github.ReleaseAsset.Smart
Get its label.
label(String) - Method in class com.jcabi.github.ReleaseAsset.Smart
Change its label.
Label.Smart - Class in com.jcabi.github
Smart Label with extra features.
Label.Unmodified - Class in com.jcabi.github
Unmodified Label with extra features.
LABELED - Static variable in interface com.jcabi.github.Event
Event type.
labels() - Method in interface com.jcabi.github.Issue
Get all labels of the issue.
labels() - Method in class com.jcabi.github.Issue.Smart
 
Labels - Interface in com.jcabi.github
Github labels.
labels() - Method in interface com.jcabi.github.Repo
Get all labels of the repo.
labels() - Method in class com.jcabi.github.Repo.Smart
 
labels() - Method in class com.jcabi.github.safe.SfIssue
 
Labels.Smart - Class in com.jcabi.github
Smart Labels with extra features.
Language - Interface in com.jcabi.github
Github repository language.
languages() - Method in interface com.jcabi.github.Repo
Get languages for the specified repository.
languages() - Method in class com.jcabi.github.Repo.Smart
 
latestEvent(String) - Method in class com.jcabi.github.Issue.Smart
Get the latest event of a given type.
Limit - Interface in com.jcabi.github
Github Rate Limit API, one resource limit.
limit() - Method in class com.jcabi.github.Limit.Smart
Limit of number of requests.
Limit.Smart - Class in com.jcabi.github
Smart limits with extra features.
Limit.Throttled - Class in com.jcabi.github
Throttled Limit.
limits() - Method in interface com.jcabi.github.Github
Rate limit API entry point.
Limits - Interface in com.jcabi.github
Github Rate Limit API.
limits() - Method in class com.jcabi.github.mock.MkGithub
 
limits() - Method in class com.jcabi.github.RtGithub
 
Limits.Throttled - Class in com.jcabi.github
Throttled Limits.
list(String) - Method in class com.jcabi.github.RtStatuses
Get all status messages for a given commit.
list(String) - Method in interface com.jcabi.github.Statuses
List all statuses for a given ref.
location() - Method in class com.jcabi.github.Organization.Smart
Get its location.
location(String) - Method in class com.jcabi.github.Organization.Smart
Change its location.
location() - Method in class com.jcabi.github.User.Smart
Get his location.
lock() - Method in class com.jcabi.github.mock.MkStorage.InFile
 
lock() - Method in interface com.jcabi.github.mock.MkStorage
Locks storage to the current thread.
lock() - Method in class com.jcabi.github.mock.MkStorage.Synced
 
LOCKED - Static variable in interface com.jcabi.github.Event
Event type.
login() - Method in class com.jcabi.github.mock.MkOrganization
 
login() - Method in interface com.jcabi.github.Organization
Get this organization's login.
login() - Method in class com.jcabi.github.Organization.Smart
 
login() - Method in interface com.jcabi.github.User
Get his login.
login() - Method in class com.jcabi.github.User.Smart
 

M

map(P) - Method in interface com.jcabi.github.RtValuePagination.Mapping
Map JsonValue successor to the type required.
mapping() - Method in class com.jcabi.github.RtPagination
Mapping.
mapping() - Method in class com.jcabi.github.RtValuePagination
Mapping.
markAsRead() - Method in interface com.jcabi.github.GitHubThread
Marks this thread as read.
markAsRead() - Method in interface com.jcabi.github.Notifications
Marks all notifications on this repository as read.
markAsRead(Date) - Method in interface com.jcabi.github.User
Marks notifications as read.
markAsRead(Date) - Method in class com.jcabi.github.User.Smart
 
markdown() - Method in interface com.jcabi.github.Github
Get Markdown API entry point.
Markdown - Interface in com.jcabi.github
Markdown API.
markdown() - Method in class com.jcabi.github.mock.MkGithub
 
markdown() - Method in class com.jcabi.github.RtGithub
 
MENTIONED - Static variable in interface com.jcabi.github.Event
Event type.
merge(String) - Method in interface com.jcabi.github.Pull
Merge it.
merge(String, String) - Method in interface com.jcabi.github.Pull
Merge it.
merge(String) - Method in class com.jcabi.github.Pull.Smart
 
merge(String, String) - Method in class com.jcabi.github.Pull.Smart
 
MERGED - Static variable in interface com.jcabi.github.Event
Event type.
mergedAt() - Method in class com.jcabi.github.Pull.Smart
When this pull request was merged.
MergeState - Enum in com.jcabi.github
 
message() - Method in class com.jcabi.github.Commit.Smart
Get its message.
message() - Method in class com.jcabi.github.RepoCommit.Smart
Get its message.
meta() - Method in interface com.jcabi.github.Github
Get meta information.
meta() - Method in class com.jcabi.github.mock.MkGithub
 
meta() - Method in class com.jcabi.github.RtGithub
 
milestone() - Method in class com.jcabi.github.Issue.Smart
Get milestone for this issue.
milestone(Milestone) - Method in class com.jcabi.github.Issue.Smart
Add issueto milestone.
Milestone - Interface in com.jcabi.github
Github Milestone.
Milestone.Smart - Class in com.jcabi.github
Smart Milestone with extra features.
MILESTONED - Static variable in interface com.jcabi.github.Event
Event type.
Milestones - Interface in com.jcabi.github
Github Milestones.
milestones() - Method in interface com.jcabi.github.Repo
Iterate milestones.
milestones() - Method in class com.jcabi.github.Repo.Smart
 
mirrorUrl() - Method in class com.jcabi.github.Fork.Smart
Get its mirror url.
MkBranch - Class in com.jcabi.github.mock
Mock Git branch.
MkBranches - Class in com.jcabi.github.mock
Mock Git branches.
MkCommit - Class in com.jcabi.github.mock
Mock of Github Commit.
MkCommit(MkStorage, String, Coordinates, String) - Constructor for class com.jcabi.github.mock.MkCommit
Public constructor.
MkCommits - Class in com.jcabi.github.mock
Mock of Github Commits.
MkFileChange - Class in com.jcabi.github.mock
Mock file change.
MkFileChange(JsonObject) - Constructor for class com.jcabi.github.mock.MkFileChange
Public ctor.
MkGithub - Class in com.jcabi.github.mock
Mock Github client.
MkGithub() - Constructor for class com.jcabi.github.mock.MkGithub
Public ctor.
MkGithub(String) - Constructor for class com.jcabi.github.mock.MkGithub
Public ctor.
MkGithub(MkStorage, String) - Constructor for class com.jcabi.github.mock.MkGithub
Public ctor.
MkMarkdown - Class in com.jcabi.github.mock
Mock markdown API.
MkMarkdown(Github) - Constructor for class com.jcabi.github.mock.MkMarkdown
Creates new instance.
MkOrganization - Class in com.jcabi.github.mock
Mock GitHub organization.
MkOrganization(MkStorage, String) - Constructor for class com.jcabi.github.mock.MkOrganization
Public ctor.
MkPublicMembers - Class in com.jcabi.github.mock
Mock for public members of a GitHub organization.
MkPublicMembers(MkStorage, Organization) - Constructor for class com.jcabi.github.mock.MkPublicMembers
Public ctor.
MkStorage - Interface in com.jcabi.github.mock
Storage of Github data.
MkStorage.InFile - Class in com.jcabi.github.mock
In file.
MkStorage.Synced - Class in com.jcabi.github.mock
Syncronized.

N

name() - Method in interface com.jcabi.github.Branch
Name of the branch.
name() - Method in class com.jcabi.github.Content.Smart
Get its name.
name() - Method in class com.jcabi.github.Fork.Smart
Get its name.
name() - Method in class com.jcabi.github.Hook.Smart
Get its name.
name() - Method in interface com.jcabi.github.Label
Name of it.
name() - Method in class com.jcabi.github.Label.Smart
 
name() - Method in class com.jcabi.github.Label.Unmodified
 
name() - Method in interface com.jcabi.github.Language
Language name.
name() - Method in class com.jcabi.github.mock.MkBranch
 
name() - Method in class com.jcabi.github.Organization.Smart
Get its name.
name(String) - Method in class com.jcabi.github.Organization.Smart
Change its name.
name() - Method in class com.jcabi.github.Release.Smart
Get release name.
name(String) - Method in class com.jcabi.github.Release.Smart
Change its name.
name() - Method in class com.jcabi.github.ReleaseAsset.Smart
Get its name.
name(String) - Method in class com.jcabi.github.ReleaseAsset.Smart
Change its name.
name() - Method in class com.jcabi.github.Repos.RepoCreate
Name of the new repo.
name() - Method in class com.jcabi.github.RtBranch
 
name() - Method in class com.jcabi.github.RtLanguage
 
name() - Method in class com.jcabi.github.User.Smart
Get his name.
Notification - Interface in com.jcabi.github
Github Notification.
Notifications - Interface in com.jcabi.github
Github Notifications API.
notifications() - Method in interface com.jcabi.github.Repo
Get Notifications API.
notifications() - Method in class com.jcabi.github.Repo.Smart
 
notifications() - Method in interface com.jcabi.github.User
Returns all notifications of a user.
notifications() - Method in class com.jcabi.github.User.Smart
 
number() - Method in interface com.jcabi.github.Comment
Number.
number() - Method in class com.jcabi.github.Comment.Smart
 
number() - Method in interface com.jcabi.github.DeployKey
Get id of a deploy key.
number() - Method in class com.jcabi.github.DeployKey.Smart
 
number() - Method in interface com.jcabi.github.Event
Get its number.
number() - Method in class com.jcabi.github.Event.Smart
 
number() - Method in interface com.jcabi.github.Fork
Fork id.
number() - Method in class com.jcabi.github.Fork.Smart
 
number() - Method in interface com.jcabi.github.GistComment
Number.
number() - Method in class com.jcabi.github.GistComment.Smart
 
number() - Method in interface com.jcabi.github.Hook
Get its number.
number() - Method in class com.jcabi.github.Hook.Smart
 
number() - Method in interface com.jcabi.github.Issue
Get its number.
number() - Method in class com.jcabi.github.Issue.Smart
 
number() - Method in interface com.jcabi.github.Milestone
Get its number.
number() - Method in class com.jcabi.github.Milestone.Smart
 
number() - Method in interface com.jcabi.github.Notification
Notification id.
number() - Method in class com.jcabi.github.Organization.Smart
Get this organization's ID.
number() - Method in interface com.jcabi.github.PublicKey
ID Number of this public key.
number() - Method in class com.jcabi.github.PublicKey.Smart
 
number() - Method in interface com.jcabi.github.Pull
Get its number.
number() - Method in class com.jcabi.github.Pull.Smart
 
number() - Method in interface com.jcabi.github.PullComment
Get its number.
number() - Method in class com.jcabi.github.PullComment.Smart
 
number() - Method in interface com.jcabi.github.Release
Release id.
number() - Method in class com.jcabi.github.Release.Smart
 
number() - Method in interface com.jcabi.github.ReleaseAsset
Number.
number() - Method in class com.jcabi.github.ReleaseAsset.Smart
 
number() - Method in class com.jcabi.github.safe.SfComment
 
number() - Method in class com.jcabi.github.safe.SfIssue
 

O

open() - Method in class com.jcabi.github.Issue.Smart
Open it (make sure it's open).
open() - Method in class com.jcabi.github.Milestone.Smart
Open it (make sure it's open).
OPEN_STATE - Static variable in interface com.jcabi.github.Issue
Issue state.
OPEN_STATE - Static variable in interface com.jcabi.github.Milestone
Milestone state.
openIssues() - Method in class com.jcabi.github.Fork.Smart
Get its open issues count.
openIssues() - Method in class com.jcabi.github.Milestone.Smart
Get number of open issues.
org() - Method in class com.jcabi.github.mock.MkPublicMembers
 
org() - Method in interface com.jcabi.github.PublicMembers
Organization of which these are public members.
org() - Method in class com.jcabi.github.RtPublicMembers
 
organization() - Method in class com.jcabi.github.Fork.Smart
Get its organization.
Organization - Interface in com.jcabi.github
Github organization.
Organization.Smart - Class in com.jcabi.github
Smart Organization with extra features.
organizations() - Method in interface com.jcabi.github.Github
Get Organizations API entry point.
organizations() - Method in class com.jcabi.github.mock.MkGithub
 
Organizations - Interface in com.jcabi.github
Github organizations.
organizations() - Method in class com.jcabi.github.RtGithub
 
organizations() - Method in interface com.jcabi.github.User
Get his organizations.
organizations() - Method in class com.jcabi.github.User.Smart
 
organizationsUrl() - Method in class com.jcabi.github.User.Smart
Returns the value of organizations_url property of User's JSON.

P

patch(JsonObject) - Method in class com.jcabi.github.Comment.Smart
 
patch(JsonObject) - Method in class com.jcabi.github.Content.Smart
 
patch(JsonObject) - Method in class com.jcabi.github.DeployKey.Smart
 
patch() - Method in class com.jcabi.github.FileChange.Smart
Diff string of the changes to the file.
patch(JsonObject) - Method in class com.jcabi.github.Fork.Smart
 
patch(JsonObject) - Method in class com.jcabi.github.Gist.Smart
 
patch(JsonObject) - Method in class com.jcabi.github.GistComment.Smart
 
patch(JsonObject) - Method in class com.jcabi.github.Issue.Smart
 
patch(JsonObject) - Method in interface com.jcabi.github.JsonPatchable
Patch using this JSON object.
patch(JsonObject) - Method in class com.jcabi.github.Label.Smart
 
patch(JsonObject) - Method in class com.jcabi.github.Label.Unmodified
 
patch(JsonObject) - Method in class com.jcabi.github.Milestone.Smart
 
patch(JsonObject) - Method in class com.jcabi.github.mock.MkOrganization
 
patch(JsonObject) - Method in class com.jcabi.github.Organization.Smart
 
patch(JsonObject) - Method in class com.jcabi.github.PublicKey.Smart
 
patch(JsonObject) - Method in class com.jcabi.github.Pull.Smart
 
patch(JsonObject) - Method in class com.jcabi.github.PullComment.Smart
 
patch(JsonObject) - Method in interface com.jcabi.github.Reference
Patch using this JSON object.
patch(JsonObject) - Method in class com.jcabi.github.Release.Smart
 
patch(JsonObject) - Method in class com.jcabi.github.ReleaseAsset.Smart
 
patch(JsonObject) - Method in class com.jcabi.github.Repo.Smart
 
patch(String, String) - Method in interface com.jcabi.github.RepoCommits
Compare two commits and provide result in patch format.
patch(JsonObject) - Method in class com.jcabi.github.safe.SfComment
 
patch(JsonObject) - Method in class com.jcabi.github.safe.SfIssue
 
patch(JsonObject) - Method in class com.jcabi.github.User.Smart
 
path() - Method in interface com.jcabi.github.Content
Get its path name.
path() - Method in class com.jcabi.github.Content.Smart
 
post(String) - Method in interface com.jcabi.github.Comments
Post new comment.
post(String) - Method in interface com.jcabi.github.GistComments
Post new comment.
post(String, String, String, int) - Method in interface com.jcabi.github.PullComments
Post a new pull comment.
post(String) - Method in class com.jcabi.github.safe.SfComments
 
prerelease() - Method in class com.jcabi.github.Release.Smart
Is it prerelease.
prerelease(boolean) - Method in class com.jcabi.github.Release.Smart
Change its prerelease.
publicGists() - Method in class com.jcabi.github.Organization.Smart
Get its public gists count.
publicGists() - Method in class com.jcabi.github.User.Smart
Returns the value of public_gists property of User's JSON.
publicize(User) - Method in class com.jcabi.github.mock.MkPublicMembers
 
publicize(User) - Method in interface com.jcabi.github.PublicMembers
Make a user's membership publicly visible.
publicize(User) - Method in class com.jcabi.github.RtPublicMembers
 
PublicKey - Interface in com.jcabi.github
Github public key.
PublicKey.Smart - Class in com.jcabi.github
Smart PublicKey with extra features.
PublicKeys - Interface in com.jcabi.github
Github public keys.
publicMembers() - Method in class com.jcabi.github.mock.MkOrganization
 
publicMembers() - Method in interface com.jcabi.github.Organization
Get this organization's public members.
publicMembers() - Method in class com.jcabi.github.Organization.Smart
 
PublicMembers - Interface in com.jcabi.github
Public members of a GitHub organization.
publicRepos() - Method in class com.jcabi.github.Organization.Smart
Get its public repos count.
publicRepos() - Method in class com.jcabi.github.User.Smart
Returns the value of public_repos property of User's JSON.
publishedAt() - Method in class com.jcabi.github.Release.Smart
Get release publication date.
pull() - Method in class com.jcabi.github.Issue.Smart
Get pull request.
Pull - Interface in com.jcabi.github
Github pull request.
pull() - Method in interface com.jcabi.github.PullComment
Pull we're in.
pull() - Method in class com.jcabi.github.PullComment.Smart
 
pull() - Method in interface com.jcabi.github.PullComments
Pull we're in.
Pull.Smart - Class in com.jcabi.github
Smart pull request with extra features.
PullComment - Interface in com.jcabi.github
Github pull comment.
PullComment.Smart - Class in com.jcabi.github
Smart PullComment with extra features.
PullComments - Interface in com.jcabi.github
Github pull comments.
PullRef - Interface in com.jcabi.github
GitHub pull request ref.
PullRef.Smart - Class in com.jcabi.github
Smart pull request ref with extra features.
Pulls - Interface in com.jcabi.github
Github pull requests.
pulls() - Method in interface com.jcabi.github.Repo
Pull requests.
pulls() - Method in class com.jcabi.github.Repo.Smart
 

R

randomRepo() - Method in class com.jcabi.github.mock.MkGithub
Create repo with random name.
raw() - Method in interface com.jcabi.github.Content
Get the raw contents.
raw() - Method in class com.jcabi.github.Content.Smart
 
raw(String) - Method in interface com.jcabi.github.Markdown
Raw rendering.
raw(String) - Method in class com.jcabi.github.mock.MkMarkdown
 
raw() - Method in interface com.jcabi.github.ReleaseAsset
Gets release asset raw content.
raw() - Method in class com.jcabi.github.ReleaseAsset.Smart
 
rawUrl() - Method in class com.jcabi.github.FileChange.Smart
URL for the raw contents of the file.
read(String) - Method in interface com.jcabi.github.Gist
Read file content.
read(String) - Method in class com.jcabi.github.Gist.Smart
 
readme() - Method in interface com.jcabi.github.Contents
Get the Readme file of the default branch (usually master).
readme(String) - Method in interface com.jcabi.github.Contents
Get the Readme file of the specified branch.
receivedEventsUrl() - Method in class com.jcabi.github.User.Smart
Returns the value of received_events_url property of User's JSON.
ref() - Method in interface com.jcabi.github.PullRef
Get its ref.
ref() - Method in class com.jcabi.github.PullRef.Smart
 
ref() - Method in interface com.jcabi.github.Reference
Return its name.
Reference - Interface in com.jcabi.github
Github Git Data Reference.
REFERENCED - Static variable in interface com.jcabi.github.Event
Event type.
references() - Method in interface com.jcabi.github.Git
Get its references.
References - Interface in com.jcabi.github
Github Git Data References.
Release - Interface in com.jcabi.github
Github release.
release() - Method in interface com.jcabi.github.ReleaseAsset
The release we're in.
release() - Method in class com.jcabi.github.ReleaseAsset.Smart
 
release() - Method in interface com.jcabi.github.ReleaseAssets
The release we're in.
Release.Smart - Class in com.jcabi.github
Smart release.
ReleaseAsset - Interface in com.jcabi.github
Github release asset.
ReleaseAsset.Smart - Class in com.jcabi.github
Smart ReleaseAsset with extra features.
ReleaseAssets - Interface in com.jcabi.github
Github release assets.
Releases - Interface in com.jcabi.github
Github Releases.
releases() - Method in interface com.jcabi.github.Repo
Get all releases of the repo.
releases() - Method in class com.jcabi.github.Repo.Smart
 
Releases.Smart - Class in com.jcabi.github
Smart releases.
relogin(String) - Method in class com.jcabi.github.mock.MkGithub
Relogin.
remaining() - Method in class com.jcabi.github.Limit.Smart
Remaining number of requests.
remove(String) - Method in interface com.jcabi.github.Collaborators
Remove user as a collaborator.
remove() - Method in interface com.jcabi.github.Comment
Delete the comment.
remove() - Method in class com.jcabi.github.Comment.Smart
 
remove(JsonObject) - Method in interface com.jcabi.github.Contents
Removes a file.
remove() - Method in interface com.jcabi.github.DeployKey
Delete a deploy key.
remove() - Method in class com.jcabi.github.DeployKey.Smart
 
remove() - Method in interface com.jcabi.github.GistComment
Delete the comment.
remove() - Method in class com.jcabi.github.GistComment.Smart
 
remove(String) - Method in interface com.jcabi.github.Gists
Removes a gist by id.
remove(int) - Method in interface com.jcabi.github.Hooks
Remove hook by ID.
remove(String) - Method in interface com.jcabi.github.IssueLabels
Remove label by name.
remove(String) - Method in class com.jcabi.github.IssueLabels.Smart
 
remove(int) - Method in interface com.jcabi.github.Milestones
Remove milestone by number.
remove(int) - Method in interface com.jcabi.github.PublicKeys
Remove a public key.
remove(int) - Method in interface com.jcabi.github.PullComments
Removes a pull comment by ID.
remove(String) - Method in interface com.jcabi.github.References
Removes a reference by its identifier.
remove() - Method in interface com.jcabi.github.ReleaseAsset
Delete the release asset.
remove() - Method in class com.jcabi.github.ReleaseAsset.Smart
 
remove(int) - Method in interface com.jcabi.github.Releases
Remove a release.
remove(int) - Method in class com.jcabi.github.Releases.Smart
 
remove(Coordinates) - Method in interface com.jcabi.github.Repos
Remove repository by name.
remove() - Method in class com.jcabi.github.safe.SfComment
 
remove(Iterable<String>) - Method in interface com.jcabi.github.UserEmails
Remove emails.
removeIfExists(String) - Method in class com.jcabi.github.IssueLabels.Smart
Remove label if it exists (do nothing otherwise).
RENAMED - Static variable in interface com.jcabi.github.Event
Event type.
render(JsonObject) - Method in interface com.jcabi.github.Markdown
Render.
render(JsonObject) - Method in class com.jcabi.github.mock.MkMarkdown
 
REOPENED - Static variable in interface com.jcabi.github.Event
Event type.
replace(Iterable<String>) - Method in interface com.jcabi.github.IssueLabels
Replace all labels.
replace(Iterable<String>) - Method in class com.jcabi.github.IssueLabels.Smart
 
reply() - Method in class com.jcabi.github.PullComment.Smart
Get its reply id value.
reply(String, int) - Method in interface com.jcabi.github.PullComments
Create a new comment as a reply to an existing pull comment.
repo() - Method in interface com.jcabi.github.Blobs
Owner of them.
repo() - Method in interface com.jcabi.github.Branch
The repo we're in.
repo() - Method in interface com.jcabi.github.Branches
Repo which the branches are in.
repo() - Method in interface com.jcabi.github.Collaborators
Owner of them.
repo() - Method in interface com.jcabi.github.Commit
The repo we're in.
repo() - Method in class com.jcabi.github.Commit.Smart
 
repo() - Method in interface com.jcabi.github.Commits
Owner of them.
repo() - Method in interface com.jcabi.github.CommitsComparison
Get a parent repository of commits.
repo() - Method in class com.jcabi.github.CommitsComparison.Smart
 
repo() - Method in interface com.jcabi.github.Content
Repository we're in.
repo() - Method in class com.jcabi.github.Content.Smart
 
repo() - Method in interface com.jcabi.github.Contents
Owner of them.
repo() - Method in interface com.jcabi.github.Coordinates
Get rpo name.
repo() - Method in class com.jcabi.github.Coordinates.Simple
 
repo() - Method in interface com.jcabi.github.DeployKeys
Owner of them.
repo() - Method in interface com.jcabi.github.Event
Repository we're in.
repo() - Method in class com.jcabi.github.Event.Smart
 
repo() - Method in interface com.jcabi.github.Forks
Owner of them.
repo() - Method in interface com.jcabi.github.Git
Owner of it.
repo() - Method in interface com.jcabi.github.Hook
Repository we're in.
repo() - Method in class com.jcabi.github.Hook.Smart
 
repo() - Method in interface com.jcabi.github.Hooks
Owner of them.
repo() - Method in interface com.jcabi.github.Issue
Repository we're in.
repo() - Method in class com.jcabi.github.Issue.Smart
 
repo() - Method in interface com.jcabi.github.IssueEvents
Owner of them.
repo() - Method in interface com.jcabi.github.Issues
Owner of them.
repo() - Method in interface com.jcabi.github.Label
The repo we're in.
repo() - Method in class com.jcabi.github.Label.Smart
 
repo() - Method in class com.jcabi.github.Label.Unmodified
 
repo() - Method in interface com.jcabi.github.Labels
The repo we're in.
repo() - Method in class com.jcabi.github.Labels.Smart
 
repo() - Method in interface com.jcabi.github.Milestone
Repository we're in.
repo() - Method in class com.jcabi.github.Milestone.Smart
 
repo() - Method in interface com.jcabi.github.Milestones
Owner of them.
repo() - Method in class com.jcabi.github.mock.MkBranch
 
repo() - Method in class com.jcabi.github.mock.MkBranches
 
repo() - Method in class com.jcabi.github.mock.MkCommit
 
repo() - Method in class com.jcabi.github.mock.MkCommits
 
repo() - Method in interface com.jcabi.github.Pull
Repo we're in.
repo() - Method in class com.jcabi.github.Pull.Smart
 
repo() - Method in interface com.jcabi.github.PullRef
Get the repository which its commit is in.
repo() - Method in class com.jcabi.github.PullRef.Smart
 
repo() - Method in interface com.jcabi.github.Pulls
Owner of them.
repo() - Method in interface com.jcabi.github.Reference
Return its owner repo.
repo() - Method in interface com.jcabi.github.References
Owner of them.
repo() - Method in interface com.jcabi.github.Release
Owner of them.
repo() - Method in class com.jcabi.github.Release.Smart
 
repo() - Method in interface com.jcabi.github.Releases
Owner of them.
repo() - Method in class com.jcabi.github.Releases.Smart
 
Repo - Interface in com.jcabi.github
Github repository.
repo() - Method in interface com.jcabi.github.RepoCommit
The repo we're in.
repo() - Method in class com.jcabi.github.RepoCommit.Smart
 
repo() - Method in class com.jcabi.github.RtBranch
 
repo() - Method in class com.jcabi.github.RtCommits
 
repo() - Method in class com.jcabi.github.safe.SfIssue
 
repo() - Method in interface com.jcabi.github.Stars
Owner of them.
repo() - Method in interface com.jcabi.github.Tag
Return owner repo.
repo() - Method in interface com.jcabi.github.Tags
Owner of them.
repo() - Method in interface com.jcabi.github.Tree
The repo we're in.
repo() - Method in interface com.jcabi.github.Trees
Owner of them.
Repo.Smart - Class in com.jcabi.github
Smart Repo with extra features.
RepoCommit - Interface in com.jcabi.github
Github repo commit.
RepoCommit.Smart - Class in com.jcabi.github
Smart commit.
RepoCommits - Interface in com.jcabi.github
Commits of a Github repository.
RepoCreate(String, boolean) - Constructor for class com.jcabi.github.Repos.RepoCreate
Public ctor.
repos() - Method in interface com.jcabi.github.Github
Get repositories.
repos() - Method in class com.jcabi.github.mock.MkGithub
 
Repos - Interface in com.jcabi.github
Github Repo API.
repos() - Method in class com.jcabi.github.RtGithub
 
repos(String, String, Search.Order) - Method in interface com.jcabi.github.Search
Search repositories.
Repos.RepoCreate - Class in com.jcabi.github
Settings to use when creating a new GitHub repository.
reposUrl() - Method in class com.jcabi.github.User.Smart
Returns the value of repos_url property of User's JSON.
request() - Method in class com.jcabi.github.RtPagination
Entry.
request() - Method in class com.jcabi.github.RtValuePagination
Entry.
reset() - Method in class com.jcabi.github.Limit.Smart
When will the limit be reset.
RetryCarefulWire - Class in com.jcabi.github.wire
Wire that waits if the number of remaining requests per hour is less than a given threshold, and in the event of IOException retries a few times before giving up and rethrowing the exception.
RetryCarefulWire(Wire, int) - Constructor for class com.jcabi.github.wire.RetryCarefulWire
Public ctor.
roLabels() - Method in class com.jcabi.github.Issue.Smart
Get read-only labels.
RtBranch - Class in com.jcabi.github
Git branch.
RtCommits - Class in com.jcabi.github
Github Commits.
RtGithub - Class in com.jcabi.github
Github client, starting point to the entire library.
RtGithub() - Constructor for class com.jcabi.github.RtGithub
Public ctor, for anonymous access to Github.
RtGithub(String, String) - Constructor for class com.jcabi.github.RtGithub
Public ctor, for HTTP Basic Authentication.
RtGithub(String) - Constructor for class com.jcabi.github.RtGithub
Public ctor, for authentication with OAuth2 token.
RtGithub(Request) - Constructor for class com.jcabi.github.RtGithub
Public ctor, with a custom request.
RtLanguage - Class in com.jcabi.github
Github repository language.
RtLanguage(String, long) - Constructor for class com.jcabi.github.RtLanguage
Public ctor.
RtPagination<T> - Class in com.jcabi.github
Github pagination.
RtPagination(Request, RtValuePagination.Mapping<T, JsonObject>) - Constructor for class com.jcabi.github.RtPagination
Public ctor.
RtPublicMembers - Class in com.jcabi.github
Public members of a GitHub organization.
RtPublicMembers(Request, Organization) - Constructor for class com.jcabi.github.RtPublicMembers
Public ctor.
RtStatus - Class in com.jcabi.github
Github commit status.
RtStatus(Commit, JsonObject) - Constructor for class com.jcabi.github.RtStatus
Public ctor.
RtStatuses - Class in com.jcabi.github
Github statuses for a given commit.
RtValuePagination<T,P extends javax.json.JsonValue> - Class in com.jcabi.github
Github value pagination.
RtValuePagination(Request, RtValuePagination.Mapping<T, P>) - Constructor for class com.jcabi.github.RtValuePagination
Public ctor.
RtValuePagination.Mapping<X,P extends javax.json.JsonValue> - Interface in com.jcabi.github
Mapping from JsonValue successor to the destination type.

S

search() - Method in interface com.jcabi.github.Github
Search API entry point.
search(Issues.Sort, Search.Order, EnumMap<Issues.Qualifier, String>) - Method in interface com.jcabi.github.Issues
Search for issues within the given repository.
SEARCH - Static variable in interface com.jcabi.github.Limits
Resource name.
search() - Method in class com.jcabi.github.mock.MkGithub
 
search() - Method in class com.jcabi.github.RtGithub
 
Search - Interface in com.jcabi.github
Github search.
Search.Order - Enum in com.jcabi.github
 
Search.Qualifier - Enum in com.jcabi.github
 
self() - Method in interface com.jcabi.github.Users
Get myself.
send(Request, String, String, Collection<Map.Entry<String, String>>, InputStream, int, int) - Method in class com.jcabi.github.wire.CarefulWire
 
send(Request, String, String, Collection<Map.Entry<String, String>>, InputStream, int, int) - Method in class com.jcabi.github.wire.RetryCarefulWire
 
setSubscription(boolean, boolean) - Method in interface com.jcabi.github.GitHubThread
Subscribes the user to the thread and/or makes the user ignore the thread.
SfComment - Class in com.jcabi.github.safe
Safe comment.
SfComment(Comment) - Constructor for class com.jcabi.github.safe.SfComment
Public ctor.
SfComments - Class in com.jcabi.github.safe
Safe comments.
SfComments(Comments) - Constructor for class com.jcabi.github.safe.SfComments
Public ctor.
SfIssue - Class in com.jcabi.github.safe
Safe issue.
SfIssue(Issue) - Constructor for class com.jcabi.github.safe.SfIssue
Public ctor.
sha() - Method in interface com.jcabi.github.Blob
SHA of it.
sha() - Method in class com.jcabi.github.Blob.Smart
 
sha() - Method in interface com.jcabi.github.Commit
SHA of it.
sha() - Method in class com.jcabi.github.Commit.Smart
 
sha() - Method in class com.jcabi.github.Content.Smart
Get its sha hash.
sha() - Method in class com.jcabi.github.FileChange.Smart
File's commit SHA.
sha() - Method in class com.jcabi.github.mock.MkCommit
 
sha() - Method in interface com.jcabi.github.PullRef
Get its commit SHA.
sha() - Method in class com.jcabi.github.PullRef.Smart
 
sha() - Method in interface com.jcabi.github.RepoCommit
SHA of it.
sha() - Method in class com.jcabi.github.RepoCommit.Smart
 
sha() - Method in interface com.jcabi.github.Tree
SHA of it.
Simple(String, String) - Constructor for class com.jcabi.github.Coordinates.Simple
Public ctor.
Simple(String) - Constructor for class com.jcabi.github.Coordinates.Simple
Public ctor.
siteAdmin() - Method in class com.jcabi.github.User.Smart
Returns the value of site_admin property of User's JSON.
size() - Method in class com.jcabi.github.Content.Smart
Get its size.
size() - Method in class com.jcabi.github.Fork.Smart
Get its size.
size() - Method in class com.jcabi.github.ReleaseAsset.Smart
Get its size.
Smart(Blob) - Constructor for class com.jcabi.github.Blob.Smart
Public ctor.
Smart(Comment) - Constructor for class com.jcabi.github.Comment.Smart
Public ctor.
Smart(Commit) - Constructor for class com.jcabi.github.Commit.Smart
Public ctor.
Smart(CommitsComparison) - Constructor for class com.jcabi.github.CommitsComparison.Smart
Public ctor.
Smart(Content) - Constructor for class com.jcabi.github.Content.Smart
Public ctor.
Smart(DeployKey) - Constructor for class com.jcabi.github.DeployKey.Smart
Public ctor.
Smart(Event) - Constructor for class com.jcabi.github.Event.Smart
Public ctor.
Smart(FileChange) - Constructor for class com.jcabi.github.FileChange.Smart
Public ctor.
Smart(Fork) - Constructor for class com.jcabi.github.Fork.Smart
Public ctor.
Smart(Gist) - Constructor for class com.jcabi.github.Gist.Smart
Public ctor.
Smart(GistComment) - Constructor for class com.jcabi.github.GistComment.Smart
Public ctor.
Smart(Hook) - Constructor for class com.jcabi.github.Hook.Smart
Public ctor.
Smart(Issue) - Constructor for class com.jcabi.github.Issue.Smart
Public ctor.
Smart(IssueLabels) - Constructor for class com.jcabi.github.IssueLabels.Smart
Public ctor.
Smart(Label) - Constructor for class com.jcabi.github.Label.Smart
Public ctor.
Smart(Labels) - Constructor for class com.jcabi.github.Labels.Smart
Public ctor.
Smart(Limit) - Constructor for class com.jcabi.github.Limit.Smart
Public ctor.
Smart(Milestone) - Constructor for class com.jcabi.github.Milestone.Smart
Public ctor.
Smart(Organization) - Constructor for class com.jcabi.github.Organization.Smart
Public ctor.
Smart(PublicKey) - Constructor for class com.jcabi.github.PublicKey.Smart
Public ctor.
Smart(Pull) - Constructor for class com.jcabi.github.Pull.Smart
Public ctor.
Smart(PullComment) - Constructor for class com.jcabi.github.PullComment.Smart
Public ctor.
Smart(PullRef) - Constructor for class com.jcabi.github.PullRef.Smart
Public ctor.
Smart(Release) - Constructor for class com.jcabi.github.Release.Smart
Public CTOR.
Smart(ReleaseAsset) - Constructor for class com.jcabi.github.ReleaseAsset.Smart
Public ctor.
Smart(Releases) - Constructor for class com.jcabi.github.Releases.Smart
Public CTOR.
Smart(Repo) - Constructor for class com.jcabi.github.Repo.Smart
Public ctor.
Smart(RepoCommit) - Constructor for class com.jcabi.github.RepoCommit.Smart
Public ctor.
Smart(Status) - Constructor for class com.jcabi.github.Status.Smart
Public ctor.
Smart(User) - Constructor for class com.jcabi.github.User.Smart
Public ctor.
Smarts<T> - Class in com.jcabi.github
Smart items.
Smarts(Iterable<?>) - Constructor for class com.jcabi.github.Smarts
Public ctor.
sshUrl() - Method in class com.jcabi.github.Fork.Smart
Get its ssh url.
star() - Method in class com.jcabi.github.Gist.Smart
 
star() - Method in interface com.jcabi.github.Gist
Star a gist.
star() - Method in interface com.jcabi.github.Stars
Star repository.
stargazers() - Method in class com.jcabi.github.Fork.Smart
Get its stargazers count.
starred() - Method in class com.jcabi.github.Gist.Smart
 
starred() - Method in interface com.jcabi.github.Gist
Checks if Gist is starred.
starred() - Method in interface com.jcabi.github.Stars
Check if repo is starred.
starredUrl() - Method in class com.jcabi.github.User.Smart
Returns the value of starred_url property of User's JSON.
stars() - Method in class com.jcabi.github.Repo.Smart
 
stars() - Method in interface com.jcabi.github.Repo
Get Starring API.
Stars - Interface in com.jcabi.github
Github starring API.
state() - Method in class com.jcabi.github.Issue.Smart
Get its state.
state(String) - Method in class com.jcabi.github.Issue.Smart
Change its state.
state() - Method in class com.jcabi.github.Milestone.Smart
Get its state.
state(String) - Method in class com.jcabi.github.Milestone.Smart
Change its state.
state() - Method in class com.jcabi.github.Pull.Smart
Get its state.
state(String) - Method in class com.jcabi.github.Pull.Smart
Change its state.
state() - Method in class com.jcabi.github.ReleaseAsset.Smart
Get its state.
state() - Method in class com.jcabi.github.Status.Smart
Get state.
status() - Method in class com.jcabi.github.FileChange.Smart
Status of the file in this change.
Status - Interface in com.jcabi.github
GitHub commit status.
Status.Smart - Class in com.jcabi.github
Smart Status with extra features.
Status.State - Enum in com.jcabi.github
States of Status API.
StatusCreate(Status.State) - Constructor for class com.jcabi.github.Statuses.StatusCreate
Public ctor.
statuses(String) - Method in interface com.jcabi.github.Commits
Return a Statuses object for a given ref (sha, branch name, etc).
statuses(String) - Method in class com.jcabi.github.mock.MkCommits
 
statuses(String) - Method in class com.jcabi.github.RtCommits
 
Statuses - Interface in com.jcabi.github
Github status.
Statuses.StatusCreate - Class in com.jcabi.github
Data to use when creating a new GitHub commit status.
StringEnum - Interface in com.jcabi.github
An enum whose values correspond to unique strings.
SUBSCRIBED - Static variable in interface com.jcabi.github.Event
Event type.
subscriptionsUrl() - Method in class com.jcabi.github.User.Smart
Returns the value of subscriptions_url property of User's JSON.
svnUrl() - Method in class com.jcabi.github.Fork.Smart
Get its svn url.
Synced(MkStorage) - Constructor for class com.jcabi.github.mock.MkStorage.Synced
Public ctor.

T

tag() - Method in class com.jcabi.github.Release.Smart
Get release tag name.
tag(String) - Method in class com.jcabi.github.Release.Smart
Change its tag name.
Tag - Interface in com.jcabi.github
Github Git Data Tag.
tags() - Method in interface com.jcabi.github.Git
Get its tags.
tags() - Method in interface com.jcabi.github.References
Iterate references under "tags" sub-namespace.
Tags - Interface in com.jcabi.github
Github Git Data Tags.
targetUrl() - Method in class com.jcabi.github.Status.Smart
Get URL.
template(String) - Method in interface com.jcabi.github.Gitignores
Gets raw gitignore template.
thread(int) - Method in interface com.jcabi.github.Notifications
Get thread data.
ThreadSubscription - Interface in com.jcabi.github
Encapsulates data from the response for get/set subscription calls to GitHub Notification API.
Throttled(Limit, int) - Constructor for class com.jcabi.github.Limit.Throttled
Public ctor.
Throttled(Limits, int) - Constructor for class com.jcabi.github.Limits.Throttled
Public ctor.
Time() - Constructor for class com.jcabi.github.Github.Time
Ctor.
Time(String) - Constructor for class com.jcabi.github.Github.Time
Ctor.
Time(Date) - Constructor for class com.jcabi.github.Github.Time
Ctor.
Time(long) - Constructor for class com.jcabi.github.Github.Time
Ctor.
TIMEZONE - Static variable in class com.jcabi.github.Github.Time
The time zone we're in.
title() - Method in class com.jcabi.github.DeployKey.Smart
Get its title.
title(String) - Method in class com.jcabi.github.DeployKey.Smart
Change its title.
title() - Method in class com.jcabi.github.Issue.Smart
Get its title.
title(String) - Method in class com.jcabi.github.Issue.Smart
Change its title.
title() - Method in class com.jcabi.github.Milestone.Smart
Get its title.
title(String) - Method in class com.jcabi.github.Milestone.Smart
Change its title.
title() - Method in class com.jcabi.github.PublicKey.Smart
Get its title.
title(String) - Method in class com.jcabi.github.PublicKey.Smart
Change its title.
title() - Method in class com.jcabi.github.Pull.Smart
Get its title.
title(String) - Method in class com.jcabi.github.Pull.Smart
Change its title.
toString() - Method in class com.jcabi.github.Bulk
 
toString() - Method in class com.jcabi.github.Coordinates.Simple
 
toString() - Method in class com.jcabi.github.Github.Time
 
toString() - Method in class com.jcabi.github.mock.MkGithub
 
toString() - Method in class com.jcabi.github.mock.MkStorage.InFile
 
toString() - Method in class com.jcabi.github.mock.MkStorage.Synced
 
toString() - Method in class com.jcabi.github.RtStatuses
Generate string representation.
toString() - Method in class com.jcabi.github.RtValuePagination
 
toString() - Method in class com.jcabi.github.safe.SfComment
 
toString() - Method in class com.jcabi.github.safe.SfComments
 
toString() - Method in class com.jcabi.github.safe.SfIssue
 
toString() - Method in class com.jcabi.github.Smarts
 
Tree - Interface in com.jcabi.github
Github tree.
trees() - Method in interface com.jcabi.github.Git
Get its trees.
Trees - Interface in com.jcabi.github
Github Git Data Trees.
type() - Method in class com.jcabi.github.Content.Smart
Get its type.
type() - Method in class com.jcabi.github.Event.Smart
Get its type.
type() - Method in class com.jcabi.github.Organization.Smart
Get its type.
type() - Method in class com.jcabi.github.User.Smart
Returns the value of type property of User's JSON.

U

UNASSIGNED - Static variable in interface com.jcabi.github.Event
Event type.
UNLABELED - Static variable in interface com.jcabi.github.Event
Event type.
unlock() - Method in class com.jcabi.github.mock.MkStorage.InFile
 
unlock() - Method in class com.jcabi.github.mock.MkStorage.Synced
 
unlock() - Method in interface com.jcabi.github.mock.MkStorage
Unlock storage.
UNLOCKED - Static variable in interface com.jcabi.github.Event
Event type.
Unmodified(Repo, String) - Constructor for class com.jcabi.github.Label.Unmodified
Public ctor.
unstar() - Method in class com.jcabi.github.Gist.Smart
 
unstar() - Method in interface com.jcabi.github.Gist
Unstar a gist.
unstar() - Method in interface com.jcabi.github.Stars
Unstar repository.
update(String, JsonObject) - Method in interface com.jcabi.github.Contents
Updates a file.
updated() - Method in class com.jcabi.github.User.Smart
Returns the value of updated_at property of User's JSON.
updatedAt() - Method in class com.jcabi.github.Comment.Smart
When this comment was updated last time.
updatedAt() - Method in class com.jcabi.github.GistComment.Smart
When this comment was updated last time.
updatedAt() - Method in class com.jcabi.github.Issue.Smart
When this issue was updated.
updatedAt() - Method in class com.jcabi.github.Pull.Smart
When this pull request was updated.
updatedAt() - Method in class com.jcabi.github.ReleaseAsset.Smart
When it was updated.
updatedAt() - Method in class com.jcabi.github.Status.Smart
When this commit status was updated.
upload(byte[], String, String) - Method in interface com.jcabi.github.ReleaseAssets
Upload a release asset.
uploadUrl() - Method in class com.jcabi.github.Release.Smart
Get release upload url.
url() - Method in class com.jcabi.github.Blob.Smart
Get its url.
url() - Method in class com.jcabi.github.Comment.Smart
Get its URL.
url() - Method in class com.jcabi.github.Commit.Smart
Get its URL.
url() - Method in class com.jcabi.github.Content.Smart
Get its URL.
url() - Method in class com.jcabi.github.DeployKey.Smart
Get its URL.
url() - Method in class com.jcabi.github.Event.Smart
Get its URL.
url() - Method in class com.jcabi.github.Fork.Smart
Get its URL.
url() - Method in class com.jcabi.github.GistComment.Smart
Get its URL.
url() - Method in class com.jcabi.github.Issue.Smart
Get its URL.
url() - Method in class com.jcabi.github.Milestone.Smart
Get its URL.
url() - Method in class com.jcabi.github.Organization.Smart
Get its URL.
url() - Method in class com.jcabi.github.PublicKey.Smart
Get its URL.
url() - Method in class com.jcabi.github.Pull.Smart
Get its URL.
url() - Method in class com.jcabi.github.PullComment.Smart
Get its url value.
url(String) - Method in class com.jcabi.github.PullComment.Smart
Change its url value.
url() - Method in class com.jcabi.github.Release.Smart
Get release url.
url() - Method in class com.jcabi.github.ReleaseAsset.Smart
Get its URL.
url() - Method in class com.jcabi.github.RepoCommit.Smart
Get its URL.
url() - Method in class com.jcabi.github.RtStatus
 
url() - Method in class com.jcabi.github.Status.Smart
 
url() - Method in interface com.jcabi.github.Status
Get its URL.
url() - Method in class com.jcabi.github.User.Smart
Get his URL.
user() - Method in class com.jcabi.github.Coordinates.Simple
 
user() - Method in interface com.jcabi.github.Coordinates
Get usr name.
user() - Method in class com.jcabi.github.PublicKey.Smart
 
user() - Method in interface com.jcabi.github.PublicKey
User we're in.
user() - Method in interface com.jcabi.github.PublicKeys
User we're in.
user() - Method in class com.jcabi.github.PullRef.Smart
Gets the user who owns the repository which its commit is in.
User - Interface in com.jcabi.github
Github user.
user() - Method in interface com.jcabi.github.UserOrganizations
Get its owner.
User.Smart - Class in com.jcabi.github
Smart user with extra features.
UserEmails - Interface in com.jcabi.github
Github user's emails.
UserOrganizations - Interface in com.jcabi.github
Organizations of a Github user.
users() - Method in interface com.jcabi.github.Github
Get Users API entry point.
users() - Method in class com.jcabi.github.mock.MkGithub
 
users() - Method in class com.jcabi.github.RtGithub
 
users(String, String, Search.Order) - Method in interface com.jcabi.github.Search
Search users.
Users - Interface in com.jcabi.github
Github users.

V

valueOf(String) - Static method in enum com.jcabi.github.FileChange.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.jcabi.github.Issues.Qualifier
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.jcabi.github.Issues.Sort
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.jcabi.github.MergeState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.jcabi.github.Search.Order
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.jcabi.github.Search.Qualifier
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.jcabi.github.Status.State
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.jcabi.github.FileChange.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.jcabi.github.Issues.Qualifier
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.jcabi.github.Issues.Sort
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.jcabi.github.MergeState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.jcabi.github.Search.Order
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.jcabi.github.Search.Qualifier
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.jcabi.github.Status.State
Returns an array containing the constants of this enum type, in the order they are declared.

W

watchers() - Method in class com.jcabi.github.Fork.Smart
Get its watchers count.
withAutoInit(Optional<Boolean>) - Method in class com.jcabi.github.Repos.RepoCreate
Returns a RepoCreate with the given auto-init enabledness.
withAutoInit(boolean) - Method in class com.jcabi.github.Repos.RepoCreate
Returns a RepoCreate with the given auto-init enabledness.
withContext(Optional<String>) - Method in class com.jcabi.github.Statuses.StatusCreate
Returns a StatusCreate with the given context.
withDescription(String) - Method in class com.jcabi.github.Repos.RepoCreate
Returns a RepoCreate with the given description.
withDescription(String) - Method in class com.jcabi.github.Statuses.StatusCreate
Returns a StatusCreate with the given description.
withHomepage(String) - Method in class com.jcabi.github.Repos.RepoCreate
Returns a RepoCreate with the given homepage.
withName(String) - Method in class com.jcabi.github.Repos.RepoCreate
Returns a RepoCreate with the given name.
withPrivacy(boolean) - Method in class com.jcabi.github.Repos.RepoCreate
Returns a RepoCreate with the given privacy.
withState(Status.State) - Method in class com.jcabi.github.Statuses.StatusCreate
Returns a StatusCreate with the given state.
withTargetUrl(Optional<String>) - Method in class com.jcabi.github.Statuses.StatusCreate
Returns a StatusCreate with the given target URL.
write(String, String) - Method in class com.jcabi.github.Gist.Smart
 
write(String, String) - Method in interface com.jcabi.github.Gist
Write file content.

X

xml() - Method in class com.jcabi.github.mock.MkStorage.InFile
 
xml() - Method in class com.jcabi.github.mock.MkStorage.Synced
 
xml() - Method in interface com.jcabi.github.mock.MkStorage
Get full XML.
A B C D E F G H I J K L M N O P R S T U V W X 
Skip navigation links

Copyright © 2012–2018 jcabi.com. All rights reserved.