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

A

add(Iterable<String>) - Method in interface com.jcabi.github.IssueLabels
Add new labels.
add(Iterable<String>) - Method in class com.jcabi.github.IssueLabels.Smart
 
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.
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
 
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.
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.Issue.Smart
Get its author.
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

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.
blog() - Method in class com.jcabi.github.Organization.Smart
Get its blog.
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.Issue.Smart
Get its title.
body(String) - Method in class com.jcabi.github.Issue.Smart
Change its body.
body() - Method in class com.jcabi.github.Pull.Smart
Get its title.
body(String) - Method in class com.jcabi.github.Pull.Smart
Change its body.
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.

C

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
 
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.Pull.Smart
When this pull request was closed.
closedIssues() - Method in class com.jcabi.github.Milestone.Smart
Get number of closed issues.
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.
Comment - Interface in com.jcabi.github
Github issue comment.
Comment.Smart - Class in com.jcabi.github
Smart comment with additional features.
Comment.Smart(Comment) - Constructor for class com.jcabi.github.Comment.Smart
Public ctor.
Comments - Interface in com.jcabi.github
Github comments.
comments() - Method in interface com.jcabi.github.Issue
Get all comments of the issue.
comments() - Method in class com.jcabi.github.Issue.Smart
 
Commit - Interface in com.jcabi.github
Github commit.
Commit.Smart - Class in com.jcabi.github
Smart commit.
Commit.Smart(Commit) - Constructor for class com.jcabi.github.Commit.Smart
Public ctor.
commits() - Method in interface com.jcabi.github.Pull
Get all commits of the pull request.
commits() - Method in class com.jcabi.github.Pull.Smart
 
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.
compareTo(Comment) - Method in class com.jcabi.github.Comment.Smart
 
compareTo(Commit) - Method in class com.jcabi.github.Commit.Smart
 
compareTo(Event) - Method in class com.jcabi.github.Event.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(Organization) - Method in class com.jcabi.github.Organization.Smart
 
compareTo(Pull) - Method in class com.jcabi.github.Pull.Smart
 
compareTo(Milestone) - Method in class com.jcabi.github.RtMilestone
 
contains(String) - Method in class com.jcabi.github.IssueLabels.Smart
Label exists?
contains(String) - Method in class com.jcabi.github.Labels.Smart
Label exists?
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
Rexsl implementation.
Coordinates.Simple(String, String) - Constructor for class com.jcabi.github.Coordinates.Simple
Public ctor.
Coordinates.Simple(String) - Constructor for class com.jcabi.github.Coordinates.Simple
Public ctor.
CORE - Static variable in interface com.jcabi.github.Limits
Resource name.
create(Iterable<String>) - Method in interface com.jcabi.github.Gists
Create a new gist.
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, String) - Method in interface com.jcabi.github.Pulls
Create new get.
create(JsonObject) - Method in interface com.jcabi.github.Repos
Create repository.
create(String) - Method in class com.jcabi.github.RtMilestones
 
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.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.
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.

D

date() - Method in class com.jcabi.github.Github.Time
Get date.
delete(String) - Method in interface com.jcabi.github.Labels
Delete label by name.
delete(String) - Method in class com.jcabi.github.Labels.Smart
 
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.
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.
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.
Event.Smart(Event) - Constructor for class com.jcabi.github.Event.Smart
Public ctor.
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 interface com.jcabi.github.Repo
Get all events for the repository.
events() - Method in class com.jcabi.github.Repo.Smart
 

F

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
 
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.
following() - Method in class com.jcabi.github.Organization.Smart
Get its following count.
FORMAT_ISO - Static variable in class com.jcabi.github.Github.Time
Pattern to present day in ISO-8601.

G

get(int) - Method in interface com.jcabi.github.Comments
Get comment by number.
get(String) - Method in interface com.jcabi.github.Gists
Get gist by name.
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(int) - Method in interface com.jcabi.github.Organizations
Get specific organization by id.
get(int) - Method in interface com.jcabi.github.Pulls
Get specific get by number.
get(Coordinates) - Method in interface com.jcabi.github.Repos
Get repository by name.
get(int) - Method in class com.jcabi.github.RtMilestones
 
get(String) - Method in interface com.jcabi.github.Users
Get user by login.
Gist - Interface in com.jcabi.github
Github gist.
Gist.Smart - Class in com.jcabi.github
Smart Gist with extra features.
Gist.Smart(Gist) - Constructor for class com.jcabi.github.Gist.Smart
Public ctor.
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
 
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.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 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.User
Github we're in.
github() - Method in class com.jcabi.github.User.Smart
 
github() - Method in interface com.jcabi.github.Users
Github we're in.
Github.Time - Class in com.jcabi.github
Time in Github JSON.
Github.Time() - Constructor for class com.jcabi.github.Github.Time
Ctor.
Github.Time(String) - Constructor for class com.jcabi.github.Github.Time
Ctor.
Github.Time(Date) - Constructor for class com.jcabi.github.Github.Time
Ctor.
Github.Time(long) - Constructor for class com.jcabi.github.Github.Time
Ctor.

H

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.

I

id() - Method in class com.jcabi.github.User.Smart
Get his ID.
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?
isPull() - Method in class com.jcabi.github.Issue.Smart
Is it a pull requests?
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.Smart - Class in com.jcabi.github
Smart Issue with extra features.
Issue.Smart(Issue) - Constructor for class com.jcabi.github.Issue.Smart
Public ctor.
IssueLabels - Interface in com.jcabi.github
Github labels of an issue.
IssueLabels.Smart - Class in com.jcabi.github
Smart IssueLabels with extra features.
IssueLabels.Smart(IssueLabels) - Constructor for class com.jcabi.github.IssueLabels.Smart
Public ctor.
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
 
iterate(Map<String, String>) - Method in interface com.jcabi.github.Assignees
Iterate all available assignees.
iterate() - Method in interface com.jcabi.github.Comments
Iterate them all.
iterate() - Method in interface com.jcabi.github.Gists
Iterate all gists.
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(Map<String, String>) - Method in interface com.jcabi.github.Organizations
Iterate them all.
iterate() - Method in interface com.jcabi.github.Pulls
Iterate them all.
iterate(Map<String, String>) - Method in class com.jcabi.github.RtMilestones
 
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.Smarts
 

J

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.Event.Smart
 
json() - Method in class com.jcabi.github.Gist.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.Organization.Smart
 
json() - Method in class com.jcabi.github.Pull.Smart
 
json() - Method in class com.jcabi.github.Repo.Smart
 
json() - Method in class com.jcabi.github.RtMilestone
 
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.

L

Label - Interface in com.jcabi.github
Github label.
Label.Smart - Class in com.jcabi.github
Smart Label with extra features.
Label.Smart(Label) - Constructor for class com.jcabi.github.Label.Smart
Public ctor.
Label.Unmodified - Class in com.jcabi.github
Unmodified Label with extra features.
Label.Unmodified(Repo, String) - Constructor for class com.jcabi.github.Label.Unmodified
Public ctor.
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.Smart - Class in com.jcabi.github
Smart Labels with extra features.
Labels.Smart(Labels) - Constructor for class com.jcabi.github.Labels.Smart
Public ctor.
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.Smart(Limit) - Constructor for class com.jcabi.github.Limit.Smart
Public ctor.
Limit.Throttled - Class in com.jcabi.github
Throttled Limit.
Limit.Throttled(Limit, int) - Constructor for class com.jcabi.github.Limit.Throttled
Public ctor.
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.
Limits.Throttled(Limits, int) - Constructor for class com.jcabi.github.Limits.Throttled
Public ctor.
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
Lock storage.
login() - Method in interface com.jcabi.github.User
Get his login.
login() - Method in class com.jcabi.github.User.Smart
 

M

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
Get Markdown API entry point.
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) - 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.
message() - Method in class com.jcabi.github.Commit.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 - Interface in com.jcabi.github
Github Milestone.
Milestone.Smart - Class in com.jcabi.github
Smart Milestone with extra features.
Milestone.Smart(Milestone) - Constructor for class com.jcabi.github.Milestone.Smart
Public ctor.
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
 
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.
MkStorage - Interface in com.jcabi.github.mock
Storage of Github data.
MkStorage.InFile - Class in com.jcabi.github.mock
In file.
MkStorage.InFile() - Constructor for class com.jcabi.github.mock.MkStorage.InFile
Public ctor.
MkStorage.InFile(File) - Constructor for class com.jcabi.github.mock.MkStorage.InFile
Public ctor.

N

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 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.User.Smart
Get his name.
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.Event
Get its number.
number() - Method in class com.jcabi.github.Event.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.Pull
Get its number.
number() - Method in class com.jcabi.github.Pull.Smart
 
number() - Method in class com.jcabi.github.RtMilestone
 

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.Milestone.Smart
Get number of open issues.
Organization - Interface in com.jcabi.github
Github organization.
Organization.Smart - Class in com.jcabi.github
Smart Organization with extra features.
Organization.Smart(Organization) - Constructor for class com.jcabi.github.Organization.Smart
Public ctor.
Organizations - Interface in com.jcabi.github
Github organizations.
organizations() - Method in interface com.jcabi.github.User
Get his organizations.
organizations() - Method in class com.jcabi.github.User.Smart
 
orgId() - Method in interface com.jcabi.github.Organization
Get its id.
orgId() - Method in class com.jcabi.github.Organization.Smart
 

P

patch(JsonObject) - Method in class com.jcabi.github.Comment.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.Organization.Smart
 
patch(JsonObject) - Method in class com.jcabi.github.Pull.Smart
 
patch(JsonObject) - Method in class com.jcabi.github.Repo.Smart
 
patch(JsonObject) - Method in class com.jcabi.github.RtMilestone
 
patch(JsonObject) - Method in class com.jcabi.github.User.Smart
 
post(String) - Method in interface com.jcabi.github.Comments
Post new comment.
publicGists() - Method in class com.jcabi.github.Organization.Smart
Get its public gists count.
publicRepos() - Method in class com.jcabi.github.Organization.Smart
Get its public repos count.
pull() - Method in class com.jcabi.github.Issue.Smart
Get pull request.
Pull - Interface in com.jcabi.github
Github pull request.
Pull.Smart - Class in com.jcabi.github
Smart pull request with extra features.
Pull.Smart(Pull) - Constructor for class com.jcabi.github.Pull.Smart
Public ctor.
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

raw(String) - Method in interface com.jcabi.github.Markdown
Raw rendering.
read(String) - Method in interface com.jcabi.github.Gist
Read file content.
read(String) - Method in class com.jcabi.github.Gist.Smart
 
REFERENCED - Static variable in interface com.jcabi.github.Event
Event type.
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() - Method in interface com.jcabi.github.Comment
Delete the comment.
remove() - Method in class com.jcabi.github.Comment.Smart
 
remove(String) - Method in interface com.jcabi.github.IssueLabels
Remove label by name.
remove(String) - Method in class com.jcabi.github.IssueLabels.Smart
 
removeIfExists(String) - Method in class com.jcabi.github.IssueLabels.Smart
Remove label if it exists (do nothing otherwise).
render(JsonObject) - Method in interface com.jcabi.github.Markdown
Render.
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
 
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.Coordinates
Get rpo name.
repo() - Method in class com.jcabi.github.Coordinates.Simple
 
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.Issue
Repository we're in.
repo() - Method in class com.jcabi.github.Issue.Smart
 
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 interface com.jcabi.github.Pull
Repository we're in.
repo() - Method in class com.jcabi.github.Pull.Smart
 
repo() - Method in interface com.jcabi.github.Pulls
Owner of them.
Repo - Interface in com.jcabi.github
Github repository.
repo() - Method in class com.jcabi.github.RtMilestone
 
repo() - Method in class com.jcabi.github.RtMilestones
 
Repo.Smart - Class in com.jcabi.github
Smart Repo with extra features.
Repo.Smart(Repo) - Constructor for class com.jcabi.github.Repo.Smart
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
 
reset() - Method in class com.jcabi.github.Limit.Smart
When will the limit be reset.
roLabels() - Method in class com.jcabi.github.Issue.Smart
Get read-only labels.
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.
RtMilestone - Class in com.jcabi.github
Github milestone.
RtMilestones - Class in com.jcabi.github
Github milestones.

S

SEARCH - Static variable in interface com.jcabi.github.Limits
Resource name.
self() - Method in interface com.jcabi.github.Users
Get myself.
sha() - Method in interface com.jcabi.github.Commit
SHA of it.
sha() - Method in class com.jcabi.github.Commit.Smart
 
Smarts<T> - Class in com.jcabi.github
Smart items.
Smarts(Iterable<?>) - Constructor for class com.jcabi.github.Smarts
Public ctor.
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.
SUBSCRIBED - Static variable in interface com.jcabi.github.Event
Event type.

T

TIMEZONE - Static variable in class com.jcabi.github.Github.Time
The time zone we're in.
title() - Method in class com.jcabi.github.Issue.Smart
Get its body.
title(String) - Method in class com.jcabi.github.Issue.Smart
Change its state.
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.Pull.Smart
Get its body.
title(String) - Method in class com.jcabi.github.Pull.Smart
Change its state.
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.RtMilestone
 
toString() - Method in class com.jcabi.github.RtMilestones
 
toString() - Method in class com.jcabi.github.Smarts
 
type() - Method in class com.jcabi.github.Event.Smart
Get its type.
type() - Method in class com.jcabi.github.Organization.Smart
Get its type.

U

unlock() - Method in class com.jcabi.github.mock.MkStorage.InFile
 
unlock() - Method in interface com.jcabi.github.mock.MkStorage
Unlock storage.
updatedAt() - Method in class com.jcabi.github.Comment.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.
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.Event.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.Pull.Smart
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.Organization.Smart
 
user() - Method in interface com.jcabi.github.Organization
User we're in.
user() - Method in interface com.jcabi.github.Organizations
Get its owner.
User - Interface in com.jcabi.github
Github user.
User.Smart - Class in com.jcabi.github
Smart user with extra features.
User.Smart(User) - Constructor for class com.jcabi.github.User.Smart
Public ctor.
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 - Interface in com.jcabi.github
Github users.

W

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 interface com.jcabi.github.mock.MkStorage
Get full XML.
A B C D E F G H I J L M N O P R S T U W X 

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