- cause - Variable in exception com.jdroid.github.client.NoSuchPageException
-
Cause exception
- CHARSET_ISO_8859_1 - Static variable in interface com.jdroid.github.client.IGitHubConstants
-
- CHARSET_UTF8 - Static variable in interface com.jdroid.github.client.IGitHubConstants
-
- check(String) - Method in class com.jdroid.github.service.GitHubService
-
Check if the uri returns a non-404
- checkGistId(String) - Method in class com.jdroid.github.service.GistService
-
Check that gist id is non-null and non-empty
- client - Variable in class com.jdroid.github.client.PageIterator
-
Client
- client - Variable in class com.jdroid.github.service.GitHubService
-
Client field
- clone(Date) - Static method in class com.jdroid.github.util.DateUtils
-
Clone date if non-null
- closePullRequest(IRepositoryIdProvider, int) - Method in class com.jdroid.github.service.PullRequestService
-
- CODE_ALREADY_EXISTS - Static variable in class com.jdroid.github.FieldError
-
CODE_ALREADY_EXISTS
- CODE_CUSTOM - Static variable in class com.jdroid.github.FieldError
-
CODE_CUSTOM
- CODE_INVALID - Static variable in class com.jdroid.github.FieldError
-
CODE_INVALID
- CODE_MISSING - Static variable in class com.jdroid.github.FieldError
-
CODE_MISSING
- CODE_MISSING_FIELD - Static variable in class com.jdroid.github.FieldError
-
CODE_MISSING_FIELD
- CollaboratorService - Class in com.jdroid.github.service
-
Service for interacting with the collaborators on a GitHub repository
- CollaboratorService() - Constructor for class com.jdroid.github.service.CollaboratorService
-
Create collaborator service
- CollaboratorService(GitHubClient) - Constructor for class com.jdroid.github.service.CollaboratorService
-
Create collaborator service
- com.jdroid.github - package com.jdroid.github
-
- com.jdroid.github.client - package com.jdroid.github.client
-
- com.jdroid.github.event - package com.jdroid.github.event
-
- com.jdroid.github.service - package com.jdroid.github.service
-
- com.jdroid.github.util - package com.jdroid.github.util
-
- Comment - Class in com.jdroid.github
-
- Comment() - Constructor for class com.jdroid.github.Comment
-
- Commit - Class in com.jdroid.github
-
Commit model class.
- Commit() - Constructor for class com.jdroid.github.Commit
-
- CommitComment - Class in com.jdroid.github
-
Commit comment model class.
- CommitComment() - Constructor for class com.jdroid.github.CommitComment
-
- CommitCommentPayload - Class in com.jdroid.github.event
-
CommitCommentEvent payload model class.
- CommitCommentPayload() - Constructor for class com.jdroid.github.event.CommitCommentPayload
-
- CommitFile - Class in com.jdroid.github
-
Commit file model class.
- CommitFile() - Constructor for class com.jdroid.github.CommitFile
-
- CommitService - Class in com.jdroid.github.service
-
Service for interacting with repository commits
- CommitService() - Constructor for class com.jdroid.github.service.CommitService
-
Create commit service
- CommitService(GitHubClient) - Constructor for class com.jdroid.github.service.CommitService
-
Create commit service
- CommitStats - Class in com.jdroid.github
-
Model class containing line differences introduced by a commit
- CommitStats() - Constructor for class com.jdroid.github.CommitStats
-
- CommitStatus - Class in com.jdroid.github
-
Status of a commit in a repository
- CommitStatus() - Constructor for class com.jdroid.github.CommitStatus
-
- CommitUser - Class in com.jdroid.github
-
Commit user model class
- CommitUser() - Constructor for class com.jdroid.github.CommitUser
-
- compare(IRepositoryIdProvider, String, String) - Method in class com.jdroid.github.service.CommitService
-
Compare base and head commits
- compare(Label, Label) - Method in class com.jdroid.github.util.LabelComparator
-
- compare(Milestone, Milestone) - Method in class com.jdroid.github.util.MilestoneComparator
-
- configureRequest(HttpURLConnection) - Method in class com.jdroid.github.client.GitHubClient
-
Configure request with standard headers
- configureUri(String) - Method in class com.jdroid.github.client.GitHubClient
-
Configure request URI
- CONTENT_TYPE_JSON - Static variable in interface com.jdroid.github.client.IGitHubConstants
-
- ContentsService - Class in com.jdroid.github.service
-
Service for accessing repository contents
- ContentsService() - Constructor for class com.jdroid.github.service.ContentsService
-
Create contents service
- ContentsService(GitHubClient) - Constructor for class com.jdroid.github.service.ContentsService
-
Create contents service
- Contributor - Class in com.jdroid.github
-
Repository contributor model class
- Contributor() - Constructor for class com.jdroid.github.Contributor
-
- create(String, String) - Static method in class com.jdroid.github.RepositoryId
-
Create repository id from given owner and name.
- createAuthorization(Authorization) - Method in class com.jdroid.github.service.OAuthService
-
Create authorization
- createBlob(IRepositoryIdProvider, Blob) - Method in class com.jdroid.github.service.DataService
-
Create blob with given content
- createClient(String) - Static method in class com.jdroid.github.client.GitHubClient
-
Create API v3 client from URL.
- createComment(String, String) - Method in class com.jdroid.github.service.GistService
-
Create comment on specified gist id
- createComment(String, String, int, String) - Method in class com.jdroid.github.service.IssueService
-
Create comment on specified issue number
- createComment(String, String, String, String) - Method in class com.jdroid.github.service.IssueService
-
Create comment on specified issue number
- createComment(IRepositoryIdProvider, int, String) - Method in class com.jdroid.github.service.IssueService
-
Create comment on specified issue number
- createComment(IRepositoryIdProvider, String, String) - Method in class com.jdroid.github.service.IssueService
-
Create comment on specified issue number
- createComment(IRepositoryIdProvider, int, CommitComment) - Method in class com.jdroid.github.service.PullRequestService
-
Create comment on given pull request
- createCommit(IRepositoryIdProvider, Commit) - Method in class com.jdroid.github.service.DataService
-
Create commit in given repository
- createConnection(String) - Method in class com.jdroid.github.client.GitHubClient
-
Create connection to URI
- createConnection(String, String) - Method in class com.jdroid.github.client.GitHubClient
-
Create connection to URI
- createDelete(String) - Method in class com.jdroid.github.client.GitHubClient
-
Create a DELETE request connection to the URI
- createDownload(IRepositoryIdProvider, Download, InputStream, long) - Method in class com.jdroid.github.service.DownloadService
-
Create download and set the content to be the content of given input
stream.
- createDownload(IRepositoryIdProvider, Download, File) - Method in class com.jdroid.github.service.DownloadService
-
Create download from content of given file.
- createDownloadsRequest(IRepositoryIdProvider, int, int) - Method in class com.jdroid.github.service.DownloadService
-
Create paged downloads request
- createException(InputStream, int, String) - Method in class com.jdroid.github.client.GitHubClient
-
Create error exception from response and throw it
- createFollowersRequest(int, int, String) - Method in class com.jdroid.github.service.UserService
-
Create follower request
- createFollowingRequest(int, int, String) - Method in class com.jdroid.github.service.UserService
-
Create following request
- createFromId(String) - Static method in class com.jdroid.github.RepositoryId
-
Create repository from id.
- createFromUrl(URL) - Static method in class com.jdroid.github.RepositoryId
-
Create repository from url.
- createFromUrl(String) - Static method in class com.jdroid.github.RepositoryId
-
Create from string URL
- createGet(String) - Method in class com.jdroid.github.client.GitHubClient
-
Create a GET request connection to the URI
- createGist(Gist) - Method in class com.jdroid.github.service.GistService
-
Create a gist
- createGson() - Static method in class com.jdroid.github.client.GsonUtils
-
Create the standard Gson configuration
- createGson(boolean) - Static method in class com.jdroid.github.client.GsonUtils
-
Create the standard Gson configuration
- createHook(IRepositoryIdProvider, RepositoryHook) - Method in class com.jdroid.github.service.RepositoryService
-
Create hook in repository
- createIssue(IRepositoryIdProvider, Issue) - Method in class com.jdroid.github.service.IssueService
-
Create issue
- createIssueMap(Issue, boolean) - Method in class com.jdroid.github.service.IssueService
-
Create issue map for issue
- createKey(IRepositoryIdProvider, Key) - Method in class com.jdroid.github.service.DeployKeyService
-
Create deploy key to be associated with given repository
- createKey(Key) - Method in class com.jdroid.github.service.UserService
-
Create key for currently authenticated user
- createLabel(IRepositoryIdProvider, Label) - Method in class com.jdroid.github.service.LabelService
-
Create label
- createLabel(String, String, Label) - Method in class com.jdroid.github.service.LabelService
-
Create label
- createMilestone(IRepositoryIdProvider, Milestone) - Method in class com.jdroid.github.service.MilestoneService
-
Create a milestone
- createMilestone(String, String, Milestone) - Method in class com.jdroid.github.service.MilestoneService
-
Create a milestone
- createNetworkRepoEventRequest(IRepositoryIdProvider, int, int) - Method in class com.jdroid.github.service.EventService
-
Create network repo event page request
- createOrgEventRequest(String, int, int) - Method in class com.jdroid.github.service.EventService
-
Create org event page request
- createOrgRequest(String, int, int) - Method in class com.jdroid.github.service.OrganizationService
-
Create org request
- createPagedForkRequest(IRepositoryIdProvider, int, int) - Method in class com.jdroid.github.service.RepositoryService
-
Create paged request for iterating over repositories forks
- createPagedRequest() - Method in class com.jdroid.github.service.GitHubService
-
Unified paged request creation method that all sub-classes should use so
overriding classes can extend and configure the default request.
- createPagedRequest(int, int) - Method in class com.jdroid.github.service.GitHubService
-
Unified paged request creation method that all sub-classes should use so
overriding classes can extend and configure the default request.
- createPagedRequest(String, Map<String, String>, int, int) - Method in class com.jdroid.github.service.IssueService
-
Get bulk issues request
- createPagedRequest(IRepositoryIdProvider, String, String, String, int, int) - Method in class com.jdroid.github.service.PullRequestService
-
Create paged request for fetching pull requests
- createPageIterator(PagedRequest<V>) - Method in class com.jdroid.github.service.GitHubService
-
Unified page iterator creation method that all sub-classes should use so
overriding classes can extend and configure the default iterator.
- CreatePayload - Class in com.jdroid.github.event
-
CreateEvent payload model class.
- CreatePayload() - Constructor for class com.jdroid.github.event.CreatePayload
-
- createPost(String) - Method in class com.jdroid.github.client.GitHubClient
-
Create a POST request connection to the URI
- createPullRequest(IRepositoryIdProvider, String, String, String, String) - Method in class com.jdroid.github.service.PullRequestService
-
Create pull request
- createPullRequest(IRepositoryIdProvider, int, String, String) - Method in class com.jdroid.github.service.PullRequestService
-
Create pull request by attaching branch information to an existing issue
- createPut(String) - Method in class com.jdroid.github.client.GitHubClient
-
Create a PUT request connection to the URI
- createReference(IRepositoryIdProvider, Reference) - Method in class com.jdroid.github.service.DataService
-
Create reference
- createRelease(IRepositoryIdProvider, Release) - Method in class com.jdroid.github.service.ReleaseService
-
- createRemoteHttpsUrl(IRepositoryIdProvider, String) - Static method in class com.jdroid.github.util.UrlUtils
-
Create HTTPS URL used for repository remote configs
- createRemoteHttpsUrl(IRepositoryIdProvider, String, String) - Static method in class com.jdroid.github.util.UrlUtils
-
Create HTTPS URL used for repository remote configs
- createRemoteReadOnlyUrl(IRepositoryIdProvider) - Static method in class com.jdroid.github.util.UrlUtils
-
Create read-only URL used for repository remote configs
- createRemoteReadOnlyUrl(IRepositoryIdProvider, String) - Static method in class com.jdroid.github.util.UrlUtils
-
Create read-only URL used for repository remote configs
- createRemoteSshUrl(IRepositoryIdProvider) - Static method in class com.jdroid.github.util.UrlUtils
-
Create SSH URL used for repository remote configs
- createRemoteSshUrl(IRepositoryIdProvider, String) - Static method in class com.jdroid.github.util.UrlUtils
-
Create SSH URL used for repository remote configs
- createRepoEventRequest(IRepositoryIdProvider, int, int) - Method in class com.jdroid.github.service.EventService
-
Create repo event page request
- createRepository(Repository) - Method in class com.jdroid.github.service.RepositoryService
-
Create a new repository
- createRepository(String, Repository) - Method in class com.jdroid.github.service.RepositoryService
-
Create a new repository
- createRequest() - Method in class com.jdroid.github.service.GitHubService
-
Unified request creation method that all sub-classes should use so
overriding classes can extend and configure the default request.
- createResource(IRepositoryIdProvider, Download) - Method in class com.jdroid.github.service.DownloadService
-
Create a new resource for download associated with the given repository
- createStargazerRequest(IRepositoryIdProvider, int, int) - Method in class com.jdroid.github.service.StargazerService
-
Create page stargazer request
- createStarredRequest(String, int, int) - Method in class com.jdroid.github.service.StargazerService
-
Create page starred request
- createStarredRequest(int, int) - Method in class com.jdroid.github.service.StargazerService
-
Create page starred request
- createStatus(IRepositoryIdProvider, String, CommitStatus) - Method in class com.jdroid.github.service.CommitService
-
Create status for commit SHA-1
- createTag(IRepositoryIdProvider, Tag) - Method in class com.jdroid.github.service.DataService
-
Create tag object in given repository
- createTeam(String, Team) - Method in class com.jdroid.github.service.TeamService
-
Create the given team
- createTeam(String, Team, List<String>) - Method in class com.jdroid.github.service.TeamService
-
Create the given team
- createTree(IRepositoryIdProvider, Collection<TreeEntry>) - Method in class com.jdroid.github.service.DataService
-
Create tree
- createTree(IRepositoryIdProvider, Collection<TreeEntry>, String) - Method in class com.jdroid.github.service.DataService
-
Create tree
- createUpdateUri(IRepositoryIdProvider, String) - Method in class com.jdroid.github.service.CollaboratorService
-
Create URI for updating collaborators
- createUri(String) - Method in class com.jdroid.github.client.GitHubClient
-
Create full URI from path
- createUserEventRequest(String, boolean, int, int) - Method in class com.jdroid.github.service.EventService
-
Create user event page request
- createUserGistRequest(String, int, int) - Method in class com.jdroid.github.service.GistService
-
Create user gist paged request
- createUserOrgEventRequest(String, String, int, int) - Method in class com.jdroid.github.service.EventService
-
Create user's organization event page request
- createUserReceivedEventRequest(String, boolean, int, int) - Method in class com.jdroid.github.service.EventService
-
Create user received event page request
- createWatchedRequest(String, int, int) - Method in class com.jdroid.github.service.WatcherService
-
- createWatchedRequest(int, int) - Method in class com.jdroid.github.service.WatcherService
-
- createWatcherRequest(IRepositoryIdProvider, int, int) - Method in class com.jdroid.github.service.WatcherService
-
- DataService - Class in com.jdroid.github.service
-
Data service class for low-level access to Git repository data.
- DataService() - Constructor for class com.jdroid.github.service.DataService
-
Create data service
- DataService(GitHubClient) - Constructor for class com.jdroid.github.service.DataService
-
Create data service
- DATE_FORMAT - Static variable in interface com.jdroid.github.client.IGitHubConstants
-
- DATE_FORMAT_V2_1 - Static variable in interface com.jdroid.github.client.IGitHubConstants
-
- DATE_FORMAT_V2_2 - Static variable in interface com.jdroid.github.client.IGitHubConstants
-
- DateFormatter - Class in com.jdroid.github.client
-
Formatter for date formats present in the GitHub v2 and v3 API.
- DateFormatter() - Constructor for class com.jdroid.github.client.DateFormatter
-
Create date formatter
- DateUtils - Class in com.jdroid.github.util
-
Date utilities
- DateUtils() - Constructor for class com.jdroid.github.util.DateUtils
-
- decode(String) - Static method in class com.jdroid.github.util.UrlUtils
-
URL-decode value using 'ISO-8859-1' character set
- delete(String) - Method in class com.jdroid.github.client.GitHubClient
-
Delete resource at URI.
- delete(String, Object) - Method in class com.jdroid.github.client.GitHubClient
-
Delete resource at URI.
- deleteAuthorization(int) - Method in class com.jdroid.github.service.OAuthService
-
Delete authorization with given id
- deleteComment(IRepositoryIdProvider, long) - Method in class com.jdroid.github.service.CommitService
-
Delete commit comment with given id from given repository
- deleteComment(long) - Method in class com.jdroid.github.service.GistService
-
Delete the Gist comment with the given id
- deleteComment(IRepositoryIdProvider, long) - Method in class com.jdroid.github.service.IssueService
-
Delete the issue comment with the given id
- deleteComment(IRepositoryIdProvider, long) - Method in class com.jdroid.github.service.PullRequestService
-
Delete commit comment with given id
- deleteDownload(IRepositoryIdProvider, int) - Method in class com.jdroid.github.service.DownloadService
-
Delete download with given id from given repository
- deleteGist(String) - Method in class com.jdroid.github.service.GistService
-
Delete the Gist with the given id
- deleteHook(IRepositoryIdProvider, int) - Method in class com.jdroid.github.service.RepositoryService
-
Delete hook from repository
- deleteKey(IRepositoryIdProvider, int) - Method in class com.jdroid.github.service.DeployKeyService
-
Deploy deploy key with given id from given repository
- deleteKey(int) - Method in class com.jdroid.github.service.UserService
-
Delete key with given id
- deleteLabel(IRepositoryIdProvider, String) - Method in class com.jdroid.github.service.LabelService
-
Delete a label with the given id from the given repository
- deleteLabel(String, String, String) - Method in class com.jdroid.github.service.LabelService
-
Delete a label with the given id from the given repository
- deleteMilestone(IRepositoryIdProvider, int) - Method in class com.jdroid.github.service.MilestoneService
-
Delete a milestone with the given id from the given repository
- deleteMilestone(IRepositoryIdProvider, String) - Method in class com.jdroid.github.service.MilestoneService
-
Delete a milestone with the given id from the given repository
- deleteMilestone(String, String, int) - Method in class com.jdroid.github.service.MilestoneService
-
Delete a milestone with the given id from the given repository
- deleteMilestone(String, String, String) - Method in class com.jdroid.github.service.MilestoneService
-
Delete a milestone with the given id from the given repository
- DeletePayload - Class in com.jdroid.github.event
-
DeleteEvent payload model class.
- DeletePayload() - Constructor for class com.jdroid.github.event.DeletePayload
-
- deleteTeam(int) - Method in class com.jdroid.github.service.TeamService
-
Delete the team with the given id
- DeployKeyService - Class in com.jdroid.github.service
-
Service for interacting with a repository's deploy keys
- DeployKeyService() - Constructor for class com.jdroid.github.service.DeployKeyService
-
Create deploy key service
- DeployKeyService(GitHubClient) - Constructor for class com.jdroid.github.service.DeployKeyService
-
Create deploy key service
- deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.jdroid.github.client.DateFormatter
-
- deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.jdroid.github.client.EventFormatter
-
- DIRECTION_ASCENDING - Static variable in class com.jdroid.github.service.IssueService
-
Ascending direction sort order
- DIRECTION_DESCENDING - Static variable in class com.jdroid.github.service.IssueService
-
Descending direction sort order
- Download - Class in com.jdroid.github
-
Download model class
- Download() - Constructor for class com.jdroid.github.Download
-
- DownloadPayload - Class in com.jdroid.github.event
-
DownloadEvent payload model class.
- DownloadPayload() - Constructor for class com.jdroid.github.event.DownloadPayload
-
- DownloadResource - Class in com.jdroid.github
-
Extension of
Download to represent the initiation of a download with
metadata about where to put the actual content when uploading.
- DownloadResource() - Constructor for class com.jdroid.github.DownloadResource
-
- DownloadService - Class in com.jdroid.github.service
-
Service for accessing, creating, and deleting repositories downloads.
- DownloadService() - Constructor for class com.jdroid.github.service.DownloadService
-
Create download service
- DownloadService(GitHubClient) - Constructor for class com.jdroid.github.service.DownloadService
-
Create download service
- generateId() - Method in interface com.jdroid.github.IRepositoryIdProvider
-
Generate a repository id
- generateId() - Method in class com.jdroid.github.Repository
-
Generate id for this repository
- generateId() - Method in class com.jdroid.github.RepositoryId
-
- generateId() - Method in class com.jdroid.github.SearchRepository
-
- generateUri() - Method in class com.jdroid.github.client.GitHubRequest
-
Generate full uri
- get(GitHubRequest) - Method in class com.jdroid.github.client.GitHubClient
-
Get response from URI and bind to specified type
- getAccesskeyid() - Method in class com.jdroid.github.DownloadResource
-
- getAcl() - Method in class com.jdroid.github.DownloadResource
-
- getAction() - Method in class com.jdroid.github.event.GistPayload
-
- getAction() - Method in class com.jdroid.github.event.IssueCommentPayload
-
- getAction() - Method in class com.jdroid.github.event.IssuesPayload
-
- getAction() - Method in class com.jdroid.github.event.MemberPayload
-
- getAction() - Method in class com.jdroid.github.event.PullRequestPayload
-
- getAction() - Method in class com.jdroid.github.event.PullRequestReviewCommentPayload
-
- getAction() - Method in class com.jdroid.github.event.ReleasePayload
-
- getAction() - Method in class com.jdroid.github.event.WatchPayload
-
- getAction() - Method in class com.jdroid.github.GollumPage
-
- getActor() - Method in class com.jdroid.github.event.Event
-
- getActor() - Method in class com.jdroid.github.IssueEvent
-
- getAdditions() - Method in class com.jdroid.github.CommitFile
-
- getAdditions() - Method in class com.jdroid.github.CommitStats
-
- getAdditions() - Method in class com.jdroid.github.GistChangeStatus
-
- getAdditions() - Method in class com.jdroid.github.PullRequest
-
- getAfter() - Method in class com.jdroid.github.event.ForkApplyPayload
-
- getAheadBy() - Method in class com.jdroid.github.RepositoryCommitCompare
-
- getAll(PagedRequest<V>) - Method in class com.jdroid.github.service.GitHubService
-
Get paged request by performing multiple requests until no more pages are
available or an exception occurs.
- getAll(PageIterator<V>) - Method in class com.jdroid.github.service.GitHubService
-
Get paged request by performing multiple requests until no more pages are
available or an exception occurs.
- getApp() - Method in class com.jdroid.github.Authorization
-
- getArrayType() - Method in class com.jdroid.github.client.GitHubRequest
-
- getAssetsUrl() - Method in class com.jdroid.github.Release
-
- getAssignee() - Method in class com.jdroid.github.Issue
-
- getAssignee() - Method in class com.jdroid.github.IssueEvent
-
- getAssignee() - Method in class com.jdroid.github.PullRequest
-
- getAssigner() - Method in class com.jdroid.github.IssueEvent
-
- getAuthor() - Method in class com.jdroid.github.Commit
-
- getAuthor() - Method in class com.jdroid.github.Release
-
- getAuthor() - Method in class com.jdroid.github.RepositoryCommit
-
- getAuthorization(int) - Method in class com.jdroid.github.service.OAuthService
-
Get authorization with given id
- getAuthorizations() - Method in class com.jdroid.github.service.OAuthService
-
Get all authorizations for currently authenticated user
- getAvatarUrl() - Method in class com.jdroid.github.Contributor
-
- getAvatarUrl() - Method in class com.jdroid.github.User
-
- getBase() - Method in class com.jdroid.github.PullRequest
-
- getBaseCommit() - Method in class com.jdroid.github.RepositoryCommitCompare
-
- getBefore() - Method in class com.jdroid.github.event.ForkApplyPayload
-
- getBefore() - Method in class com.jdroid.github.event.PushPayload
-
- getBehindBy() - Method in class com.jdroid.github.RepositoryCommitCompare
-
- getBio() - Method in class com.jdroid.github.User
-
- getBlob(IRepositoryIdProvider, String) - Method in class com.jdroid.github.service.DataService
-
Get blob for given SHA-1
- getBlobUrl() - Method in class com.jdroid.github.CommitFile
-
- getBlog() - Method in class com.jdroid.github.User
-
- getBody(GitHubRequest, InputStream) - Method in class com.jdroid.github.client.GitHubClient
-
Get body from response inputs stream
- getBody() - Method in class com.jdroid.github.client.GitHubResponse
-
Parsed response body
- getBody() - Method in class com.jdroid.github.Comment
-
- getBody() - Method in class com.jdroid.github.Issue
-
- getBody() - Method in class com.jdroid.github.PullRequest
-
- getBody() - Method in class com.jdroid.github.Release
-
- getBody() - Method in class com.jdroid.github.SearchIssue
-
- getBodyHtml() - Method in class com.jdroid.github.Comment
-
- getBodyHtml() - Method in class com.jdroid.github.Issue
-
- getBodyHtml() - Method in class com.jdroid.github.PullRequest
-
- getBodyText() - Method in class com.jdroid.github.Comment
-
- getBodyText() - Method in class com.jdroid.github.Issue
-
- getBodyText() - Method in class com.jdroid.github.PullRequest
-
- getBranches(IRepositoryIdProvider) - Method in class com.jdroid.github.service.RepositoryService
-
Get branches in given repository
- getCause() - Method in exception com.jdroid.github.client.NoSuchPageException
-
- getChangedFiles() - Method in class com.jdroid.github.PullRequest
-
- getChanges() - Method in class com.jdroid.github.CommitFile
-
- getChangeStatus() - Method in class com.jdroid.github.GistRevision
-
- getClient() - Method in class com.jdroid.github.service.GitHubService
-
Get configured client
- getCloneUrl() - Method in class com.jdroid.github.Repository
-
- getClosedAt() - Method in class com.jdroid.github.Issue
-
- getClosedAt() - Method in class com.jdroid.github.PullRequest
-
- getClosedBy() - Method in class com.jdroid.github.Issue
-
- getClosedIssues() - Method in class com.jdroid.github.Milestone
-
- getCode() - Method in class com.jdroid.github.FieldError
-
- getCode() - Method in class com.jdroid.github.RepositoryHookResponse
-
- getCollaborators(IRepositoryIdProvider) - Method in class com.jdroid.github.service.CollaboratorService
-
Get collaborators for given repository
- getCollaborators() - Method in class com.jdroid.github.User
-
- getCollaborators() - Method in class com.jdroid.github.UserPlan
-
- getColor() - Method in class com.jdroid.github.Label
-
- getComment() - Method in class com.jdroid.github.event.CommitCommentPayload
-
- getComment() - Method in class com.jdroid.github.event.IssueCommentPayload
-
- getComment() - Method in class com.jdroid.github.event.PullRequestReviewCommentPayload
-
- getComment(IRepositoryIdProvider, long) - Method in class com.jdroid.github.service.CommitService
-
Get commit comment with given id
- getComment(long) - Method in class com.jdroid.github.service.GistService
-
Get gist comment with id
- getComment(String, String, long) - Method in class com.jdroid.github.service.IssueService
-
Get issue comment
- getComment(IRepositoryIdProvider, long) - Method in class com.jdroid.github.service.PullRequestService
-
Get commit comment with given id
- getCommentCount() - Method in class com.jdroid.github.Commit
-
- getComments() - Method in class com.jdroid.github.Gist
-
- getComments() - Method in class com.jdroid.github.Issue
-
- getComments() - Method in class com.jdroid.github.PullRequest
-
- getComments() - Method in class com.jdroid.github.SearchIssue
-
- getComments(IRepositoryIdProvider, String) - Method in class com.jdroid.github.service.CommitService
-
Get all comments on commit with given SHA-1
- getComments(IRepositoryIdProvider) - Method in class com.jdroid.github.service.CommitService
-
Get all comments on all commits in the given repository
- getComments(String) - Method in class com.jdroid.github.service.GistService
-
Get comments for specified gist id
- getComments(IRepositoryIdProvider, int) - Method in class com.jdroid.github.service.IssueService
-
Get an issue's comments
- getComments(IRepositoryIdProvider, int) - Method in class com.jdroid.github.service.PullRequestService
-
Get all comments on commits in given pull request
- getCommit() - Method in class com.jdroid.github.RepositoryBranch
-
- getCommit() - Method in class com.jdroid.github.RepositoryCommit
-
- getCommit() - Method in class com.jdroid.github.RepositoryTag
-
- getCommit(IRepositoryIdProvider, String) - Method in class com.jdroid.github.service.CommitService
-
Get commit with given SHA-1 from given repository
- getCommit(IRepositoryIdProvider, String) - Method in class com.jdroid.github.service.DataService
-
Get commit for given SHA-1
- getCommitId() - Method in class com.jdroid.github.CommitComment
-
- getCommitId() - Method in class com.jdroid.github.IssueEvent
-
- getCommits() - Method in class com.jdroid.github.event.PushPayload
-
- getCommits() - Method in class com.jdroid.github.PullRequest
-
- getCommits() - Method in class com.jdroid.github.RepositoryCommitCompare
-
- getCommits(IRepositoryIdProvider) - Method in class com.jdroid.github.service.CommitService
-
Get all commits in given repository
- getCommits(IRepositoryIdProvider, String, String) - Method in class com.jdroid.github.service.CommitService
-
Get all commits in given repository beginning at an optional commit SHA-1
and affecting an optional path.
- getCommits(IRepositoryIdProvider, int) - Method in class com.jdroid.github.service.PullRequestService
-
Get all commits associated with given pull request id
- getCommittedAt() - Method in class com.jdroid.github.GistRevision
-
- getCommitter() - Method in class com.jdroid.github.Commit
-
- getCommitter() - Method in class com.jdroid.github.RepositoryCommit
-
- getCompany() - Method in class com.jdroid.github.User
-
- getConfig() - Method in class com.jdroid.github.RepositoryHook
-
- getContent() - Method in class com.jdroid.github.Blob
-
- getContent() - Method in class com.jdroid.github.GistFile
-
- getContent() - Method in class com.jdroid.github.RepositoryContents
-
- getContents(IRepositoryIdProvider) - Method in class com.jdroid.github.service.ContentsService
-
Get contents at the root of the given repository on master branch
- getContents(IRepositoryIdProvider, String) - Method in class com.jdroid.github.service.ContentsService
-
Get contents at path in the given repository on master branch
- getContents(IRepositoryIdProvider, String, String) - Method in class com.jdroid.github.service.ContentsService
-
Get contents of path at reference in given repository
- getContentType() - Method in class com.jdroid.github.Download
-
- getContext() - Method in class com.jdroid.github.CommitStatus
-
- getContributions() - Method in class com.jdroid.github.Contributor
-
- getContributors(IRepositoryIdProvider, boolean) - Method in class com.jdroid.github.service.RepositoryService
-
Get contributors to repository
- getCreatedAt() - Method in class com.jdroid.github.Authorization
-
- getCreatedAt() - Method in class com.jdroid.github.Comment
-
- getCreatedAt() - Method in class com.jdroid.github.CommitStatus
-
- getCreatedAt() - Method in class com.jdroid.github.event.Event
-
- getCreatedAt() - Method in class com.jdroid.github.Gist
-
- getCreatedAt() - Method in class com.jdroid.github.Issue
-
- getCreatedAt() - Method in class com.jdroid.github.IssueEvent
-
- getCreatedAt() - Method in class com.jdroid.github.Milestone
-
- getCreatedAt() - Method in class com.jdroid.github.PullRequest
-
- getCreatedAt() - Method in class com.jdroid.github.Release
-
- getCreatedAt() - Method in class com.jdroid.github.Repository
-
- getCreatedAt() - Method in class com.jdroid.github.RepositoryHook
-
- getCreatedAt() - Method in class com.jdroid.github.SearchIssue
-
- getCreatedAt() - Method in class com.jdroid.github.SearchRepository
-
- getCreatedAt() - Method in class com.jdroid.github.User
-
- getCreator() - Method in class com.jdroid.github.CommitStatus
-
- getCreator() - Method in class com.jdroid.github.Milestone
-
- getDate() - Method in class com.jdroid.github.CommitUser
-
- getDefaultBranch() - Method in class com.jdroid.github.Repository
-
- getDeletions() - Method in class com.jdroid.github.CommitFile
-
- getDeletions() - Method in class com.jdroid.github.CommitStats
-
- getDeletions() - Method in class com.jdroid.github.GistChangeStatus
-
- getDeletions() - Method in class com.jdroid.github.PullRequest
-
- getDescription() - Method in class com.jdroid.github.CommitStatus
-
- getDescription() - Method in class com.jdroid.github.Download
-
- getDescription() - Method in class com.jdroid.github.event.CreatePayload
-
- getDescription() - Method in class com.jdroid.github.Gist
-
- getDescription() - Method in class com.jdroid.github.Milestone
-
- getDescription() - Method in class com.jdroid.github.Repository
-
- getDescription() - Method in class com.jdroid.github.SearchRepository
-
- getDiffHunk() - Method in class com.jdroid.github.CommitComment
-
- getDiffUrl() - Method in class com.jdroid.github.PullRequest
-
- getDiffUrl() - Method in class com.jdroid.github.RepositoryCommitCompare
-
- getDiskUsage() - Method in class com.jdroid.github.User
-
- getDownload() - Method in class com.jdroid.github.event.DownloadPayload
-
- getDownload(IRepositoryIdProvider, int) - Method in class com.jdroid.github.service.DownloadService
-
Get download metadata for given repository and id
- getDownloadCount() - Method in class com.jdroid.github.Download
-
- getDownloads(IRepositoryIdProvider) - Method in class com.jdroid.github.service.DownloadService
-
Get metadata for all downloads for given repository
- getDueOn() - Method in class com.jdroid.github.Milestone
-
- getEmail() - Method in class com.jdroid.github.CommitUser
-
- getEmail() - Method in class com.jdroid.github.User
-
- getEmails() - Method in class com.jdroid.github.service.UserService
-
Get all e-mail addresses for the currently authenticated user
- getEncoding() - Method in class com.jdroid.github.Blob
-
- getEncoding() - Method in class com.jdroid.github.RepositoryContents
-
- getError() - Method in exception com.jdroid.github.client.RequestException
-
Get error
- getErrors() - Method in class com.jdroid.github.RequestError
-
Get errors
- getEvent() - Method in class com.jdroid.github.IssueEvent
-
- getExpirationdate() - Method in class com.jdroid.github.DownloadResource
-
- getField() - Method in class com.jdroid.github.FieldError
-
- getFilename() - Method in class com.jdroid.github.CommitFile
-
- getFilename() - Method in class com.jdroid.github.GistFile
-
- getFiles() - Method in class com.jdroid.github.Gist
-
- getFiles() - Method in class com.jdroid.github.RepositoryCommit
-
- getFiles() - Method in class com.jdroid.github.RepositoryCommitCompare
-
- getFiles(IRepositoryIdProvider, int) - Method in class com.jdroid.github.service.PullRequestService
-
Get all changed files associated with given pull request id
- getFirst() - Method in class com.jdroid.github.client.GitHubResponse
-
Get link uri to first page
- getFirst() - Method in class com.jdroid.github.client.PageLinks
-
- getFollowers() - Method in class com.jdroid.github.service.UserService
-
Get all followers of the currently authenticated user
- getFollowers(String) - Method in class com.jdroid.github.service.UserService
-
Get all followers of the given user
- getFollowers() - Method in class com.jdroid.github.User
-
- getFollowing() - Method in class com.jdroid.github.service.UserService
-
Get all users being followed by the currently authenticated user
- getFollowing(String) - Method in class com.jdroid.github.service.UserService
-
Get all users being followed by the given user
- getFollowing() - Method in class com.jdroid.github.User
-
- getForkee() - Method in class com.jdroid.github.event.ForkPayload
-
- getForks() - Method in class com.jdroid.github.Repository
-
- getForks() - Method in class com.jdroid.github.SearchRepository
-
- getForks(IRepositoryIdProvider) - Method in class com.jdroid.github.service.RepositoryService
-
Get all the forks of the given repository
- getFrom() - Method in class com.jdroid.github.Rename
-
- getGist() - Method in class com.jdroid.github.event.GistPayload
-
- getGist(String) - Method in class com.jdroid.github.service.GistService
-
Get gist
- getGists(String) - Method in class com.jdroid.github.service.GistService
-
Get gists for specified user
- getGitPullUrl() - Method in class com.jdroid.github.Gist
-
- getGitPushUrl() - Method in class com.jdroid.github.Gist
-
- getGitUrl() - Method in class com.jdroid.github.Repository
-
- getGravatarId() - Method in class com.jdroid.github.SearchIssue
-
- getGravatarId() - Method in class com.jdroid.github.User
-
Deprecated.
- getGson() - Static method in class com.jdroid.github.client.GsonUtils
-
Get reusable pre-configured Gson instance
- getGson(boolean) - Static method in class com.jdroid.github.client.GsonUtils
-
Get reusable pre-configured Gson instance
- getHead() - Method in class com.jdroid.github.event.ForkApplyPayload
-
- getHead() - Method in class com.jdroid.github.event.PushPayload
-
- getHead() - Method in class com.jdroid.github.PullRequest
-
- getHeader(String) - Method in class com.jdroid.github.client.GitHubResponse
-
Get header value
- getHeaderAccept() - Method in class com.jdroid.github.client.GitHubClient
-
Returns the accept header currently used for all requests.
- getHistory() - Method in class com.jdroid.github.Gist
-
- getHomepage() - Method in class com.jdroid.github.Repository
-
- getHomepage() - Method in class com.jdroid.github.SearchRepository
-
- getHook(IRepositoryIdProvider, int) - Method in class com.jdroid.github.service.RepositoryService
-
Get hook from repository with given id
- getHooks(IRepositoryIdProvider) - Method in class com.jdroid.github.service.RepositoryService
-
Get hooks for given repository
- getHtml(String, String) - Method in class com.jdroid.github.service.MarkdownService
-
Get HTML for given Markdown text
- getHtmlUrl() - Method in class com.jdroid.github.Download
-
- getHtmlUrl() - Method in class com.jdroid.github.Gist
-
- getHtmlUrl() - Method in class com.jdroid.github.GollumPage
-
- getHtmlUrl() - Method in class com.jdroid.github.Issue
-
- getHtmlUrl() - Method in class com.jdroid.github.PullRequest
-
- getHtmlUrl() - Method in class com.jdroid.github.Release
-
- getHtmlUrl() - Method in class com.jdroid.github.Repository
-
- getHtmlUrl() - Method in class com.jdroid.github.RepositoryCommitCompare
-
- getHtmlUrl() - Method in class com.jdroid.github.SearchIssue
-
- getHtmlUrl() - Method in class com.jdroid.github.User
-
- getId() - Method in class com.jdroid.github.Authorization
-
- getId() - Method in class com.jdroid.github.Comment
-
- getId() - Method in class com.jdroid.github.CommitStatus
-
- getId() - Method in class com.jdroid.github.Contributor
-
- getId() - Method in class com.jdroid.github.Download
-
- getId() - Method in class com.jdroid.github.event.Event
-
- getId() - Method in class com.jdroid.github.event.EventRepository
-
- getId() - Method in class com.jdroid.github.Gist
-
- getId() - Method in class com.jdroid.github.Id
-
Get id
- getId() - Method in class com.jdroid.github.Issue
-
- getId() - Method in class com.jdroid.github.IssueEvent
-
- getId() - Method in class com.jdroid.github.Key
-
- getId() - Method in class com.jdroid.github.PullRequest
-
- getId() - Method in class com.jdroid.github.Release
-
- getId() - Method in class com.jdroid.github.Repository
-
- getId() - Method in class com.jdroid.github.RepositoryHook
-
- getId() - Method in class com.jdroid.github.SearchRepository
-
Get unique identifier for repository
- getId(IRepositoryIdProvider) - Method in class com.jdroid.github.service.GitHubService
-
Get id for repository
- getId() - Method in class com.jdroid.github.Team
-
- getId() - Method in class com.jdroid.github.User
-
- getIssue() - Method in class com.jdroid.github.event.IssueCommentPayload
-
- getIssue() - Method in class com.jdroid.github.event.IssuesPayload
-
- getIssue() - Method in class com.jdroid.github.IssueEvent
-
- getIssue(IRepositoryIdProvider, int) - Method in class com.jdroid.github.service.IssueService
-
Get issue
- getIssueEvent(String, String, long) - Method in class com.jdroid.github.service.IssueService
-
Get issue event for repository
- getIssues() - Method in class com.jdroid.github.service.IssueService
-
Get issues for currently authenticated user
- getIssues(Map<String, String>) - Method in class com.jdroid.github.service.IssueService
-
Get issues for currently authenticated user
- getIssues(IRepositoryIdProvider, Map<String, String>) - Method in class com.jdroid.github.service.IssueService
-
Get a list of
Issue objects that match the specified filter data
- getIssueUrl() - Method in class com.jdroid.github.PullRequest
-
- getKey() - Method in class com.jdroid.github.Key
-
- getKey(IRepositoryIdProvider, int) - Method in class com.jdroid.github.service.DeployKeyService
-
Get deploy key with given id from given repository
- getKey(int) - Method in class com.jdroid.github.service.UserService
-
Get key with given id
- getKeys(IRepositoryIdProvider) - Method in class com.jdroid.github.service.DeployKeyService
-
Get all deploys keys associated with the given repository
- getKeys() - Method in class com.jdroid.github.service.UserService
-
Get all public keys for currently authenticated user
- getLabel() - Method in class com.jdroid.github.IssueEvent
-
- getLabel() - Method in class com.jdroid.github.PullRequestMarker
-
- getLabel(IRepositoryIdProvider, String) - Method in class com.jdroid.github.service.LabelService
-
Get label with given name
- getLabel(String, String, String) - Method in class com.jdroid.github.service.LabelService
-
Get label with given name
- getLabels() - Method in class com.jdroid.github.Issue
-
- getLabels() - Method in class com.jdroid.github.SearchIssue
-
- getLabels(IRepositoryIdProvider) - Method in class com.jdroid.github.service.LabelService
-
Get labels
- getLabels(String, String) - Method in class com.jdroid.github.service.LabelService
-
Get labels
- getLanguage() - Method in class com.jdroid.github.Repository
-
- getLanguage() - Method in class com.jdroid.github.SearchRepository
-
- getLanguages(IRepositoryIdProvider) - Method in class com.jdroid.github.service.RepositoryService
-
Get languages used in given repository
- getLast() - Method in class com.jdroid.github.client.GitHubResponse
-
Get link uri to last page
- getLast() - Method in class com.jdroid.github.client.PageLinks
-
- getLastPage() - Method in class com.jdroid.github.client.PageIterator
-
Get number of last page
- getLastResponse() - Method in class com.jdroid.github.RepositoryHook
-
- getLastUri() - Method in class com.jdroid.github.client.PageIterator
-
Get uri of last page
- getLine() - Method in class com.jdroid.github.CommitComment
-
- getLinks() - Method in class com.jdroid.github.client.GitHubResponse
-
Get page links
- getLocation() - Method in class com.jdroid.github.User
-
- getLogin() - Method in class com.jdroid.github.Contributor
-
- getLogin() - Method in class com.jdroid.github.User
-
- getMasterBranch() - Method in class com.jdroid.github.event.CreatePayload
-
- getMasterBranch() - Method in class com.jdroid.github.Repository
-
Deprecated.
- getMember() - Method in class com.jdroid.github.event.MemberPayload
-
- getMembers(String) - Method in class com.jdroid.github.service.OrganizationService
-
Get members of organization
- getMembers(String, OrganizationService.RoleFilter) - Method in class com.jdroid.github.service.OrganizationService
-
Get members of organization
- getMembers(int) - Method in class com.jdroid.github.service.TeamService
-
Get members of team with given id
- getMembersCount() - Method in class com.jdroid.github.Team
-
- getMembership(int, String) - Method in class com.jdroid.github.service.TeamService
-
- getMergedAt() - Method in class com.jdroid.github.PullRequest
-
- getMergedBy() - Method in class com.jdroid.github.PullRequest
-
- getMessage() - Method in exception com.jdroid.github.client.NoSuchPageException
-
- getMessage() - Method in exception com.jdroid.github.client.RequestException
-
- getMessage() - Method in class com.jdroid.github.Commit
-
- getMessage() - Method in class com.jdroid.github.FieldError
-
- getMessage() - Method in class com.jdroid.github.MergeStatus
-
- getMessage() - Method in class com.jdroid.github.RepositoryHookResponse
-
- getMessage() - Method in class com.jdroid.github.RequestError
-
- getMessage() - Method in class com.jdroid.github.Tag
-
- getMilestone() - Method in class com.jdroid.github.Issue
-
- getMilestone() - Method in class com.jdroid.github.IssueEvent
-
- getMilestone() - Method in class com.jdroid.github.PullRequest
-
- getMilestone(IRepositoryIdProvider, int) - Method in class com.jdroid.github.service.MilestoneService
-
Get a milestone
- getMilestone(IRepositoryIdProvider, String) - Method in class com.jdroid.github.service.MilestoneService
-
Get a milestone
- getMilestone(String, String, int) - Method in class com.jdroid.github.service.MilestoneService
-
Get a milestone
- getMilestone(String, String, String) - Method in class com.jdroid.github.service.MilestoneService
-
Get a milestone
- getMilestones(IRepositoryIdProvider, String) - Method in class com.jdroid.github.service.MilestoneService
-
Get milestones
- getMilestones(String, String, String) - Method in class com.jdroid.github.service.MilestoneService
-
Get milestones
- getMimeType() - Method in class com.jdroid.github.DownloadResource
-
- getMirrorUrl() - Method in class com.jdroid.github.Repository
-
- getMode() - Method in class com.jdroid.github.TreeEntry
-
- getName() - Method in class com.jdroid.github.Application
-
- getName() - Method in class com.jdroid.github.CommitUser
-
- getName() - Method in class com.jdroid.github.Contributor
-
- getName() - Method in class com.jdroid.github.Download
-
- getName() - Method in class com.jdroid.github.event.EventRepository
-
- getName() - Method in class com.jdroid.github.Label
-
- getName() - Method in class com.jdroid.github.Release
-
- getName() - Method in class com.jdroid.github.Repository
-
- getName() - Method in class com.jdroid.github.RepositoryBranch
-
- getName() - Method in class com.jdroid.github.RepositoryContents
-
- getName() - Method in class com.jdroid.github.RepositoryHook
-
- getName() - Method in class com.jdroid.github.RepositoryId
-
- getName() - Method in class com.jdroid.github.RepositoryTag
-
- getName() - Method in class com.jdroid.github.SearchRepository
-
- getName() - Method in class com.jdroid.github.Team
-
- getName() - Method in class com.jdroid.github.User
-
- getName() - Method in class com.jdroid.github.UserPlan
-
- getNext() - Method in class com.jdroid.github.client.GitHubResponse
-
Get link uri to next page
- getNext() - Method in class com.jdroid.github.client.PageLinks
-
- getNextPage() - Method in class com.jdroid.github.client.PageIterator
-
Get number of next page to be read
- getNextUri() - Method in class com.jdroid.github.client.PageIterator
-
Get URI of next request
- getNote() - Method in class com.jdroid.github.Authorization
-
- getNoteUrl() - Method in class com.jdroid.github.Authorization
-
- getNumber() - Method in class com.jdroid.github.event.PullRequestPayload
-
- getNumber() - Method in class com.jdroid.github.Issue
-
- getNumber() - Method in class com.jdroid.github.Milestone
-
- getNumber() - Method in class com.jdroid.github.PullRequest
-
- getNumber() - Method in class com.jdroid.github.SearchIssue
-
- getObject() - Method in class com.jdroid.github.Reference
-
- getObject() - Method in class com.jdroid.github.Tag
-
- getOpenIssues() - Method in class com.jdroid.github.Milestone
-
- getOpenIssues() - Method in class com.jdroid.github.Repository
-
- getOpenIssues() - Method in class com.jdroid.github.SearchRepository
-
- getOrg() - Method in class com.jdroid.github.event.Event
-
- getOrganization(String) - Method in class com.jdroid.github.service.OrganizationService
-
Get organization with the given name
- getOrganizations() - Method in class com.jdroid.github.service.OrganizationService
-
Get organizations that the currently authenticated user is a member of
- getOrganizations(String) - Method in class com.jdroid.github.service.OrganizationService
-
Get organizations that the given user is a member of
- getOrgRepositories(String) - Method in class com.jdroid.github.service.RepositoryService
-
Get organization repositories for the given organization
- getOrgRepositories(String, Map<String, String>) - Method in class com.jdroid.github.service.RepositoryService
-
Get organization repositories for the given organization
- getOriginalCommitId() - Method in class com.jdroid.github.CommitComment
-
- getOriginalPosition() - Method in class com.jdroid.github.CommitComment
-
- getOwnedPrivateRepos() - Method in class com.jdroid.github.User
-
- getOwner() - Method in class com.jdroid.github.Gist
-
- getOwner() - Method in class com.jdroid.github.Repository
-
- getOwner() - Method in class com.jdroid.github.RepositoryId
-
- getOwner() - Method in class com.jdroid.github.SearchRepository
-
- getPage() - Method in class com.jdroid.github.client.PagedRequest
-
Get initial page number
- getPageName() - Method in class com.jdroid.github.GollumPage
-
- getPages() - Method in class com.jdroid.github.event.GollumPayload
-
- getPageSize() - Method in class com.jdroid.github.client.PagedRequest
-
Get initial page size
- getParam(URI, String) - Static method in class com.jdroid.github.util.UrlUtils
-
Get parameter value with name
- getParams() - Method in class com.jdroid.github.client.GitHubRequest
-
- getParent() - Method in class com.jdroid.github.Repository
-
- getParents() - Method in class com.jdroid.github.Commit
-
- getParents() - Method in class com.jdroid.github.RepositoryCommit
-
- getPatch() - Method in class com.jdroid.github.CommitFile
-
- getPatchUrl() - Method in class com.jdroid.github.PullRequest
-
- getPatchUrl() - Method in class com.jdroid.github.RepositoryCommitCompare
-
- getPath() - Method in class com.jdroid.github.CommitComment
-
- getPath() - Method in class com.jdroid.github.DownloadResource
-
- getPath() - Method in class com.jdroid.github.RepositoryContents
-
- getPath() - Method in class com.jdroid.github.TreeEntry
-
- getPayload() - Method in class com.jdroid.github.event.Event
-
- getPermalinkUrl() - Method in class com.jdroid.github.RepositoryCommitCompare
-
- getPermission() - Method in class com.jdroid.github.Team
-
- getPlan() - Method in class com.jdroid.github.User
-
- getPolicy() - Method in class com.jdroid.github.DownloadResource
-
- getPosition() - Method in class com.jdroid.github.CommitComment
-
- getPosition() - Method in class com.jdroid.github.SearchIssue
-
- getPrefix() - Method in class com.jdroid.github.DownloadResource
-
- getPrev() - Method in class com.jdroid.github.client.PageLinks
-
- getPrevious() - Method in class com.jdroid.github.client.GitHubResponse
-
Get link uri to previous page
- getPrivateGists() - Method in class com.jdroid.github.User
-
- getPrivateRepos() - Method in class com.jdroid.github.UserPlan
-
- getPublicGists() - Method in class com.jdroid.github.User
-
- getPublicMembers(String) - Method in class com.jdroid.github.service.OrganizationService
-
Get public members of organization
- getPublicRepos() - Method in class com.jdroid.github.User
-
- getPublishedAt() - Method in class com.jdroid.github.Release
-
- getPullRequest() - Method in class com.jdroid.github.event.PullRequestPayload
-
- getPullRequest() - Method in class com.jdroid.github.event.PullRequestReviewCommentPayload
-
- getPullRequest() - Method in class com.jdroid.github.Issue
-
- getPullRequest(IRepositoryIdProvider, int) - Method in class com.jdroid.github.service.PullRequestService
-
Create request for single pull request
- getPullRequest(IRepositoryIdProvider, String, String, String) - Method in class com.jdroid.github.service.PullRequestService
-
Create request for single pull request
- getPullRequests(IRepositoryIdProvider, String) - Method in class com.jdroid.github.service.PullRequestService
-
Get pull requests from repository matching state
- getPushedAt() - Method in class com.jdroid.github.Repository
-
- getPushedAt() - Method in class com.jdroid.github.SearchRepository
-
- getRawUrl() - Method in class com.jdroid.github.CommitFile
-
- getRawUrl() - Method in class com.jdroid.github.GistFile
-
- getReadme(IRepositoryIdProvider) - Method in class com.jdroid.github.service.ContentsService
-
Get repository README
- getReadme(IRepositoryIdProvider, String) - Method in class com.jdroid.github.service.ContentsService
-
Get repository README
- getRef() - Method in class com.jdroid.github.event.CreatePayload
-
- getRef() - Method in class com.jdroid.github.event.DeletePayload
-
- getRef() - Method in class com.jdroid.github.event.PushPayload
-
- getRef() - Method in class com.jdroid.github.PullRequestMarker
-
- getRef() - Method in class com.jdroid.github.Reference
-
- getReference(IRepositoryIdProvider, String) - Method in class com.jdroid.github.service.DataService
-
Get reference with given name
- getReferences(IRepositoryIdProvider) - Method in class com.jdroid.github.service.DataService
-
Get references for given repository
- getRefType() - Method in class com.jdroid.github.event.CreatePayload
-
- getRefType() - Method in class com.jdroid.github.event.DeletePayload
-
- getRelease() - Method in class com.jdroid.github.event.ReleasePayload
-
- getReleaseByTagName(IRepositoryIdProvider, String) - Method in class com.jdroid.github.service.ReleaseService
-
- getRemainingRequests() - Method in class com.jdroid.github.client.GitHubClient
-
Get number of requests remaining before rate limiting occurs
- getRename() - Method in class com.jdroid.github.IssueEvent
-
- getRepo() - Method in class com.jdroid.github.event.Event
-
- getRepo() - Method in class com.jdroid.github.event.TeamAddPayload
-
- getRepo() - Method in class com.jdroid.github.PullRequestMarker
-
- getReposCount() - Method in class com.jdroid.github.Team
-
- getRepositories() - Method in class com.jdroid.github.service.RepositoryService
-
Get repositories for the currently authenticated user
- getRepositories(Map<String, String>) - Method in class com.jdroid.github.service.RepositoryService
-
Get repositories for the currently authenticated user
- getRepositories(String) - Method in class com.jdroid.github.service.RepositoryService
-
Get repositories for the given user
- getRepositories(int) - Method in class com.jdroid.github.service.TeamService
-
Get all repositories for given team
- getRepository() - Method in class com.jdroid.github.RepositoryIssue
-
- getRepository(String, String) - Method in class com.jdroid.github.service.RepositoryService
-
Get repository
- getRepository(IRepositoryIdProvider) - Method in class com.jdroid.github.service.RepositoryService
-
Get repository
- getRepositoryHtml(IRepositoryIdProvider, String) - Method in class com.jdroid.github.service.MarkdownService
-
Get HTML for given Markdown text scoped to given repository context
- getRepositoryStream(IRepositoryIdProvider, String) - Method in class com.jdroid.github.service.MarkdownService
-
Get stream of HTML for given Markdown text scoped to given repository
context
- getRequest() - Method in class com.jdroid.github.client.PageIterator
-
Get request being executed
- getRequestLimit() - Method in class com.jdroid.github.client.GitHubClient
-
- getResource() - Method in class com.jdroid.github.FieldError
-
- getResources() - Method in interface com.jdroid.github.IResourceProvider
-
Get collection of resources
- getResponseContentType() - Method in class com.jdroid.github.client.GitHubRequest
-
- getResponseStream(HttpURLConnection) - Method in class com.jdroid.github.client.GitHubClient
-
Get response stream for request
- getReviewComments() - Method in class com.jdroid.github.PullRequest
-
- getS3Url() - Method in class com.jdroid.github.DownloadResource
-
- getScopes() - Method in class com.jdroid.github.Authorization
-
- getSha() - Method in class com.jdroid.github.Commit
-
- getSha() - Method in class com.jdroid.github.CommitFile
-
- getSha() - Method in class com.jdroid.github.GollumPage
-
- getSha() - Method in class com.jdroid.github.MergeStatus
-
- getSha() - Method in class com.jdroid.github.PullRequestMarker
-
- getSha() - Method in class com.jdroid.github.RepositoryCommit
-
- getSha() - Method in class com.jdroid.github.RepositoryContents
-
- getSha() - Method in class com.jdroid.github.ShaResource
-
- getSha() - Method in class com.jdroid.github.Tag
-
- getSha() - Method in class com.jdroid.github.Tree
-
- getSha() - Method in class com.jdroid.github.TreeEntry
-
- getSignature() - Method in class com.jdroid.github.DownloadResource
-
- getSize() - Method in class com.jdroid.github.Download
-
- getSize() - Method in class com.jdroid.github.event.PushPayload
-
- getSize() - Method in class com.jdroid.github.GistFile
-
- getSize() - Method in class com.jdroid.github.Repository
-
- getSize() - Method in class com.jdroid.github.RepositoryContents
-
- getSize() - Method in class com.jdroid.github.SearchRepository
-
- getSize() - Method in class com.jdroid.github.TreeEntry
-
- getSource() - Method in class com.jdroid.github.Repository
-
- getSpace() - Method in class com.jdroid.github.UserPlan
-
- getSshUrl() - Method in class com.jdroid.github.Repository
-
- getStargazers(IRepositoryIdProvider) - Method in class com.jdroid.github.service.StargazerService
-
Get users starring the given repository
- getStarred(String) - Method in class com.jdroid.github.service.StargazerService
-
Get repositories starred by the given user
- getStarred() - Method in class com.jdroid.github.service.StargazerService
-
Get repositories starred by the currently authenticated user
- getStarredGists() - Method in class com.jdroid.github.service.GistService
-
Get starred gists for currently authenticated user
- getState() - Method in class com.jdroid.github.CommitStatus
-
- getState() - Method in class com.jdroid.github.Issue
-
- getState() - Method in class com.jdroid.github.Milestone
-
- getState() - Method in class com.jdroid.github.PullRequest
-
- getState() - Method in class com.jdroid.github.SearchIssue
-
- getState() - Method in class com.jdroid.github.TeamMembership
-
- getStats() - Method in class com.jdroid.github.RepositoryCommit
-
- getStatus() - Method in exception com.jdroid.github.client.RequestException
-
Get status
- getStatus() - Method in class com.jdroid.github.CommitFile
-
- getStatus() - Method in class com.jdroid.github.RepositoryCommitCompare
-
- getStatuses(IRepositoryIdProvider, String) - Method in class com.jdroid.github.service.CommitService
-
Get statuses for commit SHA-1
- getStream(GitHubRequest) - Method in class com.jdroid.github.client.GitHubClient
-
Get response stream from GET to URI.
- getStream(HttpURLConnection) - Method in class com.jdroid.github.client.GitHubClient
-
Get stream from request
- getStream(String, String) - Method in class com.jdroid.github.service.MarkdownService
-
Get stream of HTML for given Markdown text
- getSvnUrl() - Method in class com.jdroid.github.Repository
-
- getTag(IRepositoryIdProvider, String) - Method in class com.jdroid.github.service.DataService
-
Get tag for given SHA-1
- getTag() - Method in class com.jdroid.github.Tag
-
- getTagger() - Method in class com.jdroid.github.Tag
-
- getTagName() - Method in class com.jdroid.github.Release
-
- getTags(IRepositoryIdProvider) - Method in class com.jdroid.github.service.RepositoryService
-
Get tags in given repository
- getTarballUrl() - Method in class com.jdroid.github.Release
-
- getTarballUrl() - Method in class com.jdroid.github.RepositoryTag
-
- getTarget() - Method in class com.jdroid.github.event.FollowPayload
-
- getTargetCommitish() - Method in class com.jdroid.github.Release
-
- getTargetUrl() - Method in class com.jdroid.github.CommitStatus
-
- getTeam() - Method in class com.jdroid.github.event.TeamAddPayload
-
- getTeam(int) - Method in class com.jdroid.github.service.TeamService
-
Get team with given id
- getTeams(String) - Method in class com.jdroid.github.service.TeamService
-
Get all teams in the given organization
- getTeams(IRepositoryIdProvider) - Method in class com.jdroid.github.service.TeamService
-
Get teams associated with given repository
- getTitle() - Method in class com.jdroid.github.GollumPage
-
- getTitle() - Method in class com.jdroid.github.Issue
-
- getTitle() - Method in class com.jdroid.github.Key
-
- getTitle() - Method in class com.jdroid.github.Milestone
-
- getTitle() - Method in class com.jdroid.github.PullRequest
-
- getTitle() - Method in class com.jdroid.github.SearchIssue
-
- getTo() - Method in class com.jdroid.github.Rename
-
- getToken() - Method in class com.jdroid.github.Authorization
-
- getTotal() - Method in class com.jdroid.github.CommitStats
-
- getTotal() - Method in class com.jdroid.github.GistChangeStatus
-
- getTotalCommits() - Method in class com.jdroid.github.RepositoryCommitCompare
-
- getTotalPrivateRepos() - Method in class com.jdroid.github.User
-
- getTree() - Method in class com.jdroid.github.Commit
-
- getTree(IRepositoryIdProvider, String) - Method in class com.jdroid.github.service.DataService
-
Get tree with given SHA-1
- getTree(IRepositoryIdProvider, String, boolean) - Method in class com.jdroid.github.service.DataService
-
Get tree with given SHA-1
- getTree() - Method in class com.jdroid.github.Tree
-
- getType() - Method in class com.jdroid.github.client.GitHubRequest
-
- getType() - Method in class com.jdroid.github.Contributor
-
- getType() - Method in class com.jdroid.github.event.Event
-
- getType() - Method in class com.jdroid.github.RepositoryContents
-
- getType() - Method in class com.jdroid.github.TreeEntry
-
- getType() - Method in class com.jdroid.github.TypedResource
-
- getType() - Method in class com.jdroid.github.User
-
- getUpdatedAt() - Method in class com.jdroid.github.Authorization
-
- getUpdatedAt() - Method in class com.jdroid.github.Comment
-
- getUpdatedAt() - Method in class com.jdroid.github.CommitStatus
-
- getUpdatedAt() - Method in class com.jdroid.github.Gist
-
- getUpdatedAt() - Method in class com.jdroid.github.Issue
-
- getUpdatedAt() - Method in class com.jdroid.github.PullRequest
-
- getUpdatedAt() - Method in class com.jdroid.github.Repository
-
- getUpdatedAt() - Method in class com.jdroid.github.RepositoryHook
-
- getUpdatedAt() - Method in class com.jdroid.github.SearchIssue
-
- getUploadUrl() - Method in class com.jdroid.github.Release
-
- getUri() - Method in class com.jdroid.github.client.GitHubRequest
-
- getUrl() - Method in class com.jdroid.github.Application
-
- getUrl() - Method in class com.jdroid.github.Authorization
-
- getUrl() - Method in class com.jdroid.github.Comment
-
- getUrl() - Method in class com.jdroid.github.Commit
-
- getUrl() - Method in class com.jdroid.github.CommitStatus
-
- getUrl() - Method in class com.jdroid.github.Contributor
-
- getUrl() - Method in class com.jdroid.github.Download
-
- getUrl() - Method in class com.jdroid.github.event.EventRepository
-
- getUrl() - Method in class com.jdroid.github.Gist
-
- getUrl() - Method in class com.jdroid.github.GistRevision
-
- getUrl() - Method in class com.jdroid.github.Issue
-
- getUrl() - Method in class com.jdroid.github.IssueEvent
-
- getUrl() - Method in class com.jdroid.github.Key
-
- getUrl() - Method in class com.jdroid.github.Label
-
- getUrl() - Method in class com.jdroid.github.Milestone
-
- getUrl() - Method in class com.jdroid.github.PullRequest
-
- getUrl() - Method in class com.jdroid.github.Reference
-
- getUrl() - Method in class com.jdroid.github.Release
-
- getUrl() - Method in class com.jdroid.github.Repository
-
- getUrl() - Method in class com.jdroid.github.RepositoryCommit
-
- getUrl() - Method in class com.jdroid.github.RepositoryCommitCompare
-
- getUrl() - Method in class com.jdroid.github.RepositoryHook
-
- getUrl() - Method in class com.jdroid.github.SearchRepository
-
- getUrl() - Method in class com.jdroid.github.Tag
-
- getUrl() - Method in class com.jdroid.github.Team
-
- getUrl() - Method in class com.jdroid.github.TeamMembership
-
- getUrl() - Method in class com.jdroid.github.Tree
-
- getUrl() - Method in class com.jdroid.github.TreeEntry
-
- getUrl() - Method in class com.jdroid.github.TypedResource
-
- getUrl() - Method in class com.jdroid.github.User
-
- getUser() - Method in class com.jdroid.github.client.GitHubClient
-
Get the user that this client is currently authenticating as
- getUser() - Method in class com.jdroid.github.Comment
-
- getUser() - Method in class com.jdroid.github.event.TeamAddPayload
-
- getUser() - Method in class com.jdroid.github.Gist
-
Deprecated.
- getUser() - Method in class com.jdroid.github.GistRevision
-
- getUser() - Method in class com.jdroid.github.Issue
-
- getUser() - Method in class com.jdroid.github.PullRequest
-
- getUser() - Method in class com.jdroid.github.PullRequestMarker
-
- getUser() - Method in class com.jdroid.github.SearchIssue
-
- getUser(String) - Method in class com.jdroid.github.service.UserService
-
Get user with given login name
- getUser() - Method in class com.jdroid.github.service.UserService
-
Get currently authenticated user
- getValue() - Method in class com.jdroid.github.FieldError
-
- getValue() - Method in enum com.jdroid.github.Language
-
Get value
- getVersion() - Method in class com.jdroid.github.GistRevision
-
- getVotes() - Method in class com.jdroid.github.SearchIssue
-
- getWatched(String) - Method in class com.jdroid.github.service.WatcherService
-
- getWatched() - Method in class com.jdroid.github.service.WatcherService
-
- getWatchers() - Method in class com.jdroid.github.Repository
-
- getWatchers() - Method in class com.jdroid.github.SearchRepository
-
- getWatchers(IRepositoryIdProvider) - Method in class com.jdroid.github.service.WatcherService
-
- getZipballUrl() - Method in class com.jdroid.github.Release
-
- getZipballUrl() - Method in class com.jdroid.github.RepositoryTag
-
- Gist - Class in com.jdroid.github
-
GitHub gist model class.
- Gist() - Constructor for class com.jdroid.github.Gist
-
- GistChangeStatus - Class in com.jdroid.github
-
Gist change status class.
- GistChangeStatus() - Constructor for class com.jdroid.github.GistChangeStatus
-
- GistFile - Class in com.jdroid.github
-
Gist file class.
- GistFile() - Constructor for class com.jdroid.github.GistFile
-
- GistPayload - Class in com.jdroid.github.event
-
GistEvent payload model class.
- GistPayload() - Constructor for class com.jdroid.github.event.GistPayload
-
- GistRevision - Class in com.jdroid.github
-
Gist revision class.
- GistRevision() - Constructor for class com.jdroid.github.GistRevision
-
- GistService - Class in com.jdroid.github.service
-
Service class for interacting with Gists and Gist comments.
- GistService() - Constructor for class com.jdroid.github.service.GistService
-
Create gist service
- GistService(GitHubClient) - Constructor for class com.jdroid.github.service.GistService
-
Create gist service
- GitHubClient - Class in com.jdroid.github.client
-
Client class for interacting with GitHub HTTP/JSON API.
- GitHubClient() - Constructor for class com.jdroid.github.client.GitHubClient
-
Create default client
- GitHubClient(String) - Constructor for class com.jdroid.github.client.GitHubClient
-
Create client for host name
- GitHubClient(String, int, String) - Constructor for class com.jdroid.github.client.GitHubClient
-
Create client for host, port, and scheme
- GitHubRequest - Class in com.jdroid.github.client
-
GitHub API request class that contains the URI and parameters of the request
as well as the expected Type of the response.
- GitHubRequest() - Constructor for class com.jdroid.github.client.GitHubRequest
-
Create empty request
- GitHubResponse - Class in com.jdroid.github.client
-
GitHub API response class that provides the parsed response body as well as
any links to the first, previous, next, and last responses.
- GitHubResponse(HttpURLConnection, Object) - Constructor for class com.jdroid.github.client.GitHubResponse
-
Create response
- GitHubService - Class in com.jdroid.github.service
-
Base GitHub service class.
- GitHubService() - Constructor for class com.jdroid.github.service.GitHubService
-
- GitHubService(GitHubClient) - Constructor for class com.jdroid.github.service.GitHubService
-
Create service for client
- GollumPage - Class in com.jdroid.github
-
Gollum Page model class.
- GollumPage() - Constructor for class com.jdroid.github.GollumPage
-
- GollumPayload - Class in com.jdroid.github.event
-
GollumEvent payload model class.
- GollumPayload() - Constructor for class com.jdroid.github.event.GollumPayload
-
- gson - Variable in class com.jdroid.github.client.GitHubClient
-
Gson instance
- GsonUtils - Class in com.jdroid.github.client
-
Gson utilities.
- GsonUtils() - Constructor for class com.jdroid.github.client.GsonUtils
-
- PAGE_FIRST - Static variable in class com.jdroid.github.client.PagedRequest
-
First page
- PAGE_SIZE - Static variable in class com.jdroid.github.client.PagedRequest
-
Default page size
- pageAllRepositories() - Method in class com.jdroid.github.service.RepositoryService
-
Page all repositories
- pageAllRepositories(long) - Method in class com.jdroid.github.service.RepositoryService
-
Page all repositories
- pageComments(IRepositoryIdProvider, String) - Method in class com.jdroid.github.service.CommitService
-
Page comments on commit with given SHA-1
- pageComments(IRepositoryIdProvider, String, int) - Method in class com.jdroid.github.service.CommitService
-
Page comments on commit with given SHA-1
- pageComments(IRepositoryIdProvider, String, int, int) - Method in class com.jdroid.github.service.CommitService
-
Page comments on commit with given SHA-1
- pageComments(IRepositoryIdProvider) - Method in class com.jdroid.github.service.CommitService
-
Page all comments on all commits in the given repository
- pageComments(IRepositoryIdProvider, int) - Method in class com.jdroid.github.service.CommitService
-
Page all comments on all commits in the given repository
- pageComments(IRepositoryIdProvider, int, int) - Method in class com.jdroid.github.service.CommitService
-
Page all comments on all commits in the given repository
- pageComments(IRepositoryIdProvider, int) - Method in class com.jdroid.github.service.PullRequestService
-
Page pull request commit comments
- pageComments(IRepositoryIdProvider, int, int) - Method in class com.jdroid.github.service.PullRequestService
-
Page pull request commit comments
- pageComments(IRepositoryIdProvider, int, int, int) - Method in class com.jdroid.github.service.PullRequestService
-
Page pull request commit comments
- pageCommits(IRepositoryIdProvider) - Method in class com.jdroid.github.service.CommitService
-
Page commits in given repository
- pageCommits(IRepositoryIdProvider, int) - Method in class com.jdroid.github.service.CommitService
-
Page commits in given repository
- pageCommits(IRepositoryIdProvider, String, String) - Method in class com.jdroid.github.service.CommitService
-
Page commits in given repository
- pageCommits(IRepositoryIdProvider, String, String, int) - Method in class com.jdroid.github.service.CommitService
-
Page commits in given repository
- pageDownloads(IRepositoryIdProvider) - Method in class com.jdroid.github.service.DownloadService
-
Page metadata for downloads for given repository
- pageDownloads(IRepositoryIdProvider, int) - Method in class com.jdroid.github.service.DownloadService
-
Page downloads for given repository
- pageDownloads(IRepositoryIdProvider, int, int) - Method in class com.jdroid.github.service.DownloadService
-
Page downloads for given repository
- PagedRequest<V> - Class in com.jdroid.github.client
-
Paged request class that contains the initial page size and page number of
the request.
- PagedRequest() - Constructor for class com.jdroid.github.client.PagedRequest
-
Create paged request with default size
- PagedRequest(int, int) - Constructor for class com.jdroid.github.client.PagedRequest
-
Create paged request with given starting page and page size.
- pageEvents(IRepositoryIdProvider) - Method in class com.jdroid.github.service.EventService
-
Create page iterator for a given repo's events
- pageEvents(IRepositoryIdProvider, int) - Method in class com.jdroid.github.service.EventService
-
Create page iterator for a given repo's events
- pageEvents(IRepositoryIdProvider, int, int) - Method in class com.jdroid.github.service.EventService
-
Create page iterator for a given repo's events
- pageEvents(String, String) - Method in class com.jdroid.github.service.IssueService
-
Page issue events for repository
- pageEvents(String, String, int) - Method in class com.jdroid.github.service.IssueService
-
Page issue events for repository
- pageEvents(String, String, int, int) - Method in class com.jdroid.github.service.IssueService
-
Page events for issue in repository
- pageFollowers() - Method in class com.jdroid.github.service.UserService
-
Page followers of the currently authenticated user
- pageFollowers(int) - Method in class com.jdroid.github.service.UserService
-
Page followers of the currently authenticated user
- pageFollowers(int, int) - Method in class com.jdroid.github.service.UserService
-
Page followers of the currently authenticated user
- pageFollowers(String) - Method in class com.jdroid.github.service.UserService
-
Page followers of the given user
- pageFollowers(String, int) - Method in class com.jdroid.github.service.UserService
-
Page followers of the given user
- pageFollowers(String, int, int) - Method in class com.jdroid.github.service.UserService
-
Page followers of the given user
- pageFollowing() - Method in class com.jdroid.github.service.UserService
-
Page users being followed by the currently authenticated user
- pageFollowing(int) - Method in class com.jdroid.github.service.UserService
-
Page users being followed by the currently authenticated user
- pageFollowing(int, int) - Method in class com.jdroid.github.service.UserService
-
Page users being followed by the currently authenticated user
- pageFollowing(String) - Method in class com.jdroid.github.service.UserService
-
Page users being followed by the given user
- pageFollowing(String, int) - Method in class com.jdroid.github.service.UserService
-
Page users being followed by the given user
- pageFollowing(String, int, int) - Method in class com.jdroid.github.service.UserService
-
Page users being followed by the given user
- pageForks(IRepositoryIdProvider) - Method in class com.jdroid.github.service.RepositoryService
-
Page forks of given repository
- pageForks(IRepositoryIdProvider, int) - Method in class com.jdroid.github.service.RepositoryService
-
Page forks of given repository
- pageForks(IRepositoryIdProvider, int, int) - Method in class com.jdroid.github.service.RepositoryService
-
Page forks of given repository
- pageGists(String) - Method in class com.jdroid.github.service.GistService
-
Create page iterator for given user's gists
- pageGists(String, int) - Method in class com.jdroid.github.service.GistService
-
Create page iterator for given user's gists
- pageGists(String, int, int) - Method in class com.jdroid.github.service.GistService
-
Create page iterator for given user's gists
- pageIssueEvents(String, String, int) - Method in class com.jdroid.github.service.IssueService
-
Page events for issue in repository
- pageIssueEvents(String, String, int, int) - Method in class com.jdroid.github.service.IssueService
-
Page events for issue in repository
- pageIssueEvents(String, String, int, int, int) - Method in class com.jdroid.github.service.IssueService
-
Page issue events for repository
- pageIssues() - Method in class com.jdroid.github.service.IssueService
-
Page issues for currently authenticated user
- pageIssues(Map<String, String>) - Method in class com.jdroid.github.service.IssueService
-
Page issues for currently authenticated user
- pageIssues(Map<String, String>, int) - Method in class com.jdroid.github.service.IssueService
-
Page issues for currently authenticated user
- pageIssues(Map<String, String>, int, int) - Method in class com.jdroid.github.service.IssueService
-
Page issues for currently authenticated user
- pageIssues(String, String) - Method in class com.jdroid.github.service.IssueService
-
Get page iterator over issues query
- pageIssues(String, String, Map<String, String>) - Method in class com.jdroid.github.service.IssueService
-
Get page iterator over issues query
- pageIssues(String, String, Map<String, String>, int) - Method in class com.jdroid.github.service.IssueService
-
Get page iterator over issues query
- pageIssues(String, String, Map<String, String>, int, int) - Method in class com.jdroid.github.service.IssueService
-
Get page iterator over issues query
- pageIssues(IRepositoryIdProvider) - Method in class com.jdroid.github.service.IssueService
-
Get page iterator over issues query
- pageIssues(IRepositoryIdProvider, Map<String, String>) - Method in class com.jdroid.github.service.IssueService
-
Get page iterator over issues query
- pageIssues(IRepositoryIdProvider, Map<String, String>, int) - Method in class com.jdroid.github.service.IssueService
-
Get page iterator over issues query
- pageIssues(IRepositoryIdProvider, Map<String, String>, int, int) - Method in class com.jdroid.github.service.IssueService
-
Get page iterator over issues query
- PageIterator<V> - Class in com.jdroid.github.client
-
Iterator for getting paged responses.
- PageIterator(PagedRequest<V>, GitHubClient) - Constructor for class com.jdroid.github.client.PageIterator
-
Create page iterator
- PageLinks - Class in com.jdroid.github.client
-
Page link class to be used to determine the links to other pages of request
responses encoded in the current response.
- PageLinks(GitHubResponse) - Constructor for class com.jdroid.github.client.PageLinks
-
Parse links from executed method
- pageNetworkEvents(IRepositoryIdProvider) - Method in class com.jdroid.github.service.EventService
-
Create page iterator for a given repo network's events
- pageNetworkEvents(IRepositoryIdProvider, int) - Method in class com.jdroid.github.service.EventService
-
Create page iterator for a given repo network's events
- pageNetworkEvents(IRepositoryIdProvider, int, int) - Method in class com.jdroid.github.service.EventService
-
Create page iterator for a given repo network's events
- pageOrgEvents(String) - Method in class com.jdroid.github.service.EventService
-
Create page iterator for a given org's events
- pageOrgEvents(String, int) - Method in class com.jdroid.github.service.EventService
-
Create page iterator for a given org's events
- pageOrgEvents(String, int, int) - Method in class com.jdroid.github.service.EventService
-
Create page iterator for a given org's events
- pageOrgRepositories(String) - Method in class com.jdroid.github.service.RepositoryService
-
Page repositories for the given organization
- pageOrgRepositories(String, int) - Method in class com.jdroid.github.service.RepositoryService
-
Page repositories for the given organization
- pageOrgRepositories(String, int, int) - Method in class com.jdroid.github.service.RepositoryService
-
Page repositories for the given organization
- pageOrgRepositories(String, Map<String, String>) - Method in class com.jdroid.github.service.RepositoryService
-
Page repositories for the given organization
- pageOrgRepositories(String, Map<String, String>, int) - Method in class com.jdroid.github.service.RepositoryService
-
Page repositories for the given organization
- pageOrgRepositories(String, Map<String, String>, int, int) - Method in class com.jdroid.github.service.RepositoryService
-
Page repositories for the given organization
- pagePublicEvents() - Method in class com.jdroid.github.service.EventService
-
Create page iterator for all public events
- pagePublicEvents(int) - Method in class com.jdroid.github.service.EventService
-
Create page iterator for all public events
- pagePublicEvents(int, int) - Method in class com.jdroid.github.service.EventService
-
Create page iterator for all public events
- pagePublicGists() - Method in class com.jdroid.github.service.GistService
-
Create page iterator for all public gists
- pagePublicGists(int) - Method in class com.jdroid.github.service.GistService
-
Create page iterator for all public gists
- pagePublicGists(int, int) - Method in class com.jdroid.github.service.GistService
-
Create page iterator for all public gists
- pagePullRequests(IRepositoryIdProvider, String, String, String) - Method in class com.jdroid.github.service.PullRequestService
-
Page pull requests with given state
- pagePullRequests(IRepositoryIdProvider, String, String, String, int) - Method in class com.jdroid.github.service.PullRequestService
-
Page pull requests with given state
- pagePullRequests(IRepositoryIdProvider, String, String, String, int, int) - Method in class com.jdroid.github.service.PullRequestService
-
Page pull requests with given state
- pageReleases(String) - Method in class com.jdroid.github.service.ReleaseService
-
- pageReleases(String, int, int) - Method in class com.jdroid.github.service.ReleaseService
-
- pageRepositories() - Method in class com.jdroid.github.service.RepositoryService
-
Page repositories for currently authenticated user
- pageRepositories(int) - Method in class com.jdroid.github.service.RepositoryService
-
Page repositories for currently authenticated user
- pageRepositories(int, int) - Method in class com.jdroid.github.service.RepositoryService
-
Page repositories for currently authenticated user
- pageRepositories(Map<String, String>) - Method in class com.jdroid.github.service.RepositoryService
-
Page repositories for currently authenticated user
- pageRepositories(Map<String, String>, int) - Method in class com.jdroid.github.service.RepositoryService
-
Page repositories for currently authenticated user
- pageRepositories(Map<String, String>, int, int) - Method in class com.jdroid.github.service.RepositoryService
-
Page repositories for currently authenticated user
- pageRepositories(String) - Method in class com.jdroid.github.service.RepositoryService
-
Page repositories for given user
- pageRepositories(String, int) - Method in class com.jdroid.github.service.RepositoryService
-
Page repositories for given user
- pageRepositories(String, int, int) - Method in class com.jdroid.github.service.RepositoryService
-
Page repositories for given user
- pageStargazers(IRepositoryIdProvider) - Method in class com.jdroid.github.service.StargazerService
-
Page stargazers of given repository
- pageStargazers(IRepositoryIdProvider, int) - Method in class com.jdroid.github.service.StargazerService
-
Page stargazers of given repository
- pageStargazers(IRepositoryIdProvider, int, int) - Method in class com.jdroid.github.service.StargazerService
-
Page stargazers of given repository
- pageStarred(String) - Method in class com.jdroid.github.service.StargazerService
-
Page repositories starred by given user
- pageStarred(String, int) - Method in class com.jdroid.github.service.StargazerService
-
Page repositories starred by given user
- pageStarred(String, int, int) - Method in class com.jdroid.github.service.StargazerService
-
Page repositories starred by given user
- pageStarred() - Method in class com.jdroid.github.service.StargazerService
-
Page repositories starred by the currently authenticated user
- pageStarred(int) - Method in class com.jdroid.github.service.StargazerService
-
Page repositories starred by the currently authenticated user
- pageStarred(int, int) - Method in class com.jdroid.github.service.StargazerService
-
Page repositories starred by the currently authenticated user
- pageStarredGists() - Method in class com.jdroid.github.service.GistService
-
Create page iterator for the current user's starred gists
- pageStarredGists(int) - Method in class com.jdroid.github.service.GistService
-
Create page iterator for the current user's starred gists
- pageStarredGists(int, int) - Method in class com.jdroid.github.service.GistService
-
Create page iterator for the current user's starred gists
- pageUserEvents(String) - Method in class com.jdroid.github.service.EventService
-
Create page iterator for a given user's events Returns private events if
authenticated as the user
- pageUserEvents(String, boolean) - Method in class com.jdroid.github.service.EventService
-
Create page iterator for a given user's events
- pageUserEvents(String, boolean, int) - Method in class com.jdroid.github.service.EventService
-
Create page iterator for a given user's events
- pageUserEvents(String, boolean, int, int) - Method in class com.jdroid.github.service.EventService
-
Create page iterator for a given user's events
- pageUserOrgEvents(String, String) - Method in class com.jdroid.github.service.EventService
-
Create page iterator for a given user's orgs events
- pageUserOrgEvents(String, String, int) - Method in class com.jdroid.github.service.EventService
-
Create page iterator for a given user's orgs events
- pageUserOrgEvents(String, String, int, int) - Method in class com.jdroid.github.service.EventService
-
Create page iterator for a given user's orgs events
- pageUserReceivedEvents(String) - Method in class com.jdroid.github.service.EventService
-
Create page iterator for a given user's received events Returns private
events if authenticated as the user
- pageUserReceivedEvents(String, boolean) - Method in class com.jdroid.github.service.EventService
-
Create page iterator for a given user's received events
- pageUserReceivedEvents(String, boolean, int) - Method in class com.jdroid.github.service.EventService
-
Create page iterator for a given user's received events
- pageUserReceivedEvents(String, boolean, int, int) - Method in class com.jdroid.github.service.EventService
-
Create page iterator for a given user's received events
- pageWatched(String) - Method in class com.jdroid.github.service.WatcherService
-
- pageWatched(String, int) - Method in class com.jdroid.github.service.WatcherService
-
- pageWatched(String, int, int) - Method in class com.jdroid.github.service.WatcherService
-
- pageWatched() - Method in class com.jdroid.github.service.WatcherService
-
- pageWatched(int) - Method in class com.jdroid.github.service.WatcherService
-
- pageWatched(int, int) - Method in class com.jdroid.github.service.WatcherService
-
- pageWatchers(IRepositoryIdProvider) - Method in class com.jdroid.github.service.WatcherService
-
- pageWatchers(IRepositoryIdProvider, int) - Method in class com.jdroid.github.service.WatcherService
-
- pageWatchers(IRepositoryIdProvider, int, int) - Method in class com.jdroid.github.service.WatcherService
-
- PARAM_LANGUAGE - Static variable in interface com.jdroid.github.client.IGitHubConstants
-
- PARAM_PAGE - Static variable in interface com.jdroid.github.client.IGitHubConstants
-
- PARAM_PER_PAGE - Static variable in interface com.jdroid.github.client.IGitHubConstants
-
- PARAM_START_PAGE - Static variable in interface com.jdroid.github.client.IGitHubConstants
-
- parseError(InputStream) - Method in class com.jdroid.github.client.GitHubClient
-
Parse error from response
- parseJson(InputStream, Type) - Method in class com.jdroid.github.client.GitHubClient
-
Parse JSON to specified type
- parseJson(InputStream, Type, Type) - Method in class com.jdroid.github.client.GitHubClient
-
Parse JSON to specified type
- parsePageNumber(String) - Method in class com.jdroid.github.client.PageIterator
-
Parse page number from uri
- post(String) - Method in class com.jdroid.github.client.GitHubClient
-
Post to URI
- post(String, Object, Type) - Method in class com.jdroid.github.client.GitHubClient
-
Post data to URI
- post(String, Map<String, Object>) - Static method in class com.jdroid.github.util.MultiPartUtils
-
Post parts to URL
- post(HttpURLConnection, Map<String, Object>) - Static method in class com.jdroid.github.util.MultiPartUtils
-
Post parts to connection
- postStream(String, Object) - Method in class com.jdroid.github.client.GitHubClient
-
Get response stream from POST to URI.
- PR_BASE - Static variable in class com.jdroid.github.service.PullRequestService
-
PR_BASE
- PR_BODY - Static variable in class com.jdroid.github.service.PullRequestService
-
PR_BODY
- PR_HEAD - Static variable in class com.jdroid.github.service.PullRequestService
-
PR_HEAD
- PR_STATE - Static variable in class com.jdroid.github.service.PullRequestService
-
PR_STATE
- PR_TITLE - Static variable in class com.jdroid.github.service.PullRequestService
-
PR_TITLE
- prefix - Variable in class com.jdroid.github.client.GitHubClient
-
Prefix to apply to base URI
- PROTOCOL_HTTPS - Static variable in interface com.jdroid.github.client.IGitHubConstants
-
- PublicPayload - Class in com.jdroid.github.event
-
PublicEvent payload model class.
- PublicPayload() - Constructor for class com.jdroid.github.event.PublicPayload
-
- PullRequest - Class in com.jdroid.github
-
Pull request model class.
- PullRequest() - Constructor for class com.jdroid.github.PullRequest
-
- PullRequestMarker - Class in com.jdroid.github
-
Pull request marker model class.
- PullRequestMarker() - Constructor for class com.jdroid.github.PullRequestMarker
-
- PullRequestPayload - Class in com.jdroid.github.event
-
PullRequestEvent payload model class.
- PullRequestPayload() - Constructor for class com.jdroid.github.event.PullRequestPayload
-
- PullRequestReviewCommentPayload - Class in com.jdroid.github.event
-
- PullRequestReviewCommentPayload() - Constructor for class com.jdroid.github.event.PullRequestReviewCommentPayload
-
- PullRequestService - Class in com.jdroid.github.service
-
Service class for creating, updating, getting, and listing pull requests as
well as getting the commits associated with a pull request and the files
modified by a pull request.
- PullRequestService() - Constructor for class com.jdroid.github.service.PullRequestService
-
Create pull request service
- PullRequestService(GitHubClient) - Constructor for class com.jdroid.github.service.PullRequestService
-
Create pull request service
- PushPayload - Class in com.jdroid.github.event
-
PushEvent payload model class.
- PushPayload() - Constructor for class com.jdroid.github.event.PushPayload
-
- put(String) - Method in class com.jdroid.github.client.GitHubClient
-
Put to URI
- put(String, Object, Type) - Method in class com.jdroid.github.client.GitHubClient
-
Put data to URI