A B C D E F G H I J K L M N O P R S T U V W X
All Classes All Packages
All Classes All Packages
All Classes All Packages
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
- add(Iterable<String>) - Method in interface com.jcabi.github.UserEmails
-
Add emails.
- add(String) - Method in interface com.jcabi.github.Collaborators
-
Add user as a collaborator.
- add(String) - Method in interface com.jcabi.github.Users
-
Add user by login and returns it.
- ADDED - com.jcabi.github.FileChange.Status
-
File was added.
- 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.
- addWithPermission(String, Collaborators.Permission) - Method in interface com.jcabi.github.Collaborators
-
Add user with permissions.
- ADMIN - com.jcabi.github.Collaborators.Permission
- 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
- ASC - com.jcabi.github.Search.Order
-
Sorting ascending.
- 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.
- ASSIGNEE - com.jcabi.github.Issues.Qualifier
-
Finds issues that are assigned to a certain user.
- ASSIGNEE - com.jcabi.github.Search.Qualifier
-
Finds issues that are assigned to a certain user.
- 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
- Assignees - Interface in com.jcabi.github
-
Github Assignees.
- 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.
- author() - Method in class com.jcabi.github.RepoCommit.Smart
-
Returns the login of the author.
- AUTHOR - com.jcabi.github.Search.Qualifier
-
Finds issues created by a certain user.
- 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
- BAD_HEAD - com.jcabi.github.MergeState
-
If the current Pull Request head doesn't match the specified SHA.
- 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() - Method in interface com.jcabi.github.Git
-
Get its blobs.
- Blobs - Interface in com.jcabi.github
-
Github Git Data 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() - Method in class com.jcabi.github.GistComment.Smart
-
Get its body.
- body() - Method in class com.jcabi.github.Issue.Smart
-
Get its body.
- body() - Method in class com.jcabi.github.Pull.Smart
-
Get its body.
- body() - Method in class com.jcabi.github.PullComment.Smart
-
Get its body value.
- body() - Method in class com.jcabi.github.Release.Smart
-
Get release body.
- body(String) - Method in class com.jcabi.github.Comment.Smart
-
Change comment body.
- body(String) - Method in class com.jcabi.github.GistComment.Smart
-
Change comment body.
- body(String) - Method in class com.jcabi.github.Issue.Smart
-
Change its body.
- body(String) - Method in class com.jcabi.github.Pull.Smart
-
Change its body.
- body(String) - Method in class com.jcabi.github.PullComment.Smart
-
Change its body value.
- body(String) - Method in class com.jcabi.github.Release.Smart
-
Change its body.
- Branch - Interface in com.jcabi.github
-
Git branch.
- branches() - Method in interface com.jcabi.github.Repo
-
Get repository's branches.
- branches() - Method in class com.jcabi.github.Repo.Smart
- Branches - Interface in com.jcabi.github
-
Git branches.
- 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()
andFileChange.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 - com.jcabi.github.Search.Qualifier
-
Filters issues based on the date when they were 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() - Method in interface com.jcabi.github.Repo
-
Gel all collaborators.
- collaborators() - Method in class com.jcabi.github.Repo.Smart
- Collaborators - Interface in com.jcabi.github
-
Github repository collaborators.
- Collaborators.Permission - Enum in com.jcabi.github
-
Permission levels a user can be granted in an organization repository.
- 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.
- COMMENTER - com.jcabi.github.Search.Qualifier
-
Finds issues that a certain user commented on.
- 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
- Comments - Interface in com.jcabi.github
-
Github comments.
- COMMENTS - com.jcabi.github.Issues.Sort
-
Number of comments on the issue.
- COMMENTS - com.jcabi.github.Search.Qualifier
-
Filters issues based on the quantity of comments.
- 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() - 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 - Interface in com.jcabi.github
-
Github 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() - 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
- Commits - Interface in com.jcabi.github
-
Github Git Data Commits.
- 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() - Method in class com.jcabi.github.User.Smart
-
Get his company.
- company(String) - Method in class com.jcabi.github.Organization.Smart
-
Change its 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(Comment) - Method in class com.jcabi.github.safe.SfComment
- compareTo(Commit) - Method in class com.jcabi.github.Commit.Smart
- compareTo(Commit) - Method in class com.jcabi.github.mock.MkCommit
- 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(Issue) - Method in class com.jcabi.github.safe.SfIssue
- 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.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
- 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
- CONFUSED - Static variable in interface com.jcabi.github.Reaction
-
Confused reaction constant.
- 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
- contains(String) - Method in class com.jcabi.github.IssueLabels.Smart
-
Label exists?
- contains(String) - Method in class com.jcabi.github.Labels.Smart
-
Label exists?
- content() - Method in class com.jcabi.github.Content.Smart
-
Get its encoded content.
- Content - Interface in com.jcabi.github
-
Github content.
- Content.Smart - Class in com.jcabi.github
-
Smart Content with extra features.
- contents() - Method in interface com.jcabi.github.Repo
-
Get all contents of the repo.
- contents() - Method in class com.jcabi.github.Repo.Smart
- Contents - Interface in com.jcabi.github
-
Github contents.
- 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() - Method in interface com.jcabi.github.Repo
-
Get its coordinates.
- coordinates() - Method in class com.jcabi.github.Repo.Smart
- Coordinates - Interface in com.jcabi.github
-
Repository coordinates.
- 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(Repos.RepoCreate) - Method in interface com.jcabi.github.Repos
-
Create repository.
- 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(String) - Method in interface com.jcabi.github.Forks
-
Create a fork for the authenticated user.
- create(String) - Method in interface com.jcabi.github.Milestones
-
Create Milestone.
- create(String) - Method in interface com.jcabi.github.Releases
-
Create new release.
- create(String) - Method in class com.jcabi.github.Releases.Smart
- create(String, String) - Method in interface com.jcabi.github.Blobs
-
Create a blob.
- create(String, String) - Method in interface com.jcabi.github.DeployKeys
-
Create a deploy key.
- 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, String) - Method in class com.jcabi.github.mock.MkBranches
-
Creates a new branch.
- create(String, String) - Method in interface com.jcabi.github.PublicKeys
-
Create a public key.
- create(String, String) - Method in interface com.jcabi.github.References
-
Creates a reference.
- create(String, String, String) - Method in interface com.jcabi.github.Pulls
-
Create new get.
- create(String, Map<String, String>, Iterable<Event>, boolean) - Method in interface com.jcabi.github.Hooks
-
Create new hook.
- create(Map<String, String>, boolean) - Method in interface com.jcabi.github.Gists
-
Create a new gist.
- 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(JsonObject) - Method in class com.jcabi.github.mock.MkCommits
- create(JsonObject) - Method in class com.jcabi.github.RtCommits
- 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.
- CREATED - com.jcabi.github.Issues.Sort
-
Issue creation timestamp.
- CREATED - com.jcabi.github.Search.Qualifier
-
Filters issues based on date of creation.
- 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.
- CREATOR - com.jcabi.github.Issues.Qualifier
-
Finds issues created by a certain user.
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() - Method in interface com.jcabi.github.Release
-
Deletes a release.
- delete() - Method in class com.jcabi.github.Release.Smart
- delete(String) - Method in interface com.jcabi.github.Labels
-
Delete label by name.
- delete(String) - Method in class com.jcabi.github.Labels.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.
- DESC - com.jcabi.github.Search.Order
-
Sorting descending.
- 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() - 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.
- description(String) - Method in class com.jcabi.github.Milestone.Smart
-
Change its 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() - Method in class com.jcabi.github.User.Smart
-
Get his email.
- email(String) - Method in class com.jcabi.github.Organization.Smart
-
Change its 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
- ERROR - com.jcabi.github.Status.State
-
Error state.
- 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() - Method in interface com.jcabi.github.Issue
-
Does this issue exist in Github?
- exists() - Method in class com.jcabi.github.Issue.Smart
- 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?
- exists(Coordinates) - Method in interface com.jcabi.github.Repos
-
Check if a repository exists on Github.
- exists(String) - Method in class com.jcabi.github.Releases.Smart
-
This release exists by the tag.
- exists(String, String) - Method in interface com.jcabi.github.Contents
-
Check whether content exists or not.
F
- FAILURE - com.jcabi.github.Status.State
-
Failure state.
- 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 interface com.jcabi.github.Branches
-
Find branches by name.
- find(String) - Method in class com.jcabi.github.mock.MkBranches
- 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() - Method in interface com.jcabi.github.Gist
-
Fork the gist.
- fork() - Method in class com.jcabi.github.Gist.Smart
- Fork - Interface in com.jcabi.github
-
Github fork.
- 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() - Method in interface com.jcabi.github.Repo
-
Get all forks of the repo.
- forks() - Method in class com.jcabi.github.Repo.Smart
- Forks - Interface in com.jcabi.github
-
Github forks.
- 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(int) - Method in interface com.jcabi.github.Comments
-
Get comment by number.
- 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(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(int) - Method in interface com.jcabi.github.Issues
-
Get specific issue by number.
- get(int) - Method in interface com.jcabi.github.Milestones
-
Get specific milestone by number.
- get(int) - Method in interface com.jcabi.github.Notifications
-
Get a single notification.
- 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(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(int) - Method in class com.jcabi.github.safe.SfComments
- get(Coordinates) - Method in interface com.jcabi.github.Repos
-
Get repository by name.
- get(String) - Method in interface com.jcabi.github.Blobs
-
Get specific blob by sha.
- get(String) - Method in interface com.jcabi.github.Commits
-
Return a Commit by its SHA.
- get(String) - Method in interface com.jcabi.github.Contents
-
Get the contents of a single file or symbolic link.
- 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(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(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(String) - Method in interface com.jcabi.github.Organizations
-
Get specific organization by name.
- get(String) - Method in interface com.jcabi.github.References
-
Get Reference by identifier.
- get(String) - Method in interface com.jcabi.github.RepoCommits
-
Get single repository's commits.
- get(String) - Method in class com.jcabi.github.RtCommits
- 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.
- get(String, String) - Method in interface com.jcabi.github.Contents
-
Get the contents of a single file or symbolic link in a repository.
- 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() - 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 - Interface in com.jcabi.github
-
Github gist.
- 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() - 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
- Gists - Interface in com.jcabi.github
-
Github gists.
- gistsUrl() - Method in class com.jcabi.github.User.Smart
-
Returns the value of gists_url property of User's JSON.
- git() - Method in interface com.jcabi.github.Repo
-
Get the Git API entry point.
- git() - Method in class com.jcabi.github.Repo.Smart
- Git - Interface in com.jcabi.github
-
Github Git.
- 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() - 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 - Interface in com.jcabi.github
-
Github client, starting point to the entire library.
- 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() - Method in class com.jcabi.github.mock.MkGithub
- gitignores() - Method in class com.jcabi.github.RtGithub
- Gitignores - Interface in com.jcabi.github
-
Github Gitignore.
- 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.
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.
- HEART - Static variable in interface com.jcabi.github.Reaction
-
Heart reaction constant.
- 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() - Method in interface com.jcabi.github.Repo
-
Hooks.
- hooks() - Method in class com.jcabi.github.Repo.Smart
- Hooks - Interface in com.jcabi.github
-
Github hooks.
- HOORAY - Static variable in interface com.jcabi.github.Reaction
-
Hooray reaction constant.
- 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() - 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.
- identifier(String) - Method in class com.jcabi.github.PullComment.Smart
-
Change its id value.
- IN - com.jcabi.github.Search.Qualifier
-
Qualifies which fields are searched.
- 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.
- INVOLVES - com.jcabi.github.Search.Qualifier
-
Finds issues that were either created by a certain user.
- IS - com.jcabi.github.Search.Qualifier
-
Searches for items within repositories that match a certain state.
- isCollaborator(String) - Method in interface com.jcabi.github.Collaborators
-
Check if a user is collaborator.
- isLocked() - Method in interface com.jcabi.github.Issue
-
The issue conversation is locked?
- isLocked() - Method in class com.jcabi.github.Issue.Smart
- isLocked() - Method in class com.jcabi.github.safe.SfIssue
- 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() - 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 - Interface in com.jcabi.github
-
Github issue.
- Issue.Smart - Class in com.jcabi.github
-
Smart Issue with extra features.
- issueEvents() - Method in interface com.jcabi.github.Repo
-
Get all issue events for the repository.
- issueEvents() - Method in class com.jcabi.github.Repo.Smart
- IssueEvents - Interface in com.jcabi.github
-
Github issue events.
- IssueLabels - Interface in com.jcabi.github
-
Github labels of an issue.
- IssueLabels.Smart - Class in com.jcabi.github
-
Smart IssueLabels with extra features.
- 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 - Interface in com.jcabi.github
-
Github issues.
- Issues.Qualifier - Enum in com.jcabi.github
- Issues.Sort - Enum in com.jcabi.github
- isVerified() - Method in class com.jcabi.github.RepoCommit.Smart
-
Returns TRUE if the commit is verified.
- 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() - Method in interface com.jcabi.github.DeployKeys
-
Iterate them all.
- 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() - Method in interface com.jcabi.github.Labels
-
Iterate them all.
- iterate() - Method in class com.jcabi.github.Labels.Smart
- 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() - Method in interface com.jcabi.github.References
-
Iterates all references.
- 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() - Method in class com.jcabi.github.RtPublicMembers
- 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(int, Map<String, String>) - Method in interface com.jcabi.github.PullComments
-
Iterate all pull comments for a pull request.
- iterate(String) - Method in interface com.jcabi.github.Forks
-
Iterate all forks.
- iterate(String) - Method in interface com.jcabi.github.References
-
Iterates references in sub-namespace.
- iterate(String) - Method in interface com.jcabi.github.Repos
-
Iterate all public repos, starting with the one you've seen already.
- iterate(String) - Method in interface com.jcabi.github.Users
-
Iterate all users, starting with the one you've seen already.
- iterate(String, String) - Method in interface com.jcabi.github.Contents
-
Get the contents of a directory in a repository.
- iterate(Date) - Method in interface com.jcabi.github.Comments
-
Iterate them all.
- iterate(Date) - Method in class com.jcabi.github.safe.SfComments
- iterate(Map<String, String>) - Method in interface com.jcabi.github.Issues
-
Iterate them all.
- iterate(Map<String, String>) - Method in interface com.jcabi.github.Milestones
-
Iterate them all.
- iterate(Map<String, String>) - Method in interface com.jcabi.github.PullComments
-
Iterate all pull comments for this repo.
- iterate(Map<String, String>) - Method in interface com.jcabi.github.Pulls
-
Iterate them all.
- iterate(Map<String, String>) - Method in interface com.jcabi.github.RepoCommits
-
Iterate all repository's commits.
- 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() - Method in class com.jcabi.github.PublicKey.Smart
-
Get its key value.
- key() - Method in interface com.jcabi.github.Tag
-
Return its sha.
- key(String) - Method in class com.jcabi.github.DeployKey.Smart
-
Change its value.
- key(String) - Method in class com.jcabi.github.PublicKey.Smart
-
Change its value.
- 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() - 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 - Interface in com.jcabi.github
-
Github label.
- LABEL - com.jcabi.github.Search.Qualifier
-
Filters issues based on their labels.
- 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() - 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 - Interface in com.jcabi.github
-
Github labels.
- LABELS - com.jcabi.github.Issues.Qualifier
-
Filters issues based on their labels, as a comma-separated list of label names.
- Labels.Smart - Class in com.jcabi.github
-
Smart Labels with extra features.
- Language - Interface in com.jcabi.github
-
Github repository language.
- LANGUAGE - com.jcabi.github.Search.Qualifier
-
Searches for issues within repositories matching a certain 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.
- LAUGH - Static variable in interface com.jcabi.github.Reaction
-
Laugh reaction constant.
- limit() - Method in class com.jcabi.github.Limit.Smart
-
Limit of number of requests.
- Limit - Interface in com.jcabi.github
-
Github Rate Limit API, one resource limit.
- 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() - Method in class com.jcabi.github.mock.MkGithub
- limits() - Method in class com.jcabi.github.RtGithub
- Limits - Interface in com.jcabi.github
-
Github Rate Limit API.
- 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() - Method in class com.jcabi.github.User.Smart
-
Get his location.
- location(String) - Method in class com.jcabi.github.Organization.Smart
-
Change its 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
- lock(String) - Method in interface com.jcabi.github.Issue
-
Locks the issue.
- lock(String) - Method in class com.jcabi.github.Issue.Smart
- lock(String) - Method in class com.jcabi.github.safe.SfIssue
- 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
- MAINTAIN - com.jcabi.github.Collaborators.Permission
- 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() - Method in class com.jcabi.github.mock.MkGithub
- markdown() - Method in class com.jcabi.github.RtGithub
- Markdown - Interface in com.jcabi.github
-
Markdown API.
- MENTIONED - com.jcabi.github.Issues.Qualifier
-
Finds issues that mention a certain user.
- MENTIONED - Static variable in interface com.jcabi.github.Event
-
Event type.
- MENTIONS - com.jcabi.github.Search.Qualifier
-
Finds issues that mention a certain user.
- merge(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 interface com.jcabi.github.Pull
-
Merge it.
- merge(String, String) - Method in class com.jcabi.github.Pull.Smart
- MERGED - com.jcabi.github.Search.Qualifier
-
Filters pull requests based on the date when they were merged.
- 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 - com.jcabi.github.Issues.Qualifier
-
Filter issues based on which milestone they are assigned to.
- Milestone.Smart - Class in com.jcabi.github
-
Smart Milestone with extra features.
- MILESTONED - Static variable in interface com.jcabi.github.Event
-
Event type.
- milestones() - Method in interface com.jcabi.github.Repo
-
Iterate milestones.
- milestones() - Method in class com.jcabi.github.Repo.Smart
- Milestones - Interface in com.jcabi.github
-
Github Milestones.
- 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(MkStorage, String) - Constructor for class com.jcabi.github.mock.MkGithub
-
Public ctor.
- MkGithub(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.
- MODIFIED - com.jcabi.github.FileChange.Status
-
File's content was modified.
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() - Method in class com.jcabi.github.Release.Smart
-
Get release name.
- name() - Method in class com.jcabi.github.ReleaseAsset.Smart
-
Get 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.
- name(String) - Method in class com.jcabi.github.Organization.Smart
-
Change its name.
- name(String) - Method in class com.jcabi.github.Release.Smart
-
Change its name.
- name(String) - Method in class com.jcabi.github.ReleaseAsset.Smart
-
Change its name.
- NO - com.jcabi.github.Search.Qualifier
-
Filters items missing certain metadata.
- NOT_MERGEABLE - com.jcabi.github.MergeState
-
If the Pull Request wasn't mergeable.
- Notification - Interface in com.jcabi.github
-
Github Notification.
- 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
-
Notifications for this user.
- notifications() - Method in class com.jcabi.github.User.Smart
- Notifications - Interface in com.jcabi.github
-
Github Notifications API.
- 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() - Method in class com.jcabi.github.Repos.RepoCreate
-
Name of the organization to which this repo belongs.
- 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() - 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
- Organizations - Interface in com.jcabi.github
-
Github organizations.
- organizationsUrl() - Method in class com.jcabi.github.User.Smart
-
Returns the value of organizations_url property of User's JSON.
P
- patch() - Method in class com.jcabi.github.FileChange.Smart
-
Diff string of the changes to the file.
- 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.Comment.Smart
- patch(JsonObject) - Method in class com.jcabi.github.Content.Smart
- patch(JsonObject) - Method in class com.jcabi.github.DeployKey.Smart
- 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(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
- PENDING - com.jcabi.github.Status.State
-
Pending state.
- 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) - Method in class com.jcabi.github.safe.SfComments
- post(String, String, String, int) - Method in interface com.jcabi.github.PullComments
-
Post a new pull comment.
- 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() - 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 - Interface in com.jcabi.github
-
Github pull request.
- PULL - com.jcabi.github.Collaborators.Permission
- 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() - Method in interface com.jcabi.github.Repo
-
Pull requests.
- pulls() - Method in class com.jcabi.github.Repo.Smart
- Pulls - Interface in com.jcabi.github
-
Github pull requests.
- PUSH - com.jcabi.github.Collaborators.Permission
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() - Method in interface com.jcabi.github.ReleaseAsset
-
Gets release asset raw content.
- raw() - Method in class com.jcabi.github.ReleaseAsset.Smart
- raw(String) - Method in interface com.jcabi.github.Markdown
-
Raw rendering.
- raw(String) - Method in class com.jcabi.github.mock.MkMarkdown
- rawUrl() - Method in class com.jcabi.github.FileChange.Smart
-
URL for the raw contents of the file.
- react(Reaction) - Method in interface com.jcabi.github.Comment
-
Adds the reaction to the comment.
- react(Reaction) - Method in class com.jcabi.github.Comment.Smart
- react(Reaction) - Method in interface com.jcabi.github.Issue
-
Adds the reaction to the issue.
- react(Reaction) - Method in class com.jcabi.github.Issue.Smart
- react(Reaction) - Method in interface com.jcabi.github.PullComment
-
Adds the reaction to the pull comment.
- react(Reaction) - Method in class com.jcabi.github.PullComment.Smart
- react(Reaction) - Method in class com.jcabi.github.safe.SfComment
- react(Reaction) - Method in class com.jcabi.github.safe.SfIssue
- Reaction - Interface in com.jcabi.github
-
Reaction for issue / comment.
- Reaction.Simple - Class in com.jcabi.github
-
Simple reaction.
- reactions() - Method in interface com.jcabi.github.Comment
-
List the reactions of the comment.
- reactions() - Method in class com.jcabi.github.Comment.Smart
- reactions() - Method in interface com.jcabi.github.Issue
-
List the reactions of the issue.
- reactions() - Method in class com.jcabi.github.Issue.Smart
- reactions() - Method in interface com.jcabi.github.PullComment
-
List the reactions of the pull comment.
- reactions() - Method in class com.jcabi.github.PullComment.Smart
- reactions() - Method in class com.jcabi.github.safe.SfComment
- reactions() - Method in class com.jcabi.github.safe.SfIssue
- 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() - 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 - Interface in com.jcabi.github
-
Github release.
- 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() - Method in interface com.jcabi.github.Repo
-
Get all releases of the repo.
- releases() - Method in class com.jcabi.github.Repo.Smart
- Releases - Interface in com.jcabi.github
-
Github Releases.
- 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() - Method in interface com.jcabi.github.Comment
-
Delete the comment.
- remove() - Method in class com.jcabi.github.Comment.Smart
- 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() - Method in interface com.jcabi.github.ReleaseAsset
-
Delete the release asset.
- remove() - Method in class com.jcabi.github.ReleaseAsset.Smart
- remove() - Method in class com.jcabi.github.safe.SfComment
- remove(int) - Method in interface com.jcabi.github.Hooks
-
Remove hook by ID.
- 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(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(Iterable<String>) - Method in interface com.jcabi.github.UserEmails
-
Remove emails.
- remove(String) - Method in interface com.jcabi.github.Collaborators
-
Remove user as a collaborator.
- remove(String) - Method in interface com.jcabi.github.Gists
-
Removes a gist 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(String) - Method in interface com.jcabi.github.References
-
Removes a reference by its identifier.
- remove(JsonObject) - Method in interface com.jcabi.github.Contents
-
Removes a file.
- REMOVED - com.jcabi.github.FileChange.Status
-
File was removed.
- removeIfExists(String) - Method in class com.jcabi.github.IssueLabels.Smart
-
Remove label if it exists (do nothing otherwise).
- RENAMED - com.jcabi.github.FileChange.Status
-
File was renamed.
- 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() - 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 - Interface in com.jcabi.github
-
Github repository.
- REPO - com.jcabi.github.Search.Qualifier
-
Limits searches to a specific repository.
- 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() - Method in class com.jcabi.github.RtGithub
- repos(String, String, Search.Order) - Method in interface com.jcabi.github.Search
-
Search repositories.
- Repos - Interface in com.jcabi.github
-
Github Repo API.
- 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 implementation.
- 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(Request) - Constructor for class com.jcabi.github.RtGithub
-
Public ctor, with a custom request.
- RtGithub(String) - Constructor for class com.jcabi.github.RtGithub
-
Public ctor, for authentication with OAuth2 token.
- RtGithub(String, String) - Constructor for class com.jcabi.github.RtGithub
-
Public ctor, for HTTP Basic Authentication.
- RtGithub(String, String, URI) - Constructor for class com.jcabi.github.RtGithub
-
Public ctor, for HTTP Basic Authentication.
- RtGithub(String, URI) - Constructor for class com.jcabi.github.RtGithub
-
Public ctor, for authentication with OAuth2 token.
- RtGithub(URI) - Constructor for class com.jcabi.github.RtGithub
-
Public ctor, for anonymous access to Github.
Use this ctor when you want to access Github's API over a custom domain, other than https//api.github.com.
For instance, if you have your own instance of Github deployed somewhere. - 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.
- RtReaction - Class in com.jcabi.github
-
Runtime Reaction.
- RtReaction(Reaction) - Constructor for class com.jcabi.github.RtReaction
-
Constructor.
- 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() - Method in class com.jcabi.github.mock.MkGithub
- search() - Method in class com.jcabi.github.RtGithub
- search(Issues.Sort, Search.Order, EnumMap<Issues.Qualifier, String>) - Method in interface com.jcabi.github.Issues
-
Search for issues within the given repository.
- Search - Interface in com.jcabi.github
-
Github search.
- SEARCH - Static variable in interface com.jcabi.github.Limits
-
Resource name.
- 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) - Constructor for class com.jcabi.github.Coordinates.Simple
-
Public ctor.
- Simple(String, String) - Constructor for class com.jcabi.github.Coordinates.Simple
-
Public ctor.
- SINCE - com.jcabi.github.Issues.Qualifier
-
Filters issues based on date last updated (as an ISO 8601 timestamp).
- 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() - Method in class com.jcabi.github.Milestone.Smart
-
Get its state.
- state() - Method in class com.jcabi.github.Pull.Smart
-
Get 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.
- state(String) - Method in class com.jcabi.github.Issue.Smart
-
Change its state.
- state(String) - Method in class com.jcabi.github.Milestone.Smart
-
Change its state.
- state(String) - Method in class com.jcabi.github.Pull.Smart
-
Change its state.
- STATE - com.jcabi.github.Issues.Qualifier
-
Filter issues based on whether they're open or closed.
- STATE - com.jcabi.github.Search.Qualifier
-
Filter issues based on whether they’re open or closed.
- 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.
- SUCCESS - com.jcabi.github.MergeState
-
If the Pull Request was successfully merged.
- SUCCESS - com.jcabi.github.Status.State
-
Success state.
- 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.
- TEAM - com.jcabi.github.Search.Qualifier
-
Finds issues or pull requests which mention a particular team within an organization which the user is a member of.
- 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.
- THUMBSDOWN - Static variable in interface com.jcabi.github.Reaction
-
Thumbs down reaction constant.
- THUMBSUP - Static variable in interface com.jcabi.github.Reaction
-
Thumbs up reaction constant.
- Time() - Constructor for class com.jcabi.github.Github.Time
-
Ctor.
- Time(long) - 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.
- 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() - Method in class com.jcabi.github.Issue.Smart
-
Get its title.
- title() - Method in class com.jcabi.github.Milestone.Smart
-
Get its title.
- title() - Method in class com.jcabi.github.PublicKey.Smart
-
Get its title.
- title() - Method in class com.jcabi.github.Pull.Smart
-
Get its title.
- title(String) - Method in class com.jcabi.github.DeployKey.Smart
-
Change its title.
- title(String) - Method in class com.jcabi.github.Issue.Smart
-
Change its title.
- title(String) - Method in class com.jcabi.github.Milestone.Smart
-
Change its title.
- title(String) - Method in class com.jcabi.github.PublicKey.Smart
-
Change 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.
- TRIAGE - com.jcabi.github.Collaborators.Permission
- 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.Reaction.Simple
-
Returns the reaction type.
- type() - Method in interface com.jcabi.github.Reaction
-
The reaction type.
- type() - Method in class com.jcabi.github.RtReaction
- type() - Method in class com.jcabi.github.User.Smart
-
Returns the value of type property of User's JSON.
- TYPE - com.jcabi.github.Search.Qualifier
-
The search by issues or pull request only.
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.Issue.Smart
- unlock() - Method in interface com.jcabi.github.Issue
-
Unlocks the issue.
- 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.
- unlock() - Method in class com.jcabi.github.safe.SfIssue
- 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.
- UPDATED - com.jcabi.github.Issues.Sort
-
Issue last updated timestamp.
- UPDATED - com.jcabi.github.Search.Qualifier
-
Filters issues based on date last updated.
- 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() - 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.
- url(String) - Method in class com.jcabi.github.PullComment.Smart
-
Change its url value.
- 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() - Method in interface com.jcabi.github.UserOrganizations
-
Get its owner.
- User - Interface in com.jcabi.github
-
Github user.
- USER - com.jcabi.github.Search.Qualifier
-
Limits searches to a specific user.
- 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.Collaborators.Permission
-
Returns the enum constant of this type with the specified name.
- 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.Collaborators.Permission
-
Returns an array containing the constants of this enum type, in the order they are declared.
- 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(boolean) - Method in class com.jcabi.github.Repos.RepoCreate
-
Returns a RepoCreate with the given auto-init enabledness.
- withAutoInit(Optional<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.
- withOrganization(String) - Method in class com.jcabi.github.Repos.RepoCreate
-
Returns a RepoCreate with the given organization.
- 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.
All Classes All Packages