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

A

ACCEPT_FULL - Static variable in class org.eclipse.egit.github.core.service.GitHubService
Accept header for full response
ACCEPT_HTML - Static variable in class org.eclipse.egit.github.core.service.GitHubService
Accept header for HTML response
ACCEPT_TEXT - Static variable in class org.eclipse.egit.github.core.service.GitHubService
Accept header for text response
addCollaborator(IRepositoryIdProvider, String) - Method in class org.eclipse.egit.github.core.service.CollaboratorService
Add given user as a collaborator on the given repository
addComment(IRepositoryIdProvider, String, CommitComment) - Method in class org.eclipse.egit.github.core.service.CommitService
Add comment to given commit
addEmail(String...) - Method in class org.eclipse.egit.github.core.service.UserService
Add one or more e-mail addresses to the currently authenticated user's account
addMember(int, String) - Method in class org.eclipse.egit.github.core.service.TeamService
Add given user to team with given id
addParam(String, String, StringBuilder) - Static method in class org.eclipse.egit.github.core.util.UrlUtils
Add encoded parameter to URI
addParams(StringBuilder) - Method in class org.eclipse.egit.github.core.client.GitHubRequest
Add request params to URI
addParams(StringBuilder) - Method in class org.eclipse.egit.github.core.client.PagedRequest
 
addParams(Map<String, String>, StringBuilder) - Static method in class org.eclipse.egit.github.core.util.UrlUtils
Add request parameters to URI
addRepository(int, IRepositoryIdProvider) - Method in class org.eclipse.egit.github.core.service.TeamService
Add repository to team
addScopes(int, Collection<String>) - Method in class org.eclipse.egit.github.core.service.OAuthService
Add scopes to authorization
Application - Class in org.eclipse.egit.github.core
Authorized application model class
Application() - Constructor for class org.eclipse.egit.github.core.Application
 
AUTH_TOKEN - Static variable in interface org.eclipse.egit.github.core.client.IGitHubConstants
 
Authorization - Class in org.eclipse.egit.github.core
Authorization model class
Authorization() - Constructor for class org.eclipse.egit.github.core.Authorization
 

B

baseUri - Variable in class org.eclipse.egit.github.core.client.GitHubClient
Base URI
Blob - Class in org.eclipse.egit.github.core
Blob model class
Blob() - Constructor for class org.eclipse.egit.github.core.Blob
 
body - Variable in class org.eclipse.egit.github.core.client.GitHubResponse
Response body

C

cause - Variable in exception org.eclipse.egit.github.core.client.NoSuchPageException
Cause exception
CHARSET_ISO_8859_1 - Static variable in interface org.eclipse.egit.github.core.client.IGitHubConstants
 
CHARSET_UTF8 - Static variable in interface org.eclipse.egit.github.core.client.IGitHubConstants
 
check(String) - Method in class org.eclipse.egit.github.core.service.GitHubService
Check if the uri returns a non-404
checkGistId(String) - Method in class org.eclipse.egit.github.core.service.GistService
Check that gist id is non-null and non-empty
client - Variable in class org.eclipse.egit.github.core.client.PageIterator
Client
client - Variable in class org.eclipse.egit.github.core.service.GitHubService
Client field
clone(Date) - Static method in class org.eclipse.egit.github.core.util.DateUtils
Clone date if non-null
CODE_ALREADY_EXISTS - Static variable in class org.eclipse.egit.github.core.FieldError
CODE_ALREADY_EXISTS
CODE_CUSTOM - Static variable in class org.eclipse.egit.github.core.FieldError
CODE_CUSTOM
CODE_INVALID - Static variable in class org.eclipse.egit.github.core.FieldError
CODE_INVALID
CODE_MISSING - Static variable in class org.eclipse.egit.github.core.FieldError
CODE_MISSING
CODE_MISSING_FIELD - Static variable in class org.eclipse.egit.github.core.FieldError
CODE_MISSING_FIELD
CollaboratorService - Class in org.eclipse.egit.github.core.service
Service for interacting with the collaborators on a GitHub repository
CollaboratorService() - Constructor for class org.eclipse.egit.github.core.service.CollaboratorService
Create collaborator service
CollaboratorService(GitHubClient) - Constructor for class org.eclipse.egit.github.core.service.CollaboratorService
Create collaborator service
Comment - Class in org.eclipse.egit.github.core
GitHub Issue and Gist comment class.
Comment() - Constructor for class org.eclipse.egit.github.core.Comment
 
Commit - Class in org.eclipse.egit.github.core
Commit model class.
Commit() - Constructor for class org.eclipse.egit.github.core.Commit
 
CommitComment - Class in org.eclipse.egit.github.core
Commit comment model class.
CommitComment() - Constructor for class org.eclipse.egit.github.core.CommitComment
 
CommitCommentPayload - Class in org.eclipse.egit.github.core.event
CommitCommentEvent payload model class.
CommitCommentPayload() - Constructor for class org.eclipse.egit.github.core.event.CommitCommentPayload
 
CommitFile - Class in org.eclipse.egit.github.core
Commit file model class.
CommitFile() - Constructor for class org.eclipse.egit.github.core.CommitFile
 
CommitService - Class in org.eclipse.egit.github.core.service
Service for interacting with repository commits
CommitService() - Constructor for class org.eclipse.egit.github.core.service.CommitService
Create commit service
CommitService(GitHubClient) - Constructor for class org.eclipse.egit.github.core.service.CommitService
Create commit service
CommitStats - Class in org.eclipse.egit.github.core
Model class containing line differences introduced by a commit
CommitStats() - Constructor for class org.eclipse.egit.github.core.CommitStats
 
CommitUser - Class in org.eclipse.egit.github.core
Commit user model class
CommitUser() - Constructor for class org.eclipse.egit.github.core.CommitUser
 
compare(IRepositoryIdProvider, String, String) - Method in class org.eclipse.egit.github.core.service.CommitService
Compare base and head commits
compare(Label, Label) - Method in class org.eclipse.egit.github.core.util.LabelComparator
 
compare(Milestone, Milestone) - Method in class org.eclipse.egit.github.core.util.MilestoneComparator
 
configureRequest(HttpURLConnection) - Method in class org.eclipse.egit.github.core.client.GitHubClient
Configure request with standard headers
configureUri(String) - Method in class org.eclipse.egit.github.core.client.GitHubClient
Configure request URI
CONTENT_TYPE_JSON - Static variable in interface org.eclipse.egit.github.core.client.IGitHubConstants
 
Contributor - Class in org.eclipse.egit.github.core
Repository contributor model class
Contributor() - Constructor for class org.eclipse.egit.github.core.Contributor
 
create(String, String) - Static method in class org.eclipse.egit.github.core.RepositoryId
Create repository id from given owner and name.
createAuthorization(Authorization) - Method in class org.eclipse.egit.github.core.service.OAuthService
Create authorization
createBlob(IRepositoryIdProvider, Blob) - Method in class org.eclipse.egit.github.core.service.DataService
Create blob with given content
createClient(String) - Static method in class org.eclipse.egit.github.core.client.GitHubClient
Create API v3 client from URL.
createComment(String, String) - Method in class org.eclipse.egit.github.core.service.GistService
Create comment on specified gist id
createComment(String, String, int, String) - Method in class org.eclipse.egit.github.core.service.IssueService
Create comment on specified issue number
createComment(String, String, String, String) - Method in class org.eclipse.egit.github.core.service.IssueService
Create comment on specified issue number
createComment(IRepositoryIdProvider, int, String) - Method in class org.eclipse.egit.github.core.service.IssueService
Create comment on specified issue number
createComment(IRepositoryIdProvider, String, String) - Method in class org.eclipse.egit.github.core.service.IssueService
Create comment on specified issue number
createComment(IRepositoryIdProvider, int, CommitComment) - Method in class org.eclipse.egit.github.core.service.PullRequestService
Create comment on given pull request
createCommit(IRepositoryIdProvider, Commit) - Method in class org.eclipse.egit.github.core.service.DataService
Create commit in given repository
createConnection(String) - Method in class org.eclipse.egit.github.core.client.GitHubClient
Create connection to URI
createConnection(String, String) - Method in class org.eclipse.egit.github.core.client.GitHubClient
Create connection to URI
createDelete(String) - Method in class org.eclipse.egit.github.core.client.GitHubClient
Create a DELETE request connection to the URI
createDownload(IRepositoryIdProvider, Download, InputStream, long) - Method in class org.eclipse.egit.github.core.service.DownloadService
Create download and set the content to be the content of given input stream.
createDownload(IRepositoryIdProvider, Download, File) - Method in class org.eclipse.egit.github.core.service.DownloadService
Create download from content of given file.
createDownloadsRequest(IRepositoryIdProvider, int, int) - Method in class org.eclipse.egit.github.core.service.DownloadService
Create paged downloads request
createException(InputStream, int, String) - Method in class org.eclipse.egit.github.core.client.GitHubClient
Create error exception from response and throw it
createFollowersRequest(int, int, String) - Method in class org.eclipse.egit.github.core.service.UserService
Create follower request
createFollowingRequest(int, int, String) - Method in class org.eclipse.egit.github.core.service.UserService
Create following request
createFromId(String) - Static method in class org.eclipse.egit.github.core.RepositoryId
Create repository from id.
createFromUrl(URL) - Static method in class org.eclipse.egit.github.core.RepositoryId
Create repository from url.
createFromUrl(String) - Static method in class org.eclipse.egit.github.core.RepositoryId
Create from string URL
createGet(String) - Method in class org.eclipse.egit.github.core.client.GitHubClient
Create a GET request connection to the URI
createGist(Gist) - Method in class org.eclipse.egit.github.core.service.GistService
Create a gist
createGson() - Static method in class org.eclipse.egit.github.core.client.GsonUtils
Create the standard Gson configuration
createGson(boolean) - Static method in class org.eclipse.egit.github.core.client.GsonUtils
Create the standard Gson configuration
createHook(IRepositoryIdProvider, RepositoryHook) - Method in class org.eclipse.egit.github.core.service.RepositoryService
Create hook in repository
createIssue(String, String, Issue) - Method in class org.eclipse.egit.github.core.service.IssueService
Create issue
createIssue(IRepositoryIdProvider, Issue) - Method in class org.eclipse.egit.github.core.service.IssueService
Create issue
createIssueMap(Issue, boolean) - Method in class org.eclipse.egit.github.core.service.IssueService
Create issue map for issue
createIssuesRequest(String, Map<String, String>, int, int) - Method in class org.eclipse.egit.github.core.service.IssueService
Get bulk issues request
createKey(IRepositoryIdProvider, Key) - Method in class org.eclipse.egit.github.core.service.DeployKeyService
Create deploy key to be associated with given repository
createKey(Key) - Method in class org.eclipse.egit.github.core.service.UserService
Create key for currently authenticated user
createLabel(IRepositoryIdProvider, Label) - Method in class org.eclipse.egit.github.core.service.LabelService
Create label
createLabel(String, String, Label) - Method in class org.eclipse.egit.github.core.service.LabelService
Create label
createMilestone(IRepositoryIdProvider, Milestone) - Method in class org.eclipse.egit.github.core.service.MilestoneService
Create a milestone
createMilestone(String, String, Milestone) - Method in class org.eclipse.egit.github.core.service.MilestoneService
Create a milestone
createNetworkRepoEventRequest(IRepositoryIdProvider, int, int) - Method in class org.eclipse.egit.github.core.service.EventService
Create network repo event page request
createOrgEventRequest(String, int, int) - Method in class org.eclipse.egit.github.core.service.EventService
Create org event page request
createOrgRequest(String, int, int) - Method in class org.eclipse.egit.github.core.service.OrganizationService
Create org request
createPagedForkRequest(IRepositoryIdProvider, int, int) - Method in class org.eclipse.egit.github.core.service.RepositoryService
Create paged request for iterating over repositories forks
createPagedRequest() - Method in class org.eclipse.egit.github.core.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 org.eclipse.egit.github.core.service.GitHubService
Unified paged request creation method that all sub-classes should use so overriding classes can extend and configure the default request.
createPageIterator(PagedRequest<V>) - Method in class org.eclipse.egit.github.core.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 org.eclipse.egit.github.core.event
CreateEvent payload model class.
CreatePayload() - Constructor for class org.eclipse.egit.github.core.event.CreatePayload
 
createPost(String) - Method in class org.eclipse.egit.github.core.client.GitHubClient
Create a POST request connection to the URI
createPullRequest(IRepositoryIdProvider, PullRequest) - Method in class org.eclipse.egit.github.core.service.PullRequestService
Create pull request
createPullRequest(IRepositoryIdProvider, int, String, String) - Method in class org.eclipse.egit.github.core.service.PullRequestService
Create pull request by attaching branch information to an existing issue
createPullsRequest(IRepositoryIdProvider, String, int, int) - Method in class org.eclipse.egit.github.core.service.PullRequestService
Create paged request for fetching pull requests
createPut(String) - Method in class org.eclipse.egit.github.core.client.GitHubClient
Create a PUT request connection to the URI
createReference(IRepositoryIdProvider, Reference) - Method in class org.eclipse.egit.github.core.service.DataService
Create reference
createRemoteHttpsUrl(IRepositoryIdProvider, String) - Static method in class org.eclipse.egit.github.core.util.UrlUtils
Create HTTPS URL used for repository remote configs
createRemoteHttpsUrl(IRepositoryIdProvider, String, String) - Static method in class org.eclipse.egit.github.core.util.UrlUtils
Create HTTPS URL used for repository remote configs
createRemoteReadOnlyUrl(IRepositoryIdProvider) - Static method in class org.eclipse.egit.github.core.util.UrlUtils
Create read-only URL used for repository remote configs
createRemoteReadOnlyUrl(IRepositoryIdProvider, String) - Static method in class org.eclipse.egit.github.core.util.UrlUtils
Create read-only URL used for repository remote configs
createRemoteSshUrl(IRepositoryIdProvider) - Static method in class org.eclipse.egit.github.core.util.UrlUtils
Create SSH URL used for repository remote configs
createRemoteSshUrl(IRepositoryIdProvider, String) - Static method in class org.eclipse.egit.github.core.util.UrlUtils
Create SSH URL used for repository remote configs
createRepoEventRequest(IRepositoryIdProvider, int, int) - Method in class org.eclipse.egit.github.core.service.EventService
Create repo event page request
createRepository(Repository) - Method in class org.eclipse.egit.github.core.service.RepositoryService
Create a new repository
createRepository(String, Repository) - Method in class org.eclipse.egit.github.core.service.RepositoryService
Create a new repository
createRequest() - Method in class org.eclipse.egit.github.core.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 org.eclipse.egit.github.core.service.DownloadService
Create a new resource for download associated with the given repository
createTag(IRepositoryIdProvider, Tag) - Method in class org.eclipse.egit.github.core.service.DataService
Create tag object in given repository
createTeam(String, Team) - Method in class org.eclipse.egit.github.core.service.TeamService
Create the given team
createTeam(String, Team, List<String>) - Method in class org.eclipse.egit.github.core.service.TeamService
Create the given team
createTree(IRepositoryIdProvider, Collection<TreeEntry>) - Method in class org.eclipse.egit.github.core.service.DataService
Create tree
createTree(IRepositoryIdProvider, Collection<TreeEntry>, String) - Method in class org.eclipse.egit.github.core.service.DataService
Create tree
createUpdateUri(IRepositoryIdProvider, String) - Method in class org.eclipse.egit.github.core.service.CollaboratorService
Create URI for updating collaborators
createUri(String) - Method in class org.eclipse.egit.github.core.client.GitHubClient
Create full URI from path
createUserEventRequest(String, boolean, int, int) - Method in class org.eclipse.egit.github.core.service.EventService
Create user event page request
createUserGistRequest(String, int, int) - Method in class org.eclipse.egit.github.core.service.GistService
Create user gist paged request
createUserOrgEventRequest(String, String, int, int) - Method in class org.eclipse.egit.github.core.service.EventService
Create user's organization event page request
createUserReceivedEventRequest(String, boolean, int, int) - Method in class org.eclipse.egit.github.core.service.EventService
Create user received event page request
createWatchedRequest(String, int, int) - Method in class org.eclipse.egit.github.core.service.WatcherService
Create page watched request
createWatchedRequest(int, int) - Method in class org.eclipse.egit.github.core.service.WatcherService
Create page watched request
createWatcherRequest(IRepositoryIdProvider, int, int) - Method in class org.eclipse.egit.github.core.service.WatcherService
Create page watcher request

D

DataService - Class in org.eclipse.egit.github.core.service
Data service class for low-level access to Git repository data.
DataService() - Constructor for class org.eclipse.egit.github.core.service.DataService
Create data service
DataService(GitHubClient) - Constructor for class org.eclipse.egit.github.core.service.DataService
Create data service
DATE_FORMAT - Static variable in interface org.eclipse.egit.github.core.client.IGitHubConstants
 
DATE_FORMAT_V2_1 - Static variable in interface org.eclipse.egit.github.core.client.IGitHubConstants
 
DATE_FORMAT_V2_2 - Static variable in interface org.eclipse.egit.github.core.client.IGitHubConstants
 
DateFormatter - Class in org.eclipse.egit.github.core.client
Formatter for date formats present in the GitHub v2 and v3 API.
DateFormatter() - Constructor for class org.eclipse.egit.github.core.client.DateFormatter
Create date formatter
DateUtils - Class in org.eclipse.egit.github.core.util
Date utilities
DateUtils() - Constructor for class org.eclipse.egit.github.core.util.DateUtils
 
decode(String) - Static method in class org.eclipse.egit.github.core.util.UrlUtils
URL-decode value using 'ISO-8859-1' character set
delete(String) - Method in class org.eclipse.egit.github.core.client.GitHubClient
Delete resource at URI.
delete(String, Object) - Method in class org.eclipse.egit.github.core.client.GitHubClient
Delete resource at URI.
deleteAuthorization(int) - Method in class org.eclipse.egit.github.core.service.OAuthService
Delete authorization with given id
deleteComment(IRepositoryIdProvider, long) - Method in class org.eclipse.egit.github.core.service.CommitService
Delete commit comment with given id from given repository
deleteComment(long) - Method in class org.eclipse.egit.github.core.service.GistService
Delete the Gist comment with the given id
deleteComment(String, String, long) - Method in class org.eclipse.egit.github.core.service.IssueService
Delete the issue comment with the given id
deleteComment(String, String, String) - Method in class org.eclipse.egit.github.core.service.IssueService
Delete the issue comment with the given id
deleteComment(IRepositoryIdProvider, long) - Method in class org.eclipse.egit.github.core.service.IssueService
Delete the issue comment with the given id
deleteComment(IRepositoryIdProvider, String) - Method in class org.eclipse.egit.github.core.service.IssueService
Delete the issue comment with the given id
deleteComment(IRepositoryIdProvider, long) - Method in class org.eclipse.egit.github.core.service.PullRequestService
Delete commit comment with given id
deleteDownload(IRepositoryIdProvider, int) - Method in class org.eclipse.egit.github.core.service.DownloadService
Delete download with given id from given repository
deleteGist(String) - Method in class org.eclipse.egit.github.core.service.GistService
Delete the Gist with the given id
deleteHook(IRepositoryIdProvider, int) - Method in class org.eclipse.egit.github.core.service.RepositoryService
Delete hook from repository
deleteKey(IRepositoryIdProvider, int) - Method in class org.eclipse.egit.github.core.service.DeployKeyService
Deploy deploy key with given id from given repository
deleteKey(int) - Method in class org.eclipse.egit.github.core.service.UserService
Delete key with given id
deleteLabel(IRepositoryIdProvider, String) - Method in class org.eclipse.egit.github.core.service.LabelService
Delete a label with the given id from the given repository
deleteLabel(String, String, String) - Method in class org.eclipse.egit.github.core.service.LabelService
Delete a label with the given id from the given repository
deleteMilestone(IRepositoryIdProvider, int) - Method in class org.eclipse.egit.github.core.service.MilestoneService
Delete a milestone with the given id from the given repository
deleteMilestone(IRepositoryIdProvider, String) - Method in class org.eclipse.egit.github.core.service.MilestoneService
Delete a milestone with the given id from the given repository
deleteMilestone(String, String, int) - Method in class org.eclipse.egit.github.core.service.MilestoneService
Delete a milestone with the given id from the given repository
deleteMilestone(String, String, String) - Method in class org.eclipse.egit.github.core.service.MilestoneService
Delete a milestone with the given id from the given repository
DeletePayload - Class in org.eclipse.egit.github.core.event
DeleteEvent payload model class.
DeletePayload() - Constructor for class org.eclipse.egit.github.core.event.DeletePayload
 
deleteTeam(int) - Method in class org.eclipse.egit.github.core.service.TeamService
Delete the team with the given id
DeployKeyService - Class in org.eclipse.egit.github.core.service
Service for interacting with a repository's deploy keys
DeployKeyService() - Constructor for class org.eclipse.egit.github.core.service.DeployKeyService
Create deploy key service
DeployKeyService(GitHubClient) - Constructor for class org.eclipse.egit.github.core.service.DeployKeyService
Create deploy key service
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class org.eclipse.egit.github.core.client.DateFormatter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class org.eclipse.egit.github.core.client.EventFormatter
 
DIRECTION_ASCENDING - Static variable in class org.eclipse.egit.github.core.service.IssueService
Ascending direction sort order
DIRECTION_DESCENDING - Static variable in class org.eclipse.egit.github.core.service.IssueService
Descending direction sort order
Download - Class in org.eclipse.egit.github.core
Download model class
Download() - Constructor for class org.eclipse.egit.github.core.Download
 
DownloadPayload - Class in org.eclipse.egit.github.core.event
DownloadEvent payload model class.
DownloadPayload() - Constructor for class org.eclipse.egit.github.core.event.DownloadPayload
 
DownloadResource - Class in org.eclipse.egit.github.core
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 org.eclipse.egit.github.core.DownloadResource
 
DownloadService - Class in org.eclipse.egit.github.core.service
Service for accessing, creating, and deleting repositories downloads.
DownloadService() - Constructor for class org.eclipse.egit.github.core.service.DownloadService
Create download service
DownloadService(GitHubClient) - Constructor for class org.eclipse.egit.github.core.service.DownloadService
Create download service

E

editComment(IRepositoryIdProvider, CommitComment) - Method in class org.eclipse.egit.github.core.service.CommitService
Edit given comment
editComment(Comment) - Method in class org.eclipse.egit.github.core.service.GistService
Edit gist comment
editComment(String, String, Comment) - Method in class org.eclipse.egit.github.core.service.IssueService
Edit issue comment
editComment(IRepositoryIdProvider, Comment) - Method in class org.eclipse.egit.github.core.service.IssueService
Edit issue comment
editComment(IRepositoryIdProvider, CommitComment) - Method in class org.eclipse.egit.github.core.service.PullRequestService
Edit pull request comment
editHook(IRepositoryIdProvider, RepositoryHook) - Method in class org.eclipse.egit.github.core.service.RepositoryService
Edit hook in repository
editIssue(String, String, Issue) - Method in class org.eclipse.egit.github.core.service.IssueService
Edit issue
editIssue(IRepositoryIdProvider, Issue) - Method in class org.eclipse.egit.github.core.service.IssueService
Edit issue
editKey(IRepositoryIdProvider, Key) - Method in class org.eclipse.egit.github.core.service.DeployKeyService
Edit given deploy key
editKey(Key) - Method in class org.eclipse.egit.github.core.service.UserService
Edit key for currently authenticated user
editLabel(IRepositoryIdProvider, Label) - Method in class org.eclipse.egit.github.core.service.LabelService
Edit the given label in the given repository
editMilestone(IRepositoryIdProvider, Milestone) - Method in class org.eclipse.egit.github.core.service.MilestoneService
Edit the given milestone in the given repository
editOrganization(User) - Method in class org.eclipse.egit.github.core.service.OrganizationService
Edit given organization
editPullRequest(IRepositoryIdProvider, PullRequest) - Method in class org.eclipse.egit.github.core.service.PullRequestService
Edit pull request
editReference(IRepositoryIdProvider, Reference) - Method in class org.eclipse.egit.github.core.service.DataService
Edit reference
editReference(IRepositoryIdProvider, Reference, boolean) - Method in class org.eclipse.egit.github.core.service.DataService
Edit reference
editRepository(Repository) - Method in class org.eclipse.egit.github.core.service.RepositoryService
Edit given repository
editRepository(String, String, Map<String, Object>) - Method in class org.eclipse.egit.github.core.service.RepositoryService
Edit given fields in repository
editRepository(IRepositoryIdProvider, Map<String, Object>) - Method in class org.eclipse.egit.github.core.service.RepositoryService
Edit given fields in repository
editTeam(Team) - Method in class org.eclipse.egit.github.core.service.TeamService
Edit the given team
editUser(User) - Method in class org.eclipse.egit.github.core.service.UserService
Edit given user
encode(String) - Static method in class org.eclipse.egit.github.core.util.UrlUtils
URL-encode value using 'ISO-8859-1' character set
ENCODING_BASE64 - Static variable in class org.eclipse.egit.github.core.Blob
ENCODING_BASE64
ENCODING_UTF8 - Static variable in class org.eclipse.egit.github.core.Blob
ENCODING_UTF8
EncodingUtils - Class in org.eclipse.egit.github.core.util
Encoding utilities
EncodingUtils() - Constructor for class org.eclipse.egit.github.core.util.EncodingUtils
 
equals(Object) - Method in class org.eclipse.egit.github.core.client.GitHubRequest
 
equals(Object) - Method in class org.eclipse.egit.github.core.Label
 
equals(Object) - Method in class org.eclipse.egit.github.core.RepositoryId
 
equals(Object) - Method in class org.eclipse.egit.github.core.SearchRepository
 
Event - Class in org.eclipse.egit.github.core.event
Event model class.
Event() - Constructor for class org.eclipse.egit.github.core.event.Event
 
EventFormatter - Class in org.eclipse.egit.github.core.client
Formats an event's payload with the appropriate class given a certain event type
EventFormatter() - Constructor for class org.eclipse.egit.github.core.client.EventFormatter
 
EventPayload - Class in org.eclipse.egit.github.core.event
Parent class for event payloads
EventPayload() - Constructor for class org.eclipse.egit.github.core.event.EventPayload
 
EventRepository - Class in org.eclipse.egit.github.core.event
Model class for repository information contained in an Event
EventRepository() - Constructor for class org.eclipse.egit.github.core.event.EventRepository
 
EventService - Class in org.eclipse.egit.github.core.service
Service class for interacting with Events
EventService() - Constructor for class org.eclipse.egit.github.core.service.EventService
Create event service
EventService(GitHubClient) - Constructor for class org.eclipse.egit.github.core.service.EventService
Create event service

F

FIELD_BODY - Static variable in class org.eclipse.egit.github.core.service.IssueService
Issue body field name
FIELD_DESCRIPTION - Static variable in class org.eclipse.egit.github.core.service.RepositoryService
FIELD_DESCRIPTION
FIELD_DIRECTION - Static variable in class org.eclipse.egit.github.core.service.IssueService
Sort direction of output
FIELD_FILTER - Static variable in class org.eclipse.egit.github.core.service.IssueService
Filter field key
FIELD_HOMEPAGE - Static variable in class org.eclipse.egit.github.core.service.RepositoryService
FIELD_HOMEPAGE
FIELD_NAME - Static variable in class org.eclipse.egit.github.core.service.RepositoryService
FIELD_NAME
FIELD_PUBLIC - Static variable in class org.eclipse.egit.github.core.service.RepositoryService
FIELD_PUBLIC
FIELD_SINCE - Static variable in class org.eclipse.egit.github.core.service.IssueService
Since date field
FIELD_SORT - Static variable in class org.eclipse.egit.github.core.service.IssueService
Sort field key
FIELD_TITLE - Static variable in class org.eclipse.egit.github.core.service.IssueService
Issue title field name
FieldError - Class in org.eclipse.egit.github.core
Field error model class
FieldError() - Constructor for class org.eclipse.egit.github.core.FieldError
 
FILTER_ASSIGNED - Static variable in class org.eclipse.egit.github.core.service.IssueService
Filter by assigned issues for user
FILTER_ASSIGNEE - Static variable in class org.eclipse.egit.github.core.service.IssueService
Filter by issue assignee
FILTER_CREATED - Static variable in class org.eclipse.egit.github.core.service.IssueService
Filter by created issues by user
FILTER_LABELS - Static variable in class org.eclipse.egit.github.core.service.IssueService
Filter by issue's labels
FILTER_MENTIONED - Static variable in class org.eclipse.egit.github.core.service.IssueService
Filter by user mentioned in issue
FILTER_MILESTONE - Static variable in class org.eclipse.egit.github.core.service.IssueService
Filter by issue's milestone
FILTER_STATE - Static variable in class org.eclipse.egit.github.core.service.IssueService
Filter by issue's state
FILTER_SUBSCRIBED - Static variable in class org.eclipse.egit.github.core.service.IssueService
Filter by subscribed issues for user
FILTER_TYPE - Static variable in class org.eclipse.egit.github.core.service.RepositoryService
Type filter key
follow(String) - Method in class org.eclipse.egit.github.core.service.UserService
Follow the given user
FollowPayload - Class in org.eclipse.egit.github.core.event
FollowEvent payload model class.
FollowPayload() - Constructor for class org.eclipse.egit.github.core.event.FollowPayload
 
ForkApplyPayload - Class in org.eclipse.egit.github.core.event
ForkApplyEvent payload model class.
ForkApplyPayload() - Constructor for class org.eclipse.egit.github.core.event.ForkApplyPayload
 
forkGist(String) - Method in class org.eclipse.egit.github.core.service.GistService
Fork gist with given id
ForkPayload - Class in org.eclipse.egit.github.core.event
ForkEvent payload model class.
ForkPayload() - Constructor for class org.eclipse.egit.github.core.event.ForkPayload
 
forkRepository(IRepositoryIdProvider) - Method in class org.eclipse.egit.github.core.service.RepositoryService
Fork given repository into new repository under the currently authenticated user.
forkRepository(IRepositoryIdProvider, String) - Method in class org.eclipse.egit.github.core.service.RepositoryService
Fork given repository into new repository.
format(FieldError) - Method in exception org.eclipse.egit.github.core.client.RequestException
Format field error into human-readable message
formatErrors() - Method in exception org.eclipse.egit.github.core.client.RequestException
Format all field errors into single human-readable message.
fromBase64(String) - Static method in class org.eclipse.egit.github.core.util.EncodingUtils
Decode base64 encoded string
fromJson(String, Class<V>) - Static method in class org.eclipse.egit.github.core.client.GsonUtils
Convert string to given type
fromJson(String, Type) - Static method in class org.eclipse.egit.github.core.client.GsonUtils
Convert string to given type
fromJson(Reader, Class<V>) - Static method in class org.eclipse.egit.github.core.client.GsonUtils
Convert content of reader to given type
fromJson(Reader, Type) - Static method in class org.eclipse.egit.github.core.client.GsonUtils
Convert content of reader to given type

G

generateId() - Method in interface org.eclipse.egit.github.core.IRepositoryIdProvider
Generate a repository id
generateId() - Method in class org.eclipse.egit.github.core.Repository
Generate id for this repository
generateId() - Method in class org.eclipse.egit.github.core.RepositoryId
 
generateId() - Method in class org.eclipse.egit.github.core.SearchRepository
 
generateUri() - Method in class org.eclipse.egit.github.core.client.GitHubRequest
Generate full uri
get(GitHubRequest) - Method in class org.eclipse.egit.github.core.client.GitHubClient
Get response from URI and bind to specified type
getAccesskeyid() - Method in class org.eclipse.egit.github.core.DownloadResource
 
getAcl() - Method in class org.eclipse.egit.github.core.DownloadResource
 
getAction() - Method in class org.eclipse.egit.github.core.event.GistPayload
 
getAction() - Method in class org.eclipse.egit.github.core.event.IssueCommentPayload
 
getAction() - Method in class org.eclipse.egit.github.core.event.IssuesPayload
 
getAction() - Method in class org.eclipse.egit.github.core.event.MemberPayload
 
getAction() - Method in class org.eclipse.egit.github.core.event.PullRequestPayload
 
getAction() - Method in class org.eclipse.egit.github.core.event.WatchPayload
 
getAction() - Method in class org.eclipse.egit.github.core.GollumPage
 
getActor() - Method in class org.eclipse.egit.github.core.event.Event
 
getActor() - Method in class org.eclipse.egit.github.core.IssueEvent
 
getAdditions() - Method in class org.eclipse.egit.github.core.CommitFile
 
getAdditions() - Method in class org.eclipse.egit.github.core.CommitStats
 
getAdditions() - Method in class org.eclipse.egit.github.core.GistChangeStatus
 
getAdditions() - Method in class org.eclipse.egit.github.core.PullRequest
 
getAfter() - Method in class org.eclipse.egit.github.core.event.ForkApplyPayload
 
getAheadBy() - Method in class org.eclipse.egit.github.core.RepositoryCommitCompare
 
getAll(PagedRequest<V>) - Method in class org.eclipse.egit.github.core.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 org.eclipse.egit.github.core.service.GitHubService
Get paged request by performing multiple requests until no more pages are available or an exception occurs.
getApp() - Method in class org.eclipse.egit.github.core.Authorization
 
getAssignee() - Method in class org.eclipse.egit.github.core.Issue
 
getAssignee() - Method in class org.eclipse.egit.github.core.PullRequest
 
getAuthor() - Method in class org.eclipse.egit.github.core.Commit
 
getAuthor() - Method in class org.eclipse.egit.github.core.RepositoryCommit
 
getAuthorization(int) - Method in class org.eclipse.egit.github.core.service.OAuthService
Get authorization with given id
getAuthorizations() - Method in class org.eclipse.egit.github.core.service.OAuthService
Get all authorizations for currently authenticated user
getAvatarUrl() - Method in class org.eclipse.egit.github.core.Contributor
 
getAvatarUrl() - Method in class org.eclipse.egit.github.core.User
 
getBase() - Method in class org.eclipse.egit.github.core.PullRequest
 
getBaseCommit() - Method in class org.eclipse.egit.github.core.RepositoryCommitCompare
 
getBefore() - Method in class org.eclipse.egit.github.core.event.ForkApplyPayload
 
getBefore() - Method in class org.eclipse.egit.github.core.event.PushPayload
 
getBehindBy() - Method in class org.eclipse.egit.github.core.RepositoryCommitCompare
 
getBlob(IRepositoryIdProvider, String) - Method in class org.eclipse.egit.github.core.service.DataService
Get blob for given SHA-1
getBlobUrl() - Method in class org.eclipse.egit.github.core.CommitFile
 
getBlog() - Method in class org.eclipse.egit.github.core.User
 
getBody(GitHubRequest, InputStream) - Method in class org.eclipse.egit.github.core.client.GitHubClient
Get body from response inputs stream
getBody() - Method in class org.eclipse.egit.github.core.client.GitHubResponse
Parsed response body
getBody() - Method in class org.eclipse.egit.github.core.Comment
 
getBody() - Method in class org.eclipse.egit.github.core.Issue
 
getBody() - Method in class org.eclipse.egit.github.core.PullRequest
 
getBody() - Method in class org.eclipse.egit.github.core.SearchIssue
 
getBodyHtml() - Method in class org.eclipse.egit.github.core.Comment
 
getBodyHtml() - Method in class org.eclipse.egit.github.core.Issue
 
getBodyHtml() - Method in class org.eclipse.egit.github.core.PullRequest
 
getBodyText() - Method in class org.eclipse.egit.github.core.Comment
 
getBodyText() - Method in class org.eclipse.egit.github.core.Issue
 
getBodyText() - Method in class org.eclipse.egit.github.core.PullRequest
 
getBranches(IRepositoryIdProvider) - Method in class org.eclipse.egit.github.core.service.RepositoryService
Get branches in given repository
getCause() - Method in exception org.eclipse.egit.github.core.client.NoSuchPageException
 
getChangedFiles() - Method in class org.eclipse.egit.github.core.PullRequest
 
getChanges() - Method in class org.eclipse.egit.github.core.CommitFile
 
getChangeStatus() - Method in class org.eclipse.egit.github.core.GistRevision
 
getClient() - Method in class org.eclipse.egit.github.core.service.GitHubService
Get configured client
getCloneUrl() - Method in class org.eclipse.egit.github.core.Repository
 
getClosedAt() - Method in class org.eclipse.egit.github.core.Issue
 
getClosedAt() - Method in class org.eclipse.egit.github.core.PullRequest
 
getClosedIssues() - Method in class org.eclipse.egit.github.core.Milestone
 
getCode() - Method in class org.eclipse.egit.github.core.FieldError
 
getCode() - Method in class org.eclipse.egit.github.core.RepositoryHookResponse
 
getCollaborators(IRepositoryIdProvider) - Method in class org.eclipse.egit.github.core.service.CollaboratorService
Get collaborators for given repository
getCollaborators() - Method in class org.eclipse.egit.github.core.User
 
getCollaborators() - Method in class org.eclipse.egit.github.core.UserPlan
 
getColor() - Method in class org.eclipse.egit.github.core.Label
 
getComment() - Method in class org.eclipse.egit.github.core.event.CommitCommentPayload
 
getComment() - Method in class org.eclipse.egit.github.core.event.IssueCommentPayload
 
getComment() - Method in class org.eclipse.egit.github.core.event.PullRequestReviewCommentPayload
 
getComment(IRepositoryIdProvider, long) - Method in class org.eclipse.egit.github.core.service.CommitService
Get commit comment with given id
getComment(long) - Method in class org.eclipse.egit.github.core.service.GistService
Get gist comment with id
getComment(String, String, long) - Method in class org.eclipse.egit.github.core.service.IssueService
Get issue comment
getComment(IRepositoryIdProvider, long) - Method in class org.eclipse.egit.github.core.service.PullRequestService
Get commit comment with given id
getCommentCount() - Method in class org.eclipse.egit.github.core.Commit
 
getComments() - Method in class org.eclipse.egit.github.core.Gist
 
getComments() - Method in class org.eclipse.egit.github.core.Issue
 
getComments() - Method in class org.eclipse.egit.github.core.PullRequest
 
getComments() - Method in class org.eclipse.egit.github.core.SearchIssue
 
getComments(IRepositoryIdProvider, String) - Method in class org.eclipse.egit.github.core.service.CommitService
Get all comments on commit with given SHA-1
getComments(String) - Method in class org.eclipse.egit.github.core.service.GistService
Get comments for specified gist id
getComments(String, String, int) - Method in class org.eclipse.egit.github.core.service.IssueService
Get an issue's comments
getComments(String, String, String) - Method in class org.eclipse.egit.github.core.service.IssueService
Get an issue's comments
getComments(IRepositoryIdProvider, int) - Method in class org.eclipse.egit.github.core.service.IssueService
Get an issue's comments
getComments(IRepositoryIdProvider, String) - Method in class org.eclipse.egit.github.core.service.IssueService
Get an issue's comments
getComments(IRepositoryIdProvider, int) - Method in class org.eclipse.egit.github.core.service.PullRequestService
Get all comments on commits in given pull request
getCommit() - Method in class org.eclipse.egit.github.core.RepositoryBranch
 
getCommit() - Method in class org.eclipse.egit.github.core.RepositoryCommit
 
getCommit() - Method in class org.eclipse.egit.github.core.RepositoryTag
 
getCommit(IRepositoryIdProvider, String) - Method in class org.eclipse.egit.github.core.service.CommitService
Get commit with given SHA-1 from given repository
getCommit(IRepositoryIdProvider, String) - Method in class org.eclipse.egit.github.core.service.DataService
Get commit for given SHA-1
getCommitId() - Method in class org.eclipse.egit.github.core.CommitComment
 
getCommitId() - Method in class org.eclipse.egit.github.core.IssueEvent
 
getCommits() - Method in class org.eclipse.egit.github.core.event.PushPayload
 
getCommits() - Method in class org.eclipse.egit.github.core.PullRequest
 
getCommits() - Method in class org.eclipse.egit.github.core.RepositoryCommitCompare
 
getCommits(IRepositoryIdProvider) - Method in class org.eclipse.egit.github.core.service.CommitService
Get all commits in given repository
getCommits(IRepositoryIdProvider, String, String) - Method in class org.eclipse.egit.github.core.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 org.eclipse.egit.github.core.service.PullRequestService
Get all commits associated with given pull request id
getCommittedAt() - Method in class org.eclipse.egit.github.core.GistRevision
 
getCommitter() - Method in class org.eclipse.egit.github.core.Commit
 
getCommitter() - Method in class org.eclipse.egit.github.core.RepositoryCommit
 
getCompany() - Method in class org.eclipse.egit.github.core.User
 
getConfig() - Method in class org.eclipse.egit.github.core.RepositoryHook
 
getContent() - Method in class org.eclipse.egit.github.core.Blob
 
getContent() - Method in class org.eclipse.egit.github.core.GistFile
 
getContentType() - Method in class org.eclipse.egit.github.core.Download
 
getContributions() - Method in class org.eclipse.egit.github.core.Contributor
 
getContributors(IRepositoryIdProvider, boolean) - Method in class org.eclipse.egit.github.core.service.RepositoryService
Get contributors to repository
getCreatedAt() - Method in class org.eclipse.egit.github.core.Authorization
 
getCreatedAt() - Method in class org.eclipse.egit.github.core.Comment
 
getCreatedAt() - Method in class org.eclipse.egit.github.core.event.Event
 
getCreatedAt() - Method in class org.eclipse.egit.github.core.Gist
 
getCreatedAt() - Method in class org.eclipse.egit.github.core.Issue
 
getCreatedAt() - Method in class org.eclipse.egit.github.core.IssueEvent
 
getCreatedAt() - Method in class org.eclipse.egit.github.core.Milestone
 
getCreatedAt() - Method in class org.eclipse.egit.github.core.PullRequest
 
getCreatedAt() - Method in class org.eclipse.egit.github.core.Repository
 
getCreatedAt() - Method in class org.eclipse.egit.github.core.RepositoryHook
 
getCreatedAt() - Method in class org.eclipse.egit.github.core.SearchIssue
 
getCreatedAt() - Method in class org.eclipse.egit.github.core.SearchRepository
 
getCreatedAt() - Method in class org.eclipse.egit.github.core.User
 
getCreator() - Method in class org.eclipse.egit.github.core.Milestone
 
getDate() - Method in class org.eclipse.egit.github.core.CommitUser
 
getDeletions() - Method in class org.eclipse.egit.github.core.CommitFile
 
getDeletions() - Method in class org.eclipse.egit.github.core.CommitStats
 
getDeletions() - Method in class org.eclipse.egit.github.core.GistChangeStatus
 
getDeletions() - Method in class org.eclipse.egit.github.core.PullRequest
 
getDescription() - Method in class org.eclipse.egit.github.core.Download
 
getDescription() - Method in class org.eclipse.egit.github.core.event.CreatePayload
 
getDescription() - Method in class org.eclipse.egit.github.core.Gist
 
getDescription() - Method in class org.eclipse.egit.github.core.Milestone
 
getDescription() - Method in class org.eclipse.egit.github.core.Repository
 
getDescription() - Method in class org.eclipse.egit.github.core.SearchRepository
 
getDiffUrl() - Method in class org.eclipse.egit.github.core.PullRequest
 
getDiffUrl() - Method in class org.eclipse.egit.github.core.RepositoryCommitCompare
 
getDiskUsage() - Method in class org.eclipse.egit.github.core.User
 
getDownload() - Method in class org.eclipse.egit.github.core.event.DownloadPayload
 
getDownload(IRepositoryIdProvider, int) - Method in class org.eclipse.egit.github.core.service.DownloadService
Get download metadata for given repository and id
getDownloadCount() - Method in class org.eclipse.egit.github.core.Download
 
getDownloads(IRepositoryIdProvider) - Method in class org.eclipse.egit.github.core.service.DownloadService
Get metadata for all downloads for given repository
getDueOn() - Method in class org.eclipse.egit.github.core.Milestone
 
getEmail() - Method in class org.eclipse.egit.github.core.CommitUser
 
getEmail() - Method in class org.eclipse.egit.github.core.User
 
getEmails() - Method in class org.eclipse.egit.github.core.service.UserService
Get all e-mail addresses for the currently authenticated user
getEncoding() - Method in class org.eclipse.egit.github.core.Blob
 
getError() - Method in exception org.eclipse.egit.github.core.client.RequestException
Get error
getErrors() - Method in class org.eclipse.egit.github.core.RequestError
Get errors
getEvent() - Method in class org.eclipse.egit.github.core.IssueEvent
 
getExpirationdate() - Method in class org.eclipse.egit.github.core.DownloadResource
 
getField() - Method in class org.eclipse.egit.github.core.FieldError
 
getFilename() - Method in class org.eclipse.egit.github.core.CommitFile
 
getFilename() - Method in class org.eclipse.egit.github.core.GistFile
 
getFiles() - Method in class org.eclipse.egit.github.core.Gist
 
getFiles() - Method in class org.eclipse.egit.github.core.RepositoryCommit
 
getFiles() - Method in class org.eclipse.egit.github.core.RepositoryCommitCompare
 
getFiles(IRepositoryIdProvider, int) - Method in class org.eclipse.egit.github.core.service.PullRequestService
Get all changed files associated with given pull request id
getFirst() - Method in class org.eclipse.egit.github.core.client.GitHubResponse
Get link uri to first page
getFirst() - Method in class org.eclipse.egit.github.core.client.PageLinks
 
getFollowers() - Method in class org.eclipse.egit.github.core.service.UserService
Get all followers of the currently authenticated user
getFollowers(String) - Method in class org.eclipse.egit.github.core.service.UserService
Get all followers of the given user
getFollowers() - Method in class org.eclipse.egit.github.core.User
 
getFollowing() - Method in class org.eclipse.egit.github.core.service.UserService
Get all users being followed by the currently authenticated user
getFollowing(String) - Method in class org.eclipse.egit.github.core.service.UserService
Get all users being followed by the given user
getFollowing() - Method in class org.eclipse.egit.github.core.User
 
getForkee() - Method in class org.eclipse.egit.github.core.event.ForkPayload
 
getForks() - Method in class org.eclipse.egit.github.core.Repository
 
getForks() - Method in class org.eclipse.egit.github.core.SearchRepository
 
getForks(IRepositoryIdProvider) - Method in class org.eclipse.egit.github.core.service.RepositoryService
Get all the forks of the given repository
getGist() - Method in class org.eclipse.egit.github.core.event.GistPayload
 
getGist(String) - Method in class org.eclipse.egit.github.core.service.GistService
Get gist
getGists(String) - Method in class org.eclipse.egit.github.core.service.GistService
Get gists for specified user
getGitPullUrl() - Method in class org.eclipse.egit.github.core.Gist
 
getGitPushUrl() - Method in class org.eclipse.egit.github.core.Gist
 
getGitUrl() - Method in class org.eclipse.egit.github.core.Repository
 
getGravatarId() - Method in class org.eclipse.egit.github.core.SearchIssue
 
getGravatarId() - Method in class org.eclipse.egit.github.core.User
 
getGson() - Static method in class org.eclipse.egit.github.core.client.GsonUtils
Get reusable pre-configured Gson instance
getGson(boolean) - Static method in class org.eclipse.egit.github.core.client.GsonUtils
Get reusable pre-configured Gson instance
getHead() - Method in class org.eclipse.egit.github.core.event.ForkApplyPayload
 
getHead() - Method in class org.eclipse.egit.github.core.event.PushPayload
 
getHead() - Method in class org.eclipse.egit.github.core.PullRequest
 
getHeader(String) - Method in class org.eclipse.egit.github.core.client.GitHubResponse
Get header value
getHistory() - Method in class org.eclipse.egit.github.core.Gist
 
getHomepage() - Method in class org.eclipse.egit.github.core.Repository
 
getHomepage() - Method in class org.eclipse.egit.github.core.SearchRepository
 
getHook(IRepositoryIdProvider, int) - Method in class org.eclipse.egit.github.core.service.RepositoryService
Get hook from repository with given id
getHooks(IRepositoryIdProvider) - Method in class org.eclipse.egit.github.core.service.RepositoryService
Get hooks for given repository
getHtmlUrl() - Method in class org.eclipse.egit.github.core.Download
 
getHtmlUrl() - Method in class org.eclipse.egit.github.core.Gist
 
getHtmlUrl() - Method in class org.eclipse.egit.github.core.GollumPage
 
getHtmlUrl() - Method in class org.eclipse.egit.github.core.Issue
 
getHtmlUrl() - Method in class org.eclipse.egit.github.core.PullRequest
 
getHtmlUrl() - Method in class org.eclipse.egit.github.core.Repository
 
getHtmlUrl() - Method in class org.eclipse.egit.github.core.RepositoryCommitCompare
 
getHtmlUrl() - Method in class org.eclipse.egit.github.core.SearchIssue
 
getHtmlUrl() - Method in class org.eclipse.egit.github.core.User
 
getId() - Method in class org.eclipse.egit.github.core.Authorization
 
getId() - Method in class org.eclipse.egit.github.core.Comment
 
getId() - Method in class org.eclipse.egit.github.core.Contributor
 
getId() - Method in class org.eclipse.egit.github.core.Download
 
getId() - Method in class org.eclipse.egit.github.core.event.Event
 
getId() - Method in class org.eclipse.egit.github.core.event.EventRepository
 
getId() - Method in class org.eclipse.egit.github.core.Gist
 
getId() - Method in class org.eclipse.egit.github.core.Id
Get id
getId() - Method in class org.eclipse.egit.github.core.Issue
 
getId() - Method in class org.eclipse.egit.github.core.IssueEvent
 
getId() - Method in class org.eclipse.egit.github.core.Key
 
getId() - Method in class org.eclipse.egit.github.core.PullRequest
 
getId() - Method in class org.eclipse.egit.github.core.Repository
 
getId() - Method in class org.eclipse.egit.github.core.RepositoryHook
 
getId() - Method in class org.eclipse.egit.github.core.SearchRepository
Get unique identifier for repository
getId(IRepositoryIdProvider) - Method in class org.eclipse.egit.github.core.service.GitHubService
Get id for repository
getId() - Method in class org.eclipse.egit.github.core.Team
 
getId() - Method in class org.eclipse.egit.github.core.User
 
getIssue() - Method in class org.eclipse.egit.github.core.event.IssueCommentPayload
 
getIssue() - Method in class org.eclipse.egit.github.core.event.IssuesPayload
 
getIssue() - Method in class org.eclipse.egit.github.core.IssueEvent
 
getIssue(String, String, int) - Method in class org.eclipse.egit.github.core.service.IssueService
Get issue
getIssue(String, String, String) - Method in class org.eclipse.egit.github.core.service.IssueService
Get issue
getIssue(IRepositoryIdProvider, int) - Method in class org.eclipse.egit.github.core.service.IssueService
Get issue
getIssue(IRepositoryIdProvider, String) - Method in class org.eclipse.egit.github.core.service.IssueService
Get issue
getIssueEvent(String, String, long) - Method in class org.eclipse.egit.github.core.service.IssueService
Get issue event for repository
getIssues() - Method in class org.eclipse.egit.github.core.service.IssueService
Get issues for currently authenticated user
getIssues(Map<String, String>) - Method in class org.eclipse.egit.github.core.service.IssueService
Get issues for currently authenticated user
getIssues(String, String, Map<String, String>) - Method in class org.eclipse.egit.github.core.service.IssueService
Get a list of Issue objects that match the specified filter data
getIssues(IRepositoryIdProvider, Map<String, String>) - Method in class org.eclipse.egit.github.core.service.IssueService
Get a list of Issue objects that match the specified filter data
getIssueUrl() - Method in class org.eclipse.egit.github.core.PullRequest
 
getKey() - Method in class org.eclipse.egit.github.core.Key
 
getKey(IRepositoryIdProvider, int) - Method in class org.eclipse.egit.github.core.service.DeployKeyService
Get deploy key with given id from given repository
getKey(int) - Method in class org.eclipse.egit.github.core.service.UserService
Get key with given id
getKeys(IRepositoryIdProvider) - Method in class org.eclipse.egit.github.core.service.DeployKeyService
Get all deploys keys associated with the given repository
getKeys() - Method in class org.eclipse.egit.github.core.service.UserService
Get all public keys for currently authenticated user
getLabel() - Method in class org.eclipse.egit.github.core.PullRequestMarker
 
getLabel(IRepositoryIdProvider, String) - Method in class org.eclipse.egit.github.core.service.LabelService
Get label with given name
getLabel(String, String, String) - Method in class org.eclipse.egit.github.core.service.LabelService
Get label with given name
getLabels() - Method in class org.eclipse.egit.github.core.Issue
 
getLabels() - Method in class org.eclipse.egit.github.core.SearchIssue
 
getLabels(IRepositoryIdProvider) - Method in class org.eclipse.egit.github.core.service.LabelService
Get labels
getLabels(String, String) - Method in class org.eclipse.egit.github.core.service.LabelService
Get labels
getLanguage() - Method in class org.eclipse.egit.github.core.Repository
 
getLanguage() - Method in class org.eclipse.egit.github.core.SearchRepository
 
getLanguages(IRepositoryIdProvider) - Method in class org.eclipse.egit.github.core.service.RepositoryService
Get languages used in given repository
getLast() - Method in class org.eclipse.egit.github.core.client.GitHubResponse
Get link uri to last page
getLast() - Method in class org.eclipse.egit.github.core.client.PageLinks
 
getLastPage() - Method in class org.eclipse.egit.github.core.client.PageIterator
Get number of last page
getLastResponse() - Method in class org.eclipse.egit.github.core.RepositoryHook
 
getLastUri() - Method in class org.eclipse.egit.github.core.client.PageIterator
Get uri of last page
getLine() - Method in class org.eclipse.egit.github.core.CommitComment
 
getLinks() - Method in class org.eclipse.egit.github.core.client.GitHubResponse
Get page links
getLocation() - Method in class org.eclipse.egit.github.core.User
 
getLogin() - Method in class org.eclipse.egit.github.core.Contributor
 
getLogin() - Method in class org.eclipse.egit.github.core.User
 
getMasterBranch() - Method in class org.eclipse.egit.github.core.event.CreatePayload
 
getMasterBranch() - Method in class org.eclipse.egit.github.core.Repository
 
getMember() - Method in class org.eclipse.egit.github.core.event.MemberPayload
 
getMembers(String) - Method in class org.eclipse.egit.github.core.service.OrganizationService
Get members of organization
getMembers(int) - Method in class org.eclipse.egit.github.core.service.TeamService
Get members of team with given id
getMembersCount() - Method in class org.eclipse.egit.github.core.Team
 
getMergedAt() - Method in class org.eclipse.egit.github.core.PullRequest
 
getMergedBy() - Method in class org.eclipse.egit.github.core.PullRequest
 
getMessage() - Method in exception org.eclipse.egit.github.core.client.NoSuchPageException
 
getMessage() - Method in exception org.eclipse.egit.github.core.client.RequestException
 
getMessage() - Method in class org.eclipse.egit.github.core.Commit
 
getMessage() - Method in class org.eclipse.egit.github.core.FieldError
 
getMessage() - Method in class org.eclipse.egit.github.core.MergeStatus
 
getMessage() - Method in class org.eclipse.egit.github.core.RepositoryHookResponse
 
getMessage() - Method in class org.eclipse.egit.github.core.RequestError
 
getMessage() - Method in class org.eclipse.egit.github.core.Tag
 
getMilestone() - Method in class org.eclipse.egit.github.core.Issue
 
getMilestone() - Method in class org.eclipse.egit.github.core.PullRequest
 
getMilestone(IRepositoryIdProvider, int) - Method in class org.eclipse.egit.github.core.service.MilestoneService
Get a milestone
getMilestone(IRepositoryIdProvider, String) - Method in class org.eclipse.egit.github.core.service.MilestoneService
Get a milestone
getMilestone(String, String, int) - Method in class org.eclipse.egit.github.core.service.MilestoneService
Get a milestone
getMilestone(String, String, String) - Method in class org.eclipse.egit.github.core.service.MilestoneService
Get a milestone
getMilestones(IRepositoryIdProvider, String) - Method in class org.eclipse.egit.github.core.service.MilestoneService
Get milestones
getMilestones(String, String, String) - Method in class org.eclipse.egit.github.core.service.MilestoneService
Get milestones
getMimeType() - Method in class org.eclipse.egit.github.core.DownloadResource
 
getMirrorUrl() - Method in class org.eclipse.egit.github.core.Repository
 
getMode() - Method in class org.eclipse.egit.github.core.TreeEntry
 
getName() - Method in class org.eclipse.egit.github.core.Application
 
getName() - Method in class org.eclipse.egit.github.core.CommitUser
 
getName() - Method in class org.eclipse.egit.github.core.Contributor
 
getName() - Method in class org.eclipse.egit.github.core.Download
 
getName() - Method in class org.eclipse.egit.github.core.event.EventRepository
 
getName() - Method in class org.eclipse.egit.github.core.Label
 
getName() - Method in class org.eclipse.egit.github.core.Repository
 
getName() - Method in class org.eclipse.egit.github.core.RepositoryBranch
 
getName() - Method in class org.eclipse.egit.github.core.RepositoryHook
 
getName() - Method in class org.eclipse.egit.github.core.RepositoryId
 
getName() - Method in class org.eclipse.egit.github.core.RepositoryTag
 
getName() - Method in class org.eclipse.egit.github.core.SearchRepository
 
getName() - Method in class org.eclipse.egit.github.core.Team
 
getName() - Method in class org.eclipse.egit.github.core.User
 
getName() - Method in class org.eclipse.egit.github.core.UserPlan
 
getNext() - Method in class org.eclipse.egit.github.core.client.GitHubResponse
Get link uri to next page
getNext() - Method in class org.eclipse.egit.github.core.client.PageLinks
 
getNextPage() - Method in class org.eclipse.egit.github.core.client.PageIterator
Get number of next page to be read
getNextUri() - Method in class org.eclipse.egit.github.core.client.PageIterator
Get URI of next request
getNote() - Method in class org.eclipse.egit.github.core.Authorization
 
getNoteUrl() - Method in class org.eclipse.egit.github.core.Authorization
 
getNumber() - Method in class org.eclipse.egit.github.core.event.PullRequestPayload
 
getNumber() - Method in class org.eclipse.egit.github.core.Issue
 
getNumber() - Method in class org.eclipse.egit.github.core.Milestone
 
getNumber() - Method in class org.eclipse.egit.github.core.PullRequest
 
getNumber() - Method in class org.eclipse.egit.github.core.SearchIssue
 
getObject() - Method in class org.eclipse.egit.github.core.Reference
 
getObject() - Method in class org.eclipse.egit.github.core.Tag
 
getOpenIssues() - Method in class org.eclipse.egit.github.core.Milestone
 
getOpenIssues() - Method in class org.eclipse.egit.github.core.Repository
 
getOpenIssues() - Method in class org.eclipse.egit.github.core.SearchRepository
 
getOrg() - Method in class org.eclipse.egit.github.core.event.Event
 
getOrganization(String) - Method in class org.eclipse.egit.github.core.service.OrganizationService
Get organization with the given name
getOrganizations() - Method in class org.eclipse.egit.github.core.service.OrganizationService
Get organizations that the currently authenticated user is a member of
getOrganizations(String) - Method in class org.eclipse.egit.github.core.service.OrganizationService
Get organizations that the given user is a member of
getOrgRepositories(String) - Method in class org.eclipse.egit.github.core.service.RepositoryService
Get organization repositories for the given organization
getOrgRepositories(String, Map<String, String>) - Method in class org.eclipse.egit.github.core.service.RepositoryService
Get organization repositories for the given organization
getOwnedPrivateRepos() - Method in class org.eclipse.egit.github.core.User
 
getOwner() - Method in class org.eclipse.egit.github.core.Repository
 
getOwner() - Method in class org.eclipse.egit.github.core.RepositoryId
 
getOwner() - Method in class org.eclipse.egit.github.core.SearchRepository
 
getPage() - Method in class org.eclipse.egit.github.core.client.PagedRequest
Get initial page number
getPageName() - Method in class org.eclipse.egit.github.core.GollumPage
 
getPages() - Method in class org.eclipse.egit.github.core.event.GollumPayload
 
getPageSize() - Method in class org.eclipse.egit.github.core.client.PagedRequest
Get initial page size
getParam(URI, String) - Static method in class org.eclipse.egit.github.core.util.UrlUtils
Get parameter value with name
getParams() - Method in class org.eclipse.egit.github.core.client.GitHubRequest
 
getParent() - Method in class org.eclipse.egit.github.core.Repository
 
getParents() - Method in class org.eclipse.egit.github.core.Commit
 
getParents() - Method in class org.eclipse.egit.github.core.RepositoryCommit
 
getPatch() - Method in class org.eclipse.egit.github.core.CommitFile
 
getPatchUrl() - Method in class org.eclipse.egit.github.core.PullRequest
 
getPatchUrl() - Method in class org.eclipse.egit.github.core.RepositoryCommitCompare
 
getPath() - Method in class org.eclipse.egit.github.core.CommitComment
 
getPath() - Method in class org.eclipse.egit.github.core.DownloadResource
 
getPath() - Method in class org.eclipse.egit.github.core.TreeEntry
 
getPayload() - Method in class org.eclipse.egit.github.core.event.Event
 
getPermalinkUrl() - Method in class org.eclipse.egit.github.core.RepositoryCommitCompare
 
getPermission() - Method in class org.eclipse.egit.github.core.Team
 
getPlan() - Method in class org.eclipse.egit.github.core.User
 
getPolicy() - Method in class org.eclipse.egit.github.core.DownloadResource
 
getPosition() - Method in class org.eclipse.egit.github.core.CommitComment
 
getPosition() - Method in class org.eclipse.egit.github.core.SearchIssue
 
getPrefix() - Method in class org.eclipse.egit.github.core.DownloadResource
 
getPrev() - Method in class org.eclipse.egit.github.core.client.PageLinks
 
getPrevious() - Method in class org.eclipse.egit.github.core.client.GitHubResponse
Get link uri to previous page
getPrivateGists() - Method in class org.eclipse.egit.github.core.User
 
getPrivateRepos() - Method in class org.eclipse.egit.github.core.UserPlan
 
getPublicGists() - Method in class org.eclipse.egit.github.core.User
 
getPublicMembers(String) - Method in class org.eclipse.egit.github.core.service.OrganizationService
Get public members of organization
getPublicRepos() - Method in class org.eclipse.egit.github.core.User
 
getPullRequest() - Method in class org.eclipse.egit.github.core.event.PullRequestPayload
 
getPullRequest() - Method in class org.eclipse.egit.github.core.Issue
 
getPullRequest(IRepositoryIdProvider, int) - Method in class org.eclipse.egit.github.core.service.PullRequestService
Create request for single pull request
getPullRequests(IRepositoryIdProvider, String) - Method in class org.eclipse.egit.github.core.service.PullRequestService
Get pull requests from repository matching state
getPushedAt() - Method in class org.eclipse.egit.github.core.Repository
 
getPushedAt() - Method in class org.eclipse.egit.github.core.SearchRepository
 
getRawUrl() - Method in class org.eclipse.egit.github.core.CommitFile
 
getRawUrl() - Method in class org.eclipse.egit.github.core.GistFile
 
getRef() - Method in class org.eclipse.egit.github.core.event.CreatePayload
 
getRef() - Method in class org.eclipse.egit.github.core.event.DeletePayload
 
getRef() - Method in class org.eclipse.egit.github.core.event.PushPayload
 
getRef() - Method in class org.eclipse.egit.github.core.PullRequestMarker
 
getRef() - Method in class org.eclipse.egit.github.core.Reference
 
getReference(IRepositoryIdProvider, String) - Method in class org.eclipse.egit.github.core.service.DataService
Get reference with given name
getReferences(IRepositoryIdProvider) - Method in class org.eclipse.egit.github.core.service.DataService
Get references for given repository
getRefType() - Method in class org.eclipse.egit.github.core.event.CreatePayload
 
getRefType() - Method in class org.eclipse.egit.github.core.event.DeletePayload
 
getRemainingRequests() - Method in class org.eclipse.egit.github.core.client.GitHubClient
Get number of requests remaining before rate limiting occurs
getRepo() - Method in class org.eclipse.egit.github.core.event.Event
 
getRepo() - Method in class org.eclipse.egit.github.core.event.TeamAddPayload
 
getRepo() - Method in class org.eclipse.egit.github.core.PullRequestMarker
 
getReposCount() - Method in class org.eclipse.egit.github.core.Team
 
getRepositories() - Method in class org.eclipse.egit.github.core.service.RepositoryService
Get repositories for the currently authenticated user
getRepositories(Map<String, String>) - Method in class org.eclipse.egit.github.core.service.RepositoryService
Get repositories for the currently authenticated user
getRepositories(String) - Method in class org.eclipse.egit.github.core.service.RepositoryService
Get repositories for the given user
getRepositories(int) - Method in class org.eclipse.egit.github.core.service.TeamService
Get all repositories for given team
getRepository() - Method in class org.eclipse.egit.github.core.RepositoryIssue
 
getRepository(String, String) - Method in class org.eclipse.egit.github.core.service.RepositoryService
Get repository
getRepository(IRepositoryIdProvider) - Method in class org.eclipse.egit.github.core.service.RepositoryService
Get repository
getRequest() - Method in class org.eclipse.egit.github.core.client.PageIterator
Get request being executed
getRequestLimit() - Method in class org.eclipse.egit.github.core.client.GitHubClient
Get number of requests that GitHubClient.getRemainingRequests() counts down from as each request is made
getResource() - Method in class org.eclipse.egit.github.core.FieldError
 
getResources() - Method in interface org.eclipse.egit.github.core.IResourceProvider
Get collection of resources
getResponseContentType() - Method in class org.eclipse.egit.github.core.client.GitHubRequest
 
getS3Url() - Method in class org.eclipse.egit.github.core.DownloadResource
 
getScopes() - Method in class org.eclipse.egit.github.core.Authorization
 
getSha() - Method in class org.eclipse.egit.github.core.Commit
 
getSha() - Method in class org.eclipse.egit.github.core.CommitFile
 
getSha() - Method in class org.eclipse.egit.github.core.GollumPage
 
getSha() - Method in class org.eclipse.egit.github.core.MergeStatus
 
getSha() - Method in class org.eclipse.egit.github.core.PullRequestMarker
 
getSha() - Method in class org.eclipse.egit.github.core.RepositoryCommit
 
getSha() - Method in class org.eclipse.egit.github.core.ShaResource
 
getSha() - Method in class org.eclipse.egit.github.core.Tag
 
getSha() - Method in class org.eclipse.egit.github.core.Tree
 
getSha() - Method in class org.eclipse.egit.github.core.TreeEntry
 
getSignature() - Method in class org.eclipse.egit.github.core.DownloadResource
 
getSize() - Method in class org.eclipse.egit.github.core.Download
 
getSize() - Method in class org.eclipse.egit.github.core.event.PushPayload
 
getSize() - Method in class org.eclipse.egit.github.core.GistFile
 
getSize() - Method in class org.eclipse.egit.github.core.Repository
 
getSize() - Method in class org.eclipse.egit.github.core.SearchRepository
 
getSize() - Method in class org.eclipse.egit.github.core.TreeEntry
 
getSource() - Method in class org.eclipse.egit.github.core.Repository
 
getSpace() - Method in class org.eclipse.egit.github.core.UserPlan
 
getSshUrl() - Method in class org.eclipse.egit.github.core.Repository
 
getStarredGists() - Method in class org.eclipse.egit.github.core.service.GistService
Get starred gists for currently authenticated user
getState() - Method in class org.eclipse.egit.github.core.Issue
 
getState() - Method in class org.eclipse.egit.github.core.Milestone
 
getState() - Method in class org.eclipse.egit.github.core.PullRequest
 
getState() - Method in class org.eclipse.egit.github.core.SearchIssue
 
getStats() - Method in class org.eclipse.egit.github.core.RepositoryCommit
 
getStatus() - Method in exception org.eclipse.egit.github.core.client.RequestException
Get status
getStatus() - Method in class org.eclipse.egit.github.core.CommitFile
 
getStatus() - Method in class org.eclipse.egit.github.core.RepositoryCommitCompare
 
getStream(GitHubRequest) - Method in class org.eclipse.egit.github.core.client.GitHubClient
Get response stream from URI.
getStream(HttpURLConnection) - Method in class org.eclipse.egit.github.core.client.GitHubClient
Get stream from request
getSvnUrl() - Method in class org.eclipse.egit.github.core.Repository
 
getTag(IRepositoryIdProvider, String) - Method in class org.eclipse.egit.github.core.service.DataService
Get tag for given SHA-1
getTag() - Method in class org.eclipse.egit.github.core.Tag
 
getTagger() - Method in class org.eclipse.egit.github.core.Tag
 
getTags(IRepositoryIdProvider) - Method in class org.eclipse.egit.github.core.service.RepositoryService
Get tags in given repository
getTarballUrl() - Method in class org.eclipse.egit.github.core.RepositoryTag
 
getTarget() - Method in class org.eclipse.egit.github.core.event.FollowPayload
 
getTeam() - Method in class org.eclipse.egit.github.core.event.TeamAddPayload
 
getTeam(int) - Method in class org.eclipse.egit.github.core.service.TeamService
Get team with given id
getTeams(String) - Method in class org.eclipse.egit.github.core.service.TeamService
Get all teams in the given organization
getTeams(IRepositoryIdProvider) - Method in class org.eclipse.egit.github.core.service.TeamService
Get teams associated with given repository
getTitle() - Method in class org.eclipse.egit.github.core.GollumPage
 
getTitle() - Method in class org.eclipse.egit.github.core.Issue
 
getTitle() - Method in class org.eclipse.egit.github.core.Key
 
getTitle() - Method in class org.eclipse.egit.github.core.Milestone
 
getTitle() - Method in class org.eclipse.egit.github.core.PullRequest
 
getTitle() - Method in class org.eclipse.egit.github.core.SearchIssue
 
getToken() - Method in class org.eclipse.egit.github.core.Authorization
 
getTotal() - Method in class org.eclipse.egit.github.core.CommitStats
 
getTotal() - Method in class org.eclipse.egit.github.core.GistChangeStatus
 
getTotalCommits() - Method in class org.eclipse.egit.github.core.RepositoryCommitCompare
 
getTotalPrivateRepos() - Method in class org.eclipse.egit.github.core.User
 
getTree() - Method in class org.eclipse.egit.github.core.Commit
 
getTree(IRepositoryIdProvider, String) - Method in class org.eclipse.egit.github.core.service.DataService
Get tree with given SHA-1
getTree(IRepositoryIdProvider, String, boolean) - Method in class org.eclipse.egit.github.core.service.DataService
Get tree with given SHA-1
getTree() - Method in class org.eclipse.egit.github.core.Tree
 
getType() - Method in class org.eclipse.egit.github.core.client.GitHubRequest
 
getType() - Method in class org.eclipse.egit.github.core.Contributor
 
getType() - Method in class org.eclipse.egit.github.core.event.Event
 
getType() - Method in class org.eclipse.egit.github.core.TreeEntry
 
getType() - Method in class org.eclipse.egit.github.core.TypedResource
 
getType() - Method in class org.eclipse.egit.github.core.User
 
getUpdatedAt() - Method in class org.eclipse.egit.github.core.Authorization
 
getUpdatedAt() - Method in class org.eclipse.egit.github.core.Comment
 
getUpdatedAt() - Method in class org.eclipse.egit.github.core.Gist
 
getUpdatedAt() - Method in class org.eclipse.egit.github.core.Issue
 
getUpdatedAt() - Method in class org.eclipse.egit.github.core.PullRequest
 
getUpdatedAt() - Method in class org.eclipse.egit.github.core.Repository
 
getUpdatedAt() - Method in class org.eclipse.egit.github.core.RepositoryHook
 
getUpdatedAt() - Method in class org.eclipse.egit.github.core.SearchIssue
 
getUri() - Method in class org.eclipse.egit.github.core.client.GitHubRequest
 
getUrl() - Method in class org.eclipse.egit.github.core.Application
 
getUrl() - Method in class org.eclipse.egit.github.core.Authorization
 
getUrl() - Method in class org.eclipse.egit.github.core.Comment
 
getUrl() - Method in class org.eclipse.egit.github.core.Commit
 
getUrl() - Method in class org.eclipse.egit.github.core.Contributor
 
getUrl() - Method in class org.eclipse.egit.github.core.Download
 
getUrl() - Method in class org.eclipse.egit.github.core.event.EventRepository
 
getUrl() - Method in class org.eclipse.egit.github.core.Gist
 
getUrl() - Method in class org.eclipse.egit.github.core.GistRevision
 
getUrl() - Method in class org.eclipse.egit.github.core.Issue
 
getUrl() - Method in class org.eclipse.egit.github.core.IssueEvent
 
getUrl() - Method in class org.eclipse.egit.github.core.Key
 
getUrl() - Method in class org.eclipse.egit.github.core.Label
 
getUrl() - Method in class org.eclipse.egit.github.core.Milestone
 
getUrl() - Method in class org.eclipse.egit.github.core.PullRequest
 
getUrl() - Method in class org.eclipse.egit.github.core.Reference
 
getUrl() - Method in class org.eclipse.egit.github.core.Repository
 
getUrl() - Method in class org.eclipse.egit.github.core.RepositoryCommit
 
getUrl() - Method in class org.eclipse.egit.github.core.RepositoryCommitCompare
 
getUrl() - Method in class org.eclipse.egit.github.core.RepositoryHook
 
getUrl() - Method in class org.eclipse.egit.github.core.SearchRepository
 
getUrl() - Method in class org.eclipse.egit.github.core.Tag
 
getUrl() - Method in class org.eclipse.egit.github.core.Team
 
getUrl() - Method in class org.eclipse.egit.github.core.Tree
 
getUrl() - Method in class org.eclipse.egit.github.core.TreeEntry
 
getUrl() - Method in class org.eclipse.egit.github.core.TypedResource
 
getUrl() - Method in class org.eclipse.egit.github.core.User
 
getUser() - Method in class org.eclipse.egit.github.core.client.GitHubClient
Get the user that this client is currently authenticating as
getUser() - Method in class org.eclipse.egit.github.core.Comment
 
getUser() - Method in class org.eclipse.egit.github.core.event.TeamAddPayload
 
getUser() - Method in class org.eclipse.egit.github.core.Gist
 
getUser() - Method in class org.eclipse.egit.github.core.GistRevision
 
getUser() - Method in class org.eclipse.egit.github.core.Issue
 
getUser() - Method in class org.eclipse.egit.github.core.PullRequest
 
getUser() - Method in class org.eclipse.egit.github.core.PullRequestMarker
 
getUser() - Method in class org.eclipse.egit.github.core.SearchIssue
 
getUser(String) - Method in class org.eclipse.egit.github.core.service.UserService
Get user with given login name
getUser() - Method in class org.eclipse.egit.github.core.service.UserService
Get currently authenticated user
getValue() - Method in class org.eclipse.egit.github.core.FieldError
 
getValue() - Method in enum org.eclipse.egit.github.core.Language
Get value
getVersion() - Method in class org.eclipse.egit.github.core.GistRevision
 
getVotes() - Method in class org.eclipse.egit.github.core.SearchIssue
 
getWatched(String) - Method in class org.eclipse.egit.github.core.service.WatcherService
Get repositories watched by the given user
getWatched() - Method in class org.eclipse.egit.github.core.service.WatcherService
Get repositories watched by the currently authenticated user
getWatchers() - Method in class org.eclipse.egit.github.core.Repository
 
getWatchers() - Method in class org.eclipse.egit.github.core.SearchRepository
 
getWatchers(IRepositoryIdProvider) - Method in class org.eclipse.egit.github.core.service.WatcherService
Get user watching given repository
getZipballUrl() - Method in class org.eclipse.egit.github.core.RepositoryTag
 
Gist - Class in org.eclipse.egit.github.core
GitHub gist model class.
Gist() - Constructor for class org.eclipse.egit.github.core.Gist
 
GistChangeStatus - Class in org.eclipse.egit.github.core
Gist change status class.
GistChangeStatus() - Constructor for class org.eclipse.egit.github.core.GistChangeStatus
 
GistFile - Class in org.eclipse.egit.github.core
Gist file class.
GistFile() - Constructor for class org.eclipse.egit.github.core.GistFile
 
GistPayload - Class in org.eclipse.egit.github.core.event
GistEvent payload model class.
GistPayload() - Constructor for class org.eclipse.egit.github.core.event.GistPayload
 
GistRevision - Class in org.eclipse.egit.github.core
Gist revision class.
GistRevision() - Constructor for class org.eclipse.egit.github.core.GistRevision
 
GistService - Class in org.eclipse.egit.github.core.service
Service class for interacting with Gists and Gist comments.
GistService() - Constructor for class org.eclipse.egit.github.core.service.GistService
Create gist service
GistService(GitHubClient) - Constructor for class org.eclipse.egit.github.core.service.GistService
Create gist service
GitHubClient - Class in org.eclipse.egit.github.core.client
Client class for interacting with GitHub HTTP/JSON API.
GitHubClient() - Constructor for class org.eclipse.egit.github.core.client.GitHubClient
Create default client
GitHubClient(String) - Constructor for class org.eclipse.egit.github.core.client.GitHubClient
Create client for host name
GitHubClient(String, int, String) - Constructor for class org.eclipse.egit.github.core.client.GitHubClient
Create client for host, port, and scheme
GitHubRequest - Class in org.eclipse.egit.github.core.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 org.eclipse.egit.github.core.client.GitHubRequest
Create empty request
GitHubResponse - Class in org.eclipse.egit.github.core.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 org.eclipse.egit.github.core.client.GitHubResponse
Create response
GitHubService - Class in org.eclipse.egit.github.core.service
Base GitHub service class.
GitHubService() - Constructor for class org.eclipse.egit.github.core.service.GitHubService
Create service using a default GitHubClient
GitHubService(GitHubClient) - Constructor for class org.eclipse.egit.github.core.service.GitHubService
Create service for client
GollumPage - Class in org.eclipse.egit.github.core
Gollum Page model class.
GollumPage() - Constructor for class org.eclipse.egit.github.core.GollumPage
 
GollumPayload - Class in org.eclipse.egit.github.core.event
GollumEvent payload model class.
GollumPayload() - Constructor for class org.eclipse.egit.github.core.event.GollumPayload
 
gson - Variable in class org.eclipse.egit.github.core.client.GitHubClient
Gson instance
GsonUtils - Class in org.eclipse.egit.github.core.client
Gson utilities.
GsonUtils() - Constructor for class org.eclipse.egit.github.core.client.GsonUtils
 

H

hashCode() - Method in class org.eclipse.egit.github.core.client.GitHubRequest
 
hashCode() - Method in class org.eclipse.egit.github.core.Label
 
hashCode() - Method in class org.eclipse.egit.github.core.RepositoryId
 
hashCode() - Method in class org.eclipse.egit.github.core.SearchRepository
 
hasNext() - Method in class org.eclipse.egit.github.core.client.PageIterator
 
HEADER_ACCEPT - Static variable in class org.eclipse.egit.github.core.client.GitHubClient
Accept header
HEADER_AUTHORIZATION - Static variable in class org.eclipse.egit.github.core.client.GitHubClient
Authorization header
HEADER_CONTENT_TYPE - Static variable in class org.eclipse.egit.github.core.client.GitHubClient
Content-Type header
HEADER_LAST - Static variable in interface org.eclipse.egit.github.core.client.IGitHubConstants
 
HEADER_LINK - Static variable in interface org.eclipse.egit.github.core.client.IGitHubConstants
 
HEADER_NEXT - Static variable in interface org.eclipse.egit.github.core.client.IGitHubConstants
 
HEADER_USER_AGENT - Static variable in class org.eclipse.egit.github.core.client.GitHubClient
User-Agent header
hideMembership(String, String) - Method in class org.eclipse.egit.github.core.service.OrganizationService
Conceal membership of given user in given organization
HOST_API - Static variable in interface org.eclipse.egit.github.core.client.IGitHubConstants
 
HOST_DEFAULT - Static variable in interface org.eclipse.egit.github.core.client.IGitHubConstants
 
HOST_GISTS - Static variable in interface org.eclipse.egit.github.core.client.IGitHubConstants
 
HTTP_UNPROCESSABLE_ENTITY - Static variable in class org.eclipse.egit.github.core.client.GitHubClient
422 status code for unprocessable entity

I

Id - Class in org.eclipse.egit.github.core
Id model class.
Id() - Constructor for class org.eclipse.egit.github.core.Id
 
IGitHubConstants - Interface in org.eclipse.egit.github.core.client
GitHub constants
IRepositoryIdProvider - Interface in org.eclipse.egit.github.core
Interface to provide an ID for a repository.
IResourceProvider<V> - Interface in org.eclipse.egit.github.core
Interface for container classes that can provide a collection of resources of the same type.
isActive() - Method in class org.eclipse.egit.github.core.RepositoryHook
 
isCollaborator(IRepositoryIdProvider, String) - Method in class org.eclipse.egit.github.core.service.CollaboratorService
Is given user a collaborator on the given repository?
isEmpty(int) - Method in class org.eclipse.egit.github.core.client.GitHubClient
Is the response empty?
isError(int) - Method in class org.eclipse.egit.github.core.client.GitHubClient
Does status code denote an error
isFollowing(String) - Method in class org.eclipse.egit.github.core.service.UserService
Check if the currently authenticated user is following the given user
isFork() - Method in class org.eclipse.egit.github.core.Repository
 
isFork() - Method in class org.eclipse.egit.github.core.SearchRepository
 
isHasDownloads() - Method in class org.eclipse.egit.github.core.Repository
 
isHasDownloads() - Method in class org.eclipse.egit.github.core.SearchRepository
 
isHasIssues() - Method in class org.eclipse.egit.github.core.Repository
 
isHasIssues() - Method in class org.eclipse.egit.github.core.SearchRepository
 
isHasWiki() - Method in class org.eclipse.egit.github.core.Repository
 
isHasWiki() - Method in class org.eclipse.egit.github.core.SearchRepository
 
isHireable() - Method in class org.eclipse.egit.github.core.User
 
isMember(String, String) - Method in class org.eclipse.egit.github.core.service.OrganizationService
Check if the given user is a member of the given organization
isMember(int, String) - Method in class org.eclipse.egit.github.core.service.TeamService
Is the given user a member of the team with the given id
isMergeable() - Method in class org.eclipse.egit.github.core.PullRequest
 
isMerged() - Method in class org.eclipse.egit.github.core.MergeStatus
 
isMerged() - Method in class org.eclipse.egit.github.core.PullRequest
 
isMerged(IRepositoryIdProvider, int) - Method in class org.eclipse.egit.github.core.service.PullRequestService
Is the given pull request id merged?
isOk(int) - Method in class org.eclipse.egit.github.core.client.GitHubClient
Does status code denote a non-error response?
isPrivate() - Method in class org.eclipse.egit.github.core.Repository
 
isPrivate() - Method in class org.eclipse.egit.github.core.SearchRepository
 
isPublic() - Method in class org.eclipse.egit.github.core.event.Event
 
isPublic() - Method in class org.eclipse.egit.github.core.Gist
 
isPublicMember(String, String) - Method in class org.eclipse.egit.github.core.service.OrganizationService
Check if the given user is a public member of the given organization
isRedirect() - Method in class org.eclipse.egit.github.core.DownloadResource
 
isStarred(String) - Method in class org.eclipse.egit.github.core.service.GistService
Check if a gist is starred
Issue - Class in org.eclipse.egit.github.core
GitHub issue model class.
Issue() - Constructor for class org.eclipse.egit.github.core.Issue
 
IssueCommentPayload - Class in org.eclipse.egit.github.core.event
IssueCommentEvent payload model class.
IssueCommentPayload() - Constructor for class org.eclipse.egit.github.core.event.IssueCommentPayload
 
IssueEvent - Class in org.eclipse.egit.github.core
Issue event model class
IssueEvent() - Constructor for class org.eclipse.egit.github.core.IssueEvent
 
IssueService - Class in org.eclipse.egit.github.core.service
Issue service class for listing, searching, and fetching Issue objects using a GitHubClient.
IssueService() - Constructor for class org.eclipse.egit.github.core.service.IssueService
Create issue service
IssueService(GitHubClient) - Constructor for class org.eclipse.egit.github.core.service.IssueService
Create issue service
IssuesPayload - Class in org.eclipse.egit.github.core.event
IssuesEvent payload model class.
IssuesPayload() - Constructor for class org.eclipse.egit.github.core.event.IssuesPayload
 
isTeamRepository(int, IRepositoryIdProvider) - Method in class org.eclipse.egit.github.core.service.TeamService
Is given repository managed by given team
isWatching(IRepositoryIdProvider) - Method in class org.eclipse.egit.github.core.service.WatcherService
Is currently authenticated user watching given repository?
iterator() - Method in class org.eclipse.egit.github.core.client.PageIterator
 

K

Key - Class in org.eclipse.egit.github.core
Key model class.
Key() - Constructor for class org.eclipse.egit.github.core.Key
 

L

Label - Class in org.eclipse.egit.github.core
GitHub issue label class.
Label() - Constructor for class org.eclipse.egit.github.core.Label
 
LabelComparator - Class in org.eclipse.egit.github.core.util
Label comparator using case-insensitive name comparisons.
LabelComparator() - Constructor for class org.eclipse.egit.github.core.util.LabelComparator
 
LabelService - Class in org.eclipse.egit.github.core.service
Label service class for listing Label objects in use for a given repository.
LabelService() - Constructor for class org.eclipse.egit.github.core.service.LabelService
Create label service
LabelService(GitHubClient) - Constructor for class org.eclipse.egit.github.core.service.LabelService
Create label service for client
Language - Enum in org.eclipse.egit.github.core
Programming languages
last - Variable in class org.eclipse.egit.github.core.client.PageIterator
Last uri to be fetched
lastPage - Variable in class org.eclipse.egit.github.core.client.PageIterator
Last page number
links - Variable in class org.eclipse.egit.github.core.client.GitHubResponse
Links to other pages

M

MemberPayload - Class in org.eclipse.egit.github.core.event
MemberEvent payload model class.
MemberPayload() - Constructor for class org.eclipse.egit.github.core.event.MemberPayload
 
merge(IRepositoryIdProvider, int, String) - Method in class org.eclipse.egit.github.core.service.PullRequestService
Merge given pull request
MergeStatus - Class in org.eclipse.egit.github.core
Pull request merge status model class.
MergeStatus() - Constructor for class org.eclipse.egit.github.core.MergeStatus
 
META_FIRST - Static variable in interface org.eclipse.egit.github.core.client.IGitHubConstants
 
META_LAST - Static variable in interface org.eclipse.egit.github.core.client.IGitHubConstants
 
META_NEXT - Static variable in interface org.eclipse.egit.github.core.client.IGitHubConstants
 
META_PREV - Static variable in interface org.eclipse.egit.github.core.client.IGitHubConstants
 
META_REL - Static variable in interface org.eclipse.egit.github.core.client.IGitHubConstants
 
METHOD_DELETE - Static variable in class org.eclipse.egit.github.core.client.GitHubClient
METHOD_DELETE
METHOD_GET - Static variable in class org.eclipse.egit.github.core.client.GitHubClient
METHOD_GET
METHOD_POST - Static variable in class org.eclipse.egit.github.core.client.GitHubClient
METHOD_POST
METHOD_PUT - Static variable in class org.eclipse.egit.github.core.client.GitHubClient
METHOD_PUT
Milestone - Class in org.eclipse.egit.github.core
GitHub issue milestone class.
Milestone() - Constructor for class org.eclipse.egit.github.core.Milestone
 
MilestoneComparator - Class in org.eclipse.egit.github.core.util
Milestone comparator using case-insensitive name comparisons.
MilestoneComparator() - Constructor for class org.eclipse.egit.github.core.util.MilestoneComparator
 
MilestoneService - Class in org.eclipse.egit.github.core.service
Milestone service class for listing the Milestone objects in use by a repository and user accessed via a GitHubClient.
MilestoneService() - Constructor for class org.eclipse.egit.github.core.service.MilestoneService
Create milestone service
MilestoneService(GitHubClient) - Constructor for class org.eclipse.egit.github.core.service.MilestoneService
Create milestone service
MODE_BLOB - Static variable in class org.eclipse.egit.github.core.TreeEntry
MODE_BLOB
MODE_BLOB_EXECUTABLE - Static variable in class org.eclipse.egit.github.core.TreeEntry
MODE_BLOB_EXECUTABLE
MODE_BLOB_SYMLINK - Static variable in class org.eclipse.egit.github.core.TreeEntry
MODE_BLOB_SYMLINK
MODE_DIRECTORY - Static variable in class org.eclipse.egit.github.core.TreeEntry
MODE_DIRECTORY
MODE_SUBMODULE - Static variable in class org.eclipse.egit.github.core.TreeEntry
MODE_SUBMODULE
MultiPartUtils - Class in org.eclipse.egit.github.core.util
Utilities for writing multiple HTTP requests
MultiPartUtils() - Constructor for class org.eclipse.egit.github.core.util.MultiPartUtils
 

N

next - Variable in class org.eclipse.egit.github.core.client.PageIterator
Next uri to be fetched
next() - Method in class org.eclipse.egit.github.core.client.PageIterator
 
nextPage - Variable in class org.eclipse.egit.github.core.client.PageIterator
Current page number
NoSuchPageException - Exception in org.eclipse.egit.github.core.client
Exception class to be thrown when iterating over pages fails.
NoSuchPageException(IOException) - Constructor for exception org.eclipse.egit.github.core.client.NoSuchPageException
Create no such page exception

O

OAuthService - Class in org.eclipse.egit.github.core.service
Service for interacting with a user's OAUth authorizations
OAuthService() - Constructor for class org.eclipse.egit.github.core.service.OAuthService
Create OAuth service
OAuthService(GitHubClient) - Constructor for class org.eclipse.egit.github.core.service.OAuthService
Create OAuth service
org.eclipse.egit.github.core - package org.eclipse.egit.github.core
 
org.eclipse.egit.github.core.client - package org.eclipse.egit.github.core.client
 
org.eclipse.egit.github.core.event - package org.eclipse.egit.github.core.event
 
org.eclipse.egit.github.core.service - package org.eclipse.egit.github.core.service
 
org.eclipse.egit.github.core.util - package org.eclipse.egit.github.core.util
 
OrganizationService - Class in org.eclipse.egit.github.core.service
Organization service class
OrganizationService() - Constructor for class org.eclipse.egit.github.core.service.OrganizationService
Create organization service
OrganizationService(GitHubClient) - Constructor for class org.eclipse.egit.github.core.service.OrganizationService
Create organization service

P

PAGE_FIRST - Static variable in class org.eclipse.egit.github.core.client.PagedRequest
First page
PAGE_SIZE - Static variable in class org.eclipse.egit.github.core.client.PagedRequest
Default page size
pageComments(IRepositoryIdProvider, String) - Method in class org.eclipse.egit.github.core.service.CommitService
Page comments on commit with given SHA-1
pageComments(IRepositoryIdProvider, String, int) - Method in class org.eclipse.egit.github.core.service.CommitService
Page comments on commit with given SHA-1
pageComments(IRepositoryIdProvider, String, int, int) - Method in class org.eclipse.egit.github.core.service.CommitService
Page comments on commit with given SHA-1
pageComments(IRepositoryIdProvider, int) - Method in class org.eclipse.egit.github.core.service.PullRequestService
Page pull request commit comments
pageComments(IRepositoryIdProvider, int, int) - Method in class org.eclipse.egit.github.core.service.PullRequestService
Page pull request commit comments
pageComments(IRepositoryIdProvider, int, int, int) - Method in class org.eclipse.egit.github.core.service.PullRequestService
Page pull request commit comments
pageCommits(IRepositoryIdProvider) - Method in class org.eclipse.egit.github.core.service.CommitService
Page commits in given repository
pageCommits(IRepositoryIdProvider, int) - Method in class org.eclipse.egit.github.core.service.CommitService
Page commits in given repository
pageCommits(IRepositoryIdProvider, String, String) - Method in class org.eclipse.egit.github.core.service.CommitService
Page commits in given repository
pageCommits(IRepositoryIdProvider, String, String, int) - Method in class org.eclipse.egit.github.core.service.CommitService
Page commits in given repository
pageDownloads(IRepositoryIdProvider) - Method in class org.eclipse.egit.github.core.service.DownloadService
Page metadata for downloads for given repository
pageDownloads(IRepositoryIdProvider, int) - Method in class org.eclipse.egit.github.core.service.DownloadService
Page downloads for given repository
pageDownloads(IRepositoryIdProvider, int, int) - Method in class org.eclipse.egit.github.core.service.DownloadService
Page downloads for given repository
PagedRequest<V> - Class in org.eclipse.egit.github.core.client
Paged request class that contains the initial page size and page number of the request.
PagedRequest() - Constructor for class org.eclipse.egit.github.core.client.PagedRequest
Create paged request with default size
PagedRequest(int, int) - Constructor for class org.eclipse.egit.github.core.client.PagedRequest
Create paged request with given starting page and page size.
pageEvents(IRepositoryIdProvider) - Method in class org.eclipse.egit.github.core.service.EventService
Create page iterator for a given repo's events
pageEvents(IRepositoryIdProvider, int) - Method in class org.eclipse.egit.github.core.service.EventService
Create page iterator for a given repo's events
pageEvents(IRepositoryIdProvider, int, int) - Method in class org.eclipse.egit.github.core.service.EventService
Create page iterator for a given repo's events
pageEvents(String, String) - Method in class org.eclipse.egit.github.core.service.IssueService
Page issue events for repository
pageEvents(String, String, int) - Method in class org.eclipse.egit.github.core.service.IssueService
Page issue events for repository
pageEvents(String, String, int, int) - Method in class org.eclipse.egit.github.core.service.IssueService
Page events for issue in repository
pageFollowers() - Method in class org.eclipse.egit.github.core.service.UserService
Page followers of the currently authenticated user
pageFollowers(int) - Method in class org.eclipse.egit.github.core.service.UserService
Page followers of the currently authenticated user
pageFollowers(int, int) - Method in class org.eclipse.egit.github.core.service.UserService
Page followers of the currently authenticated user
pageFollowers(String) - Method in class org.eclipse.egit.github.core.service.UserService
Page followers of the given user
pageFollowers(String, int) - Method in class org.eclipse.egit.github.core.service.UserService
Page followers of the given user
pageFollowers(String, int, int) - Method in class org.eclipse.egit.github.core.service.UserService
Page followers of the given user
pageFollowing() - Method in class org.eclipse.egit.github.core.service.UserService
Page users being followed by the currently authenticated user
pageFollowing(int) - Method in class org.eclipse.egit.github.core.service.UserService
Page users being followed by the currently authenticated user
pageFollowing(int, int) - Method in class org.eclipse.egit.github.core.service.UserService
Page users being followed by the currently authenticated user
pageFollowing(String) - Method in class org.eclipse.egit.github.core.service.UserService
Page users being followed by the given user
pageFollowing(String, int) - Method in class org.eclipse.egit.github.core.service.UserService
Page users being followed by the given user
pageFollowing(String, int, int) - Method in class org.eclipse.egit.github.core.service.UserService
Page users being followed by the given user
pageForks(IRepositoryIdProvider) - Method in class org.eclipse.egit.github.core.service.RepositoryService
Page forks of given repository
pageForks(IRepositoryIdProvider, int) - Method in class org.eclipse.egit.github.core.service.RepositoryService
Page forks of given repository
pageForks(IRepositoryIdProvider, int, int) - Method in class org.eclipse.egit.github.core.service.RepositoryService
Page forks of given repository
pageGists(String) - Method in class org.eclipse.egit.github.core.service.GistService
Create page iterator for given user's gists
pageGists(String, int) - Method in class org.eclipse.egit.github.core.service.GistService
Create page iterator for given user's gists
pageGists(String, int, int) - Method in class org.eclipse.egit.github.core.service.GistService
Create page iterator for given user's gists
pageIssueEvents(String, String, int) - Method in class org.eclipse.egit.github.core.service.IssueService
Page events for issue in repository
pageIssueEvents(String, String, int, int) - Method in class org.eclipse.egit.github.core.service.IssueService
Page events for issue in repository
pageIssueEvents(String, String, int, int, int) - Method in class org.eclipse.egit.github.core.service.IssueService
Page issue events for repository
pageIssues() - Method in class org.eclipse.egit.github.core.service.IssueService
Page issues for currently authenticated user
pageIssues(Map<String, String>) - Method in class org.eclipse.egit.github.core.service.IssueService
Page issues for currently authenticated user
pageIssues(Map<String, String>, int) - Method in class org.eclipse.egit.github.core.service.IssueService
Page issues for currently authenticated user
pageIssues(Map<String, String>, int, int) - Method in class org.eclipse.egit.github.core.service.IssueService
Page issues for currently authenticated user
pageIssues(String, String) - Method in class org.eclipse.egit.github.core.service.IssueService
Get page iterator over issues query
pageIssues(String, String, Map<String, String>) - Method in class org.eclipse.egit.github.core.service.IssueService
Get page iterator over issues query
pageIssues(String, String, Map<String, String>, int) - Method in class org.eclipse.egit.github.core.service.IssueService
Get page iterator over issues query
pageIssues(String, String, Map<String, String>, int, int) - Method in class org.eclipse.egit.github.core.service.IssueService
Get page iterator over issues query
pageIssues(IRepositoryIdProvider) - Method in class org.eclipse.egit.github.core.service.IssueService
Get page iterator over issues query
pageIssues(IRepositoryIdProvider, Map<String, String>) - Method in class org.eclipse.egit.github.core.service.IssueService
Get page iterator over issues query
pageIssues(IRepositoryIdProvider, Map<String, String>, int) - Method in class org.eclipse.egit.github.core.service.IssueService
Get page iterator over issues query
pageIssues(IRepositoryIdProvider, Map<String, String>, int, int) - Method in class org.eclipse.egit.github.core.service.IssueService
Get page iterator over issues query
PageIterator<V> - Class in org.eclipse.egit.github.core.client
Iterator for getting paged responses.
PageIterator(PagedRequest<V>, GitHubClient) - Constructor for class org.eclipse.egit.github.core.client.PageIterator
Create page iterator
PageLinks - Class in org.eclipse.egit.github.core.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 org.eclipse.egit.github.core.client.PageLinks
Parse links from executed method
pageNetworkEvents(IRepositoryIdProvider) - Method in class org.eclipse.egit.github.core.service.EventService
Create page iterator for a given repo network's events
pageNetworkEvents(IRepositoryIdProvider, int) - Method in class org.eclipse.egit.github.core.service.EventService
Create page iterator for a given repo network's events
pageNetworkEvents(IRepositoryIdProvider, int, int) - Method in class org.eclipse.egit.github.core.service.EventService
Create page iterator for a given repo network's events
pageOrgEvents(String) - Method in class org.eclipse.egit.github.core.service.EventService
Create page iterator for a given org's events
pageOrgEvents(String, int) - Method in class org.eclipse.egit.github.core.service.EventService
Create page iterator for a given org's events
pageOrgEvents(String, int, int) - Method in class org.eclipse.egit.github.core.service.EventService
Create page iterator for a given org's events
pageOrgRepositories(String) - Method in class org.eclipse.egit.github.core.service.RepositoryService
Page repositories for the given organization
pageOrgRepositories(String, int) - Method in class org.eclipse.egit.github.core.service.RepositoryService
Page repositories for the given organization
pageOrgRepositories(String, int, int) - Method in class org.eclipse.egit.github.core.service.RepositoryService
Page repositories for the given organization
pageOrgRepositories(String, Map<String, String>) - Method in class org.eclipse.egit.github.core.service.RepositoryService
Page repositories for the given organization
pageOrgRepositories(String, Map<String, String>, int) - Method in class org.eclipse.egit.github.core.service.RepositoryService
Page repositories for the given organization
pageOrgRepositories(String, Map<String, String>, int, int) - Method in class org.eclipse.egit.github.core.service.RepositoryService
Page repositories for the given organization
pagePublicEvents() - Method in class org.eclipse.egit.github.core.service.EventService
Create page iterator for all public events
pagePublicEvents(int) - Method in class org.eclipse.egit.github.core.service.EventService
Create page iterator for all public events
pagePublicEvents(int, int) - Method in class org.eclipse.egit.github.core.service.EventService
Create page iterator for all public events
pagePublicGists() - Method in class org.eclipse.egit.github.core.service.GistService
Create page iterator for all public gists
pagePublicGists(int) - Method in class org.eclipse.egit.github.core.service.GistService
Create page iterator for all public gists
pagePublicGists(int, int) - Method in class org.eclipse.egit.github.core.service.GistService
Create page iterator for all public gists
pagePullRequests(IRepositoryIdProvider, String) - Method in class org.eclipse.egit.github.core.service.PullRequestService
Page pull requests with given state
pagePullRequests(IRepositoryIdProvider, String, int) - Method in class org.eclipse.egit.github.core.service.PullRequestService
Page pull requests with given state
pagePullRequests(IRepositoryIdProvider, String, int, int) - Method in class org.eclipse.egit.github.core.service.PullRequestService
Page pull requests with given state
pageRepositories() - Method in class org.eclipse.egit.github.core.service.RepositoryService
Page repositories for currently authenticated user
pageRepositories(int) - Method in class org.eclipse.egit.github.core.service.RepositoryService
Page repositories for currently authenticated user
pageRepositories(int, int) - Method in class org.eclipse.egit.github.core.service.RepositoryService
Page repositories for currently authenticated user
pageRepositories(Map<String, String>) - Method in class org.eclipse.egit.github.core.service.RepositoryService
Page repositories for currently authenticated user
pageRepositories(Map<String, String>, int) - Method in class org.eclipse.egit.github.core.service.RepositoryService
Page repositories for currently authenticated user
pageRepositories(Map<String, String>, int, int) - Method in class org.eclipse.egit.github.core.service.RepositoryService
Page repositories for currently authenticated user
pageRepositories(String) - Method in class org.eclipse.egit.github.core.service.RepositoryService
Page repositories for given user
pageRepositories(String, int) - Method in class org.eclipse.egit.github.core.service.RepositoryService
Page repositories for given user
pageRepositories(String, int, int) - Method in class org.eclipse.egit.github.core.service.RepositoryService
Page repositories for given user
pageStarredGists() - Method in class org.eclipse.egit.github.core.service.GistService
Create page iterator for the current user's starred gists
pageStarredGists(int) - Method in class org.eclipse.egit.github.core.service.GistService
Create page iterator for the current user's starred gists
pageStarredGists(int, int) - Method in class org.eclipse.egit.github.core.service.GistService
Create page iterator for the current user's starred gists
pageUserEvents(String) - Method in class org.eclipse.egit.github.core.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 org.eclipse.egit.github.core.service.EventService
Create page iterator for a given user's events
pageUserEvents(String, boolean, int) - Method in class org.eclipse.egit.github.core.service.EventService
Create page iterator for a given user's events
pageUserEvents(String, boolean, int, int) - Method in class org.eclipse.egit.github.core.service.EventService
Create page iterator for a given user's events
pageUserOrgEvents(String, String) - Method in class org.eclipse.egit.github.core.service.EventService
Create page iterator for a given user's orgs events
pageUserOrgEvents(String, String, int) - Method in class org.eclipse.egit.github.core.service.EventService
Create page iterator for a given user's orgs events
pageUserOrgEvents(String, String, int, int) - Method in class org.eclipse.egit.github.core.service.EventService
Create page iterator for a given user's orgs events
pageUserReceivedEvents(String) - Method in class org.eclipse.egit.github.core.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 org.eclipse.egit.github.core.service.EventService
Create page iterator for a given user's received events
pageUserReceivedEvents(String, boolean, int) - Method in class org.eclipse.egit.github.core.service.EventService
Create page iterator for a given user's received events
pageUserReceivedEvents(String, boolean, int, int) - Method in class org.eclipse.egit.github.core.service.EventService
Create page iterator for a given user's received events
pageWatched(String) - Method in class org.eclipse.egit.github.core.service.WatcherService
Page repositories being watched by given user
pageWatched(String, int) - Method in class org.eclipse.egit.github.core.service.WatcherService
Page repositories being watched by given user
pageWatched(String, int, int) - Method in class org.eclipse.egit.github.core.service.WatcherService
Page repositories being watched by given user
pageWatched() - Method in class org.eclipse.egit.github.core.service.WatcherService
Page repositories being watched by the currently authenticated user
pageWatched(int) - Method in class org.eclipse.egit.github.core.service.WatcherService
Page repositories being watched by the currently authenticated user
pageWatched(int, int) - Method in class org.eclipse.egit.github.core.service.WatcherService
Page repositories being watched by the currently authenticated user
pageWatchers(IRepositoryIdProvider) - Method in class org.eclipse.egit.github.core.service.WatcherService
Page watches of given repository
pageWatchers(IRepositoryIdProvider, int) - Method in class org.eclipse.egit.github.core.service.WatcherService
Page watches of given repository
pageWatchers(IRepositoryIdProvider, int, int) - Method in class org.eclipse.egit.github.core.service.WatcherService
Page watches of given repository
PARAM_LANGUAGE - Static variable in interface org.eclipse.egit.github.core.client.IGitHubConstants
 
PARAM_PAGE - Static variable in interface org.eclipse.egit.github.core.client.IGitHubConstants
 
PARAM_PER_PAGE - Static variable in interface org.eclipse.egit.github.core.client.IGitHubConstants
 
PARAM_START_PAGE - Static variable in interface org.eclipse.egit.github.core.client.IGitHubConstants
 
parseError(InputStream) - Method in class org.eclipse.egit.github.core.client.GitHubClient
Parse error from response
parseJson(InputStream, Type) - Method in class org.eclipse.egit.github.core.client.GitHubClient
Parse JSON to specified type
parsePageNumber(String) - Method in class org.eclipse.egit.github.core.client.PageIterator
Parse page number from uri
post(String) - Method in class org.eclipse.egit.github.core.client.GitHubClient
Post to URI
post(String, Object, Type) - Method in class org.eclipse.egit.github.core.client.GitHubClient
Post data to URI
post(String, Map<String, Object>) - Static method in class org.eclipse.egit.github.core.util.MultiPartUtils
Post parts to URL
post(HttpURLConnection, Map<String, Object>) - Static method in class org.eclipse.egit.github.core.util.MultiPartUtils
Post parts to connection
PR_BASE - Static variable in class org.eclipse.egit.github.core.service.PullRequestService
PR_BASE
PR_BODY - Static variable in class org.eclipse.egit.github.core.service.PullRequestService
PR_BODY
PR_HEAD - Static variable in class org.eclipse.egit.github.core.service.PullRequestService
PR_HEAD
PR_STATE - Static variable in class org.eclipse.egit.github.core.service.PullRequestService
PR_STATE
PR_TITLE - Static variable in class org.eclipse.egit.github.core.service.PullRequestService
PR_TITLE
prefix - Variable in class org.eclipse.egit.github.core.client.GitHubClient
Prefix to apply to base URI
PROTOCOL_HTTPS - Static variable in interface org.eclipse.egit.github.core.client.IGitHubConstants
 
PublicPayload - Class in org.eclipse.egit.github.core.event
PublicEvent payload model class.
PublicPayload() - Constructor for class org.eclipse.egit.github.core.event.PublicPayload
 
PullRequest - Class in org.eclipse.egit.github.core
Pull request model class.
PullRequest() - Constructor for class org.eclipse.egit.github.core.PullRequest
 
PullRequestMarker - Class in org.eclipse.egit.github.core
Pull request marker model class.
PullRequestMarker() - Constructor for class org.eclipse.egit.github.core.PullRequestMarker
 
PullRequestPayload - Class in org.eclipse.egit.github.core.event
PullRequestEvent payload model class.
PullRequestPayload() - Constructor for class org.eclipse.egit.github.core.event.PullRequestPayload
 
PullRequestReviewCommentPayload - Class in org.eclipse.egit.github.core.event
Payload for an event with type Event.TYPE_PULL_REQUEST_REVIEW_COMMENT
PullRequestReviewCommentPayload() - Constructor for class org.eclipse.egit.github.core.event.PullRequestReviewCommentPayload
 
PullRequestService - Class in org.eclipse.egit.github.core.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 org.eclipse.egit.github.core.service.PullRequestService
Create pull request service
PullRequestService(GitHubClient) - Constructor for class org.eclipse.egit.github.core.service.PullRequestService
Create pull request service
PushPayload - Class in org.eclipse.egit.github.core.event
PushEvent payload model class.
PushPayload() - Constructor for class org.eclipse.egit.github.core.event.PushPayload
 
put(String) - Method in class org.eclipse.egit.github.core.client.GitHubClient
Put to URI
put(String, Object, Type) - Method in class org.eclipse.egit.github.core.client.GitHubClient
Put data to URI

R

Reference - Class in org.eclipse.egit.github.core
Reference model class
Reference() - Constructor for class org.eclipse.egit.github.core.Reference
 
remove() - Method in class org.eclipse.egit.github.core.client.PageIterator
 
removeCollaborator(IRepositoryIdProvider, String) - Method in class org.eclipse.egit.github.core.service.CollaboratorService
Remove given user as a collaborator on the given repository
removeEmail(String...) - Method in class org.eclipse.egit.github.core.service.UserService
Remove one or more e-mail addresses from the currently authenticated user's account
removeMember(String, String) - Method in class org.eclipse.egit.github.core.service.OrganizationService
Remove the given member from the given organization
removeMember(int, String) - Method in class org.eclipse.egit.github.core.service.TeamService
Remove given user from team with given id
removeRepository(int, IRepositoryIdProvider) - Method in class org.eclipse.egit.github.core.service.TeamService
Remove repository from team
removeScopes(int, Collection<String>) - Method in class org.eclipse.egit.github.core.service.OAuthService
Remove scopes from authorization
replyToComment(IRepositoryIdProvider, int, int, String) - Method in class org.eclipse.egit.github.core.service.PullRequestService
Reply to given comment
Repository - Class in org.eclipse.egit.github.core
Repository model class
Repository() - Constructor for class org.eclipse.egit.github.core.Repository
 
RepositoryBranch - Class in org.eclipse.egit.github.core
Repository branch model class
RepositoryBranch() - Constructor for class org.eclipse.egit.github.core.RepositoryBranch
 
RepositoryCommit - Class in org.eclipse.egit.github.core
Repository commit model class.
RepositoryCommit() - Constructor for class org.eclipse.egit.github.core.RepositoryCommit
 
RepositoryCommitCompare - Class in org.eclipse.egit.github.core
Model class for the comparison of two commits
RepositoryCommitCompare() - Constructor for class org.eclipse.egit.github.core.RepositoryCommitCompare
 
RepositoryHook - Class in org.eclipse.egit.github.core
Repository hook model class
RepositoryHook() - Constructor for class org.eclipse.egit.github.core.RepositoryHook
 
RepositoryHookResponse - Class in org.eclipse.egit.github.core
Repository hook response model class
RepositoryHookResponse() - Constructor for class org.eclipse.egit.github.core.RepositoryHookResponse
 
RepositoryId - Class in org.eclipse.egit.github.core
Repository id
RepositoryId(String, String) - Constructor for class org.eclipse.egit.github.core.RepositoryId
Create repository id with given owner and name.
RepositoryIssue - Class in org.eclipse.egit.github.core
Extension of Issue that includes the Repository that the issue is in.
RepositoryIssue() - Constructor for class org.eclipse.egit.github.core.RepositoryIssue
 
RepositoryService - Class in org.eclipse.egit.github.core.service
Repository service class.
RepositoryService() - Constructor for class org.eclipse.egit.github.core.service.RepositoryService
Create repository service
RepositoryService(GitHubClient) - Constructor for class org.eclipse.egit.github.core.service.RepositoryService
Create repository service
RepositoryTag - Class in org.eclipse.egit.github.core
Repository tag model class
RepositoryTag() - Constructor for class org.eclipse.egit.github.core.RepositoryTag
 
request - Variable in class org.eclipse.egit.github.core.client.PageIterator
Request
RequestError - Class in org.eclipse.egit.github.core
GitHub request error class
RequestError() - Constructor for class org.eclipse.egit.github.core.RequestError
 
RequestException - Exception in org.eclipse.egit.github.core.client
Request exception class that wraps a RequestError object.
RequestException(RequestError, int) - Constructor for exception org.eclipse.egit.github.core.client.RequestException
Create request exception
response - Variable in class org.eclipse.egit.github.core.client.GitHubResponse
HTTP response

S

SCHEME_OAUTH2 - Static variable in interface org.eclipse.egit.github.core.client.IGitHubConstants
 
SearchIssue - Class in org.eclipse.egit.github.core
GitHub v2 issue model class.
SearchIssue() - Constructor for class org.eclipse.egit.github.core.SearchIssue
 
searchIssues(IRepositoryIdProvider, String, String) - Method in class org.eclipse.egit.github.core.service.IssueService
Search issues in the given repository using the given query
searchRepositories(String) - Method in class org.eclipse.egit.github.core.service.RepositoryService
Search for repositories matching query.
searchRepositories(String, int) - Method in class org.eclipse.egit.github.core.service.RepositoryService
Search for repositories matching query.
searchRepositories(String, String) - Method in class org.eclipse.egit.github.core.service.RepositoryService
Search for repositories matching language and query.
searchRepositories(String, String, int) - Method in class org.eclipse.egit.github.core.service.RepositoryService
Search for repositories matching language and query.
searchRepositories(Map<String, String>) - Method in class org.eclipse.egit.github.core.service.RepositoryService
Search for repositories matching search parameters.
searchRepositories(Map<String, String>, int) - Method in class org.eclipse.egit.github.core.service.RepositoryService
Search for repositories matching search parameters.
SearchRepository - Class in org.eclipse.egit.github.core
GitHub v2 repository model class.
SearchRepository(String, String) - Constructor for class org.eclipse.egit.github.core.SearchRepository
Create repository with owner and name
SEGMENT_AUTHORIZATIONS - Static variable in interface org.eclipse.egit.github.core.client.IGitHubConstants
 
SEGMENT_BLOBS - Static variable in interface org.eclipse.egit.github.core.client.IGitHubConstants
 
SEGMENT_BRANCHES - Static variable in interface org.eclipse.egit.github.core.client.IGitHubConstants
 
SEGMENT_COLLABORATORS - Static variable in interface org.eclipse.egit.github.core.client.IGitHubConstants
 
SEGMENT_COMMENTS - Static variable in interface org.eclipse.egit.github.core.client.IGitHubConstants
 
SEGMENT_COMMITS - Static variable in interface org.eclipse.egit.github.core.client.IGitHubConstants
 
SEGMENT_COMPARE - Static variable in interface org.eclipse.egit.github.core.client.IGitHubConstants
 
SEGMENT_CONTRIBUTORS - Static variable in interface org.eclipse.egit.github.core.client.IGitHubConstants
 
SEGMENT_CREATE - Static variable in interface org.eclipse.egit.github.core.client.IGitHubConstants
 
SEGMENT_DOWNLOADS - Static variable in interface org.eclipse.egit.github.core.client.IGitHubConstants
 
SEGMENT_EMAILS - Static variable in interface org.eclipse.egit.github.core.client.IGitHubConstants
 
SEGMENT_EVENTS - Static variable in interface org.eclipse.egit.github.core.client.IGitHubConstants
 
SEGMENT_FILES - Static variable in interface org.eclipse.egit.github.core.client.IGitHubConstants
 
SEGMENT_FOLLOWERS - Static variable in interface org.eclipse.egit.github.core.client.IGitHubConstants
 
SEGMENT_FOLLOWING - Static variable in interface org.eclipse.egit.github.core.client.IGitHubConstants
 
SEGMENT_FORK - Static variable in interface org.eclipse.egit.github.core.client.IGitHubConstants
 
SEGMENT_FORKS - Static variable in interface org.eclipse.egit.github.core.client.IGitHubConstants
 
SEGMENT_GISTS - Static variable in interface org.eclipse.egit.github.core.client.IGitHubConstants
 
SEGMENT_GIT - Static variable in interface org.eclipse.egit.github.core.client.IGitHubConstants
 
SEGMENT_HOOKS - Static variable in interface org.eclipse.egit.github.core.client.IGitHubConstants
 
SEGMENT_ISSUES - Static variable in interface org.eclipse.egit.github.core.client.IGitHubConstants
 
SEGMENT_KEYS - Static variable in interface org.eclipse.egit.github.core.client.IGitHubConstants
 
SEGMENT_LABELS - Static variable in interface org.eclipse.egit.github.core.client.IGitHubConstants
 
SEGMENT_LANGUAGES - Static variable in interface org.eclipse.egit.github.core.client.IGitHubConstants
 
SEGMENT_LEGACY - Static variable in interface org.eclipse.egit.github.core.client.IGitHubConstants
 
SEGMENT_MEMBERS - Static variable in interface org.eclipse.egit.github.core.client.IGitHubConstants
 
SEGMENT_MERGE - Static variable in interface org.eclipse.egit.github.core.client.IGitHubConstants
 
SEGMENT_MILESTONES - Static variable in interface org.eclipse.egit.github.core.client.IGitHubConstants
 
SEGMENT_NETWORKS - Static variable in interface org.eclipse.egit.github.core.client.IGitHubConstants
 
SEGMENT_ORGANIZATIONS - Static variable in interface org.eclipse.egit.github.core.client.IGitHubConstants
 
SEGMENT_ORGS - Static variable in interface org.eclipse.egit.github.core.client.IGitHubConstants
 
SEGMENT_PUBLIC - Static variable in interface org.eclipse.egit.github.core.client.IGitHubConstants
 
SEGMENT_PUBLIC_MEMBERS - Static variable in interface org.eclipse.egit.github.core.client.IGitHubConstants
 
SEGMENT_PULLS - Static variable in interface org.eclipse.egit.github.core.client.IGitHubConstants
 
SEGMENT_RECEIVED_EVENTS - Static variable in interface org.eclipse.egit.github.core.client.IGitHubConstants
 
SEGMENT_REFS - Static variable in interface org.eclipse.egit.github.core.client.IGitHubConstants
 
SEGMENT_REPOS - Static variable in interface org.eclipse.egit.github.core.client.IGitHubConstants
 
SEGMENT_REPOSITORIES - Static variable in interface org.eclipse.egit.github.core.client.IGitHubConstants
 
SEGMENT_SEARCH - Static variable in interface org.eclipse.egit.github.core.client.IGitHubConstants
 
SEGMENT_SHOW - Static variable in interface org.eclipse.egit.github.core.client.IGitHubConstants
 
SEGMENT_STAR - Static variable in interface org.eclipse.egit.github.core.client.IGitHubConstants
 
SEGMENT_STARRED - Static variable in interface org.eclipse.egit.github.core.client.IGitHubConstants
 
SEGMENT_TAGS - Static variable in interface org.eclipse.egit.github.core.client.IGitHubConstants
 
SEGMENT_TEAMS - Static variable in interface org.eclipse.egit.github.core.client.IGitHubConstants
 
SEGMENT_TEST - Static variable in interface org.eclipse.egit.github.core.client.IGitHubConstants
 
SEGMENT_TREES - Static variable in interface org.eclipse.egit.github.core.client.IGitHubConstants
 
SEGMENT_USER - Static variable in interface org.eclipse.egit.github.core.client.IGitHubConstants
 
SEGMENT_USERS - Static variable in interface org.eclipse.egit.github.core.client.IGitHubConstants
 
SEGMENT_V3_API - Static variable in interface org.eclipse.egit.github.core.client.IGitHubConstants
 
SEGMENT_WATCHED - Static variable in interface org.eclipse.egit.github.core.client.IGitHubConstants
 
SEGMENT_WATCHERS - Static variable in interface org.eclipse.egit.github.core.client.IGitHubConstants
 
sendParams(HttpURLConnection, Object) - Method in class org.eclipse.egit.github.core.client.GitHubClient
Send parameters to output stream of request
serialize(Date, Type, JsonSerializationContext) - Method in class org.eclipse.egit.github.core.client.DateFormatter
 
setAccesskeyid(String) - Method in class org.eclipse.egit.github.core.DownloadResource
 
setAcl(String) - Method in class org.eclipse.egit.github.core.DownloadResource
 
setAction(String) - Method in class org.eclipse.egit.github.core.event.GistPayload
 
setAction(String) - Method in class org.eclipse.egit.github.core.event.IssueCommentPayload
 
setAction(String) - Method in class org.eclipse.egit.github.core.event.IssuesPayload
 
setAction(String) - Method in class org.eclipse.egit.github.core.event.MemberPayload
 
setAction(String) - Method in class org.eclipse.egit.github.core.event.PullRequestPayload
 
setAction(String) - Method in class org.eclipse.egit.github.core.event.WatchPayload
 
setAction(String) - Method in class org.eclipse.egit.github.core.GollumPage
 
setActive(boolean) - Method in class org.eclipse.egit.github.core.RepositoryHook
 
setActor(User) - Method in class org.eclipse.egit.github.core.event.Event
 
setActor(User) - Method in class org.eclipse.egit.github.core.IssueEvent
 
setAdditions(int) - Method in class org.eclipse.egit.github.core.CommitFile
 
setAdditions(int) - Method in class org.eclipse.egit.github.core.CommitStats
 
setAdditions(int) - Method in class org.eclipse.egit.github.core.GistChangeStatus
 
setAdditions(int) - Method in class org.eclipse.egit.github.core.PullRequest
 
setAfter(String) - Method in class org.eclipse.egit.github.core.event.ForkApplyPayload
 
setAheadBy(int) - Method in class org.eclipse.egit.github.core.RepositoryCommitCompare
 
setApp(Application) - Method in class org.eclipse.egit.github.core.Authorization
 
setAssignee(User) - Method in class org.eclipse.egit.github.core.Issue
 
setAssignee(User) - Method in class org.eclipse.egit.github.core.PullRequest
 
setAuthor(CommitUser) - Method in class org.eclipse.egit.github.core.Commit
 
setAuthor(User) - Method in class org.eclipse.egit.github.core.RepositoryCommit
 
setAvatarUrl(String) - Method in class org.eclipse.egit.github.core.Contributor
 
setAvatarUrl(String) - Method in class org.eclipse.egit.github.core.User
 
setBase(PullRequestMarker) - Method in class org.eclipse.egit.github.core.PullRequest
 
setBaseCommit(RepositoryCommit) - Method in class org.eclipse.egit.github.core.RepositoryCommitCompare
 
setBefore(String) - Method in class org.eclipse.egit.github.core.event.ForkApplyPayload
 
setBefore(String) - Method in class org.eclipse.egit.github.core.event.PushPayload
 
setBehindBy(int) - Method in class org.eclipse.egit.github.core.RepositoryCommitCompare
 
setBlobUrl(String) - Method in class org.eclipse.egit.github.core.CommitFile
 
setBlog(String) - Method in class org.eclipse.egit.github.core.User
 
setBody(String) - Method in class org.eclipse.egit.github.core.Comment
 
setBody(String) - Method in class org.eclipse.egit.github.core.Issue
 
setBody(String) - Method in class org.eclipse.egit.github.core.PullRequest
 
setBody(String) - Method in class org.eclipse.egit.github.core.SearchIssue
 
setBodyHtml(String) - Method in class org.eclipse.egit.github.core.Comment
 
setBodyHtml(String) - Method in class org.eclipse.egit.github.core.Issue
 
setBodyHtml(String) - Method in class org.eclipse.egit.github.core.PullRequest
 
setBodyText(String) - Method in class org.eclipse.egit.github.core.Comment
 
setBodyText(String) - Method in class org.eclipse.egit.github.core.Issue
 
setBodyText(String) - Method in class org.eclipse.egit.github.core.PullRequest
 
setBufferSize(int) - Method in class org.eclipse.egit.github.core.client.GitHubClient
Set buffer size used to send the request and read the response
setChangedFiles(int) - Method in class org.eclipse.egit.github.core.PullRequest
 
setChanges(int) - Method in class org.eclipse.egit.github.core.CommitFile
 
setChangeStatus(GistChangeStatus) - Method in class org.eclipse.egit.github.core.GistRevision
 
setCloneUrl(String) - Method in class org.eclipse.egit.github.core.Repository
 
setClosedAt(Date) - Method in class org.eclipse.egit.github.core.Issue
 
setClosedAt(Date) - Method in class org.eclipse.egit.github.core.PullRequest
 
setClosedIssues(int) - Method in class org.eclipse.egit.github.core.Milestone
 
setCode(String) - Method in class org.eclipse.egit.github.core.FieldError
 
setCode(int) - Method in class org.eclipse.egit.github.core.RepositoryHookResponse
 
setCollaborators(int) - Method in class org.eclipse.egit.github.core.User
 
setCollaborators(int) - Method in class org.eclipse.egit.github.core.UserPlan
 
setColor(String) - Method in class org.eclipse.egit.github.core.Label
 
setComment(CommitComment) - Method in class org.eclipse.egit.github.core.event.CommitCommentPayload
 
setComment(Comment) - Method in class org.eclipse.egit.github.core.event.IssueCommentPayload
 
setComment(CommitComment) - Method in class org.eclipse.egit.github.core.event.PullRequestReviewCommentPayload
 
setCommentCount(int) - Method in class org.eclipse.egit.github.core.Commit
 
setComments(int) - Method in class org.eclipse.egit.github.core.Gist
 
setComments(int) - Method in class org.eclipse.egit.github.core.Issue
 
setComments(int) - Method in class org.eclipse.egit.github.core.PullRequest
 
setComments(int) - Method in class org.eclipse.egit.github.core.SearchIssue
 
setCommit(TypedResource) - Method in class org.eclipse.egit.github.core.RepositoryBranch
 
setCommit(Commit) - Method in class org.eclipse.egit.github.core.RepositoryCommit
 
setCommit(TypedResource) - Method in class org.eclipse.egit.github.core.RepositoryTag
 
setCommitId(String) - Method in class org.eclipse.egit.github.core.CommitComment
 
setCommitId(String) - Method in class org.eclipse.egit.github.core.IssueEvent
 
setCommits(List<Commit>) - Method in class org.eclipse.egit.github.core.event.PushPayload
 
setCommits(int) - Method in class org.eclipse.egit.github.core.PullRequest
 
setCommits(List<RepositoryCommit>) - Method in class org.eclipse.egit.github.core.RepositoryCommitCompare
 
setCommittedAt(Date) - Method in class org.eclipse.egit.github.core.GistRevision
 
setCommitter(CommitUser) - Method in class org.eclipse.egit.github.core.Commit
 
setCommitter(User) - Method in class org.eclipse.egit.github.core.RepositoryCommit
 
setCompany(String) - Method in class org.eclipse.egit.github.core.User
 
setConfig(Map<String, String>) - Method in class org.eclipse.egit.github.core.RepositoryHook
 
setContent(String) - Method in class org.eclipse.egit.github.core.Blob
 
setContent(String) - Method in class org.eclipse.egit.github.core.GistFile
 
setContentType(String) - Method in class org.eclipse.egit.github.core.Download
 
setContributions(int) - Method in class org.eclipse.egit.github.core.Contributor
 
setCreatedAt(Date) - Method in class org.eclipse.egit.github.core.Authorization
 
setCreatedAt(Date) - Method in class org.eclipse.egit.github.core.Comment
 
setCreatedAt(Date) - Method in class org.eclipse.egit.github.core.event.Event
 
setCreatedAt(Date) - Method in class org.eclipse.egit.github.core.Gist
 
setCreatedAt(Date) - Method in class org.eclipse.egit.github.core.Issue
 
setCreatedAt(Date) - Method in class org.eclipse.egit.github.core.IssueEvent
 
setCreatedAt(Date) - Method in class org.eclipse.egit.github.core.Milestone
 
setCreatedAt(Date) - Method in class org.eclipse.egit.github.core.PullRequest
 
setCreatedAt(Date) - Method in class org.eclipse.egit.github.core.Repository
 
setCreatedAt(Date) - Method in class org.eclipse.egit.github.core.RepositoryHook
 
setCreatedAt(Date) - Method in class org.eclipse.egit.github.core.SearchIssue
 
setCreatedAt(Date) - Method in class org.eclipse.egit.github.core.User
 
setCreator(User) - Method in class org.eclipse.egit.github.core.Milestone
 
setCredentials(String, String) - Method in class org.eclipse.egit.github.core.client.GitHubClient
Set credentials
setDate(Date) - Method in class org.eclipse.egit.github.core.CommitUser
 
setDeletions(int) - Method in class org.eclipse.egit.github.core.CommitFile
 
setDeletions(int) - Method in class org.eclipse.egit.github.core.CommitStats
 
setDeletions(int) - Method in class org.eclipse.egit.github.core.GistChangeStatus
 
setDeletions(int) - Method in class org.eclipse.egit.github.core.PullRequest
 
setDescription(String) - Method in class org.eclipse.egit.github.core.Download
 
setDescription(String) - Method in class org.eclipse.egit.github.core.event.CreatePayload
 
setDescription(String) - Method in class org.eclipse.egit.github.core.Gist
 
setDescription(String) - Method in class org.eclipse.egit.github.core.Milestone
 
setDescription(String) - Method in class org.eclipse.egit.github.core.Repository
 
setDiffUrl(String) - Method in class org.eclipse.egit.github.core.PullRequest
 
setDiffUrl(String) - Method in class org.eclipse.egit.github.core.RepositoryCommitCompare
 
setDiskUsage(int) - Method in class org.eclipse.egit.github.core.User
 
setDownload(Download) - Method in class org.eclipse.egit.github.core.event.DownloadPayload
 
setDownloadCount(int) - Method in class org.eclipse.egit.github.core.Download
 
setDueOn(Date) - Method in class org.eclipse.egit.github.core.Milestone
 
setEmail(String) - Method in class org.eclipse.egit.github.core.CommitUser
 
setEmail(String) - Method in class org.eclipse.egit.github.core.User
 
setEncoding(String) - Method in class org.eclipse.egit.github.core.Blob
 
setEvent(String) - Method in class org.eclipse.egit.github.core.IssueEvent
 
setExpirationdate(Date) - Method in class org.eclipse.egit.github.core.DownloadResource
 
setField(String) - Method in class org.eclipse.egit.github.core.FieldError
 
setFilename(String) - Method in class org.eclipse.egit.github.core.CommitFile
 
setFilename(String) - Method in class org.eclipse.egit.github.core.GistFile
 
setFiles(Map<String, GistFile>) - Method in class org.eclipse.egit.github.core.Gist
 
setFiles(List<CommitFile>) - Method in class org.eclipse.egit.github.core.RepositoryCommit
 
setFiles(List<CommitFile>) - Method in class org.eclipse.egit.github.core.RepositoryCommitCompare
 
setFollowers(int) - Method in class org.eclipse.egit.github.core.User
 
setFollowing(int) - Method in class org.eclipse.egit.github.core.User
 
setFork(boolean) - Method in class org.eclipse.egit.github.core.Repository
 
setForkee(Repository) - Method in class org.eclipse.egit.github.core.event.ForkPayload
 
setForks(int) - Method in class org.eclipse.egit.github.core.Repository
 
setGist(Gist) - Method in class org.eclipse.egit.github.core.event.GistPayload
 
setGitPullUrl(String) - Method in class org.eclipse.egit.github.core.Gist
 
setGitPushUrl(String) - Method in class org.eclipse.egit.github.core.Gist
 
setGitUrl(String) - Method in class org.eclipse.egit.github.core.Repository
 
setGravatarId(String) - Method in class org.eclipse.egit.github.core.SearchIssue
 
setGravatarId(String) - Method in class org.eclipse.egit.github.core.User
 
setHasDownloads(boolean) - Method in class org.eclipse.egit.github.core.Repository
 
setHasIssues(boolean) - Method in class org.eclipse.egit.github.core.Repository
 
setHasWiki(boolean) - Method in class org.eclipse.egit.github.core.Repository
 
setHead(String) - Method in class org.eclipse.egit.github.core.event.ForkApplyPayload
 
setHead(String) - Method in class org.eclipse.egit.github.core.event.PushPayload
 
setHead(PullRequestMarker) - Method in class org.eclipse.egit.github.core.PullRequest
 
setHireable(boolean) - Method in class org.eclipse.egit.github.core.User
 
setHistory(List<GistRevision>) - Method in class org.eclipse.egit.github.core.Gist
 
setHomepage(String) - Method in class org.eclipse.egit.github.core.Repository
 
setHtmlUrl(String) - Method in class org.eclipse.egit.github.core.Download
 
setHtmlUrl(String) - Method in class org.eclipse.egit.github.core.Gist
 
setHtmlUrl(String) - Method in class org.eclipse.egit.github.core.GollumPage
 
setHtmlUrl(String) - Method in class org.eclipse.egit.github.core.Issue
 
setHtmlUrl(String) - Method in class org.eclipse.egit.github.core.PullRequest
 
setHtmlUrl(String) - Method in class org.eclipse.egit.github.core.Repository
 
setHtmlUrl(String) - Method in class org.eclipse.egit.github.core.RepositoryCommitCompare
 
setHtmlUrl(String) - Method in class org.eclipse.egit.github.core.SearchIssue
 
setHtmlUrl(String) - Method in class org.eclipse.egit.github.core.User
 
setId(int) - Method in class org.eclipse.egit.github.core.Authorization
 
setId(long) - Method in class org.eclipse.egit.github.core.Comment
 
setId(int) - Method in class org.eclipse.egit.github.core.Contributor
 
setId(int) - Method in class org.eclipse.egit.github.core.Download
 
setId(String) - Method in class org.eclipse.egit.github.core.event.Event
 
setId(long) - Method in class org.eclipse.egit.github.core.event.EventRepository
 
setId(String) - Method in class org.eclipse.egit.github.core.Gist
 
setId(String) - Method in class org.eclipse.egit.github.core.Id
 
setId(long) - Method in class org.eclipse.egit.github.core.Issue
 
setId(long) - Method in class org.eclipse.egit.github.core.IssueEvent
 
setId(int) - Method in class org.eclipse.egit.github.core.Key
 
setId(long) - Method in class org.eclipse.egit.github.core.PullRequest
 
setId(long) - Method in class org.eclipse.egit.github.core.Repository
 
setId(long) - Method in class org.eclipse.egit.github.core.RepositoryHook
 
setId(int) - Method in class org.eclipse.egit.github.core.Team
 
setId(int) - Method in class org.eclipse.egit.github.core.User
 
setIssue(Issue) - Method in class org.eclipse.egit.github.core.event.IssueCommentPayload
 
setIssue(Issue) - Method in class org.eclipse.egit.github.core.event.IssuesPayload
 
setIssue(Issue) - Method in class org.eclipse.egit.github.core.IssueEvent
 
setIssueUrl(String) - Method in class org.eclipse.egit.github.core.PullRequest
 
setKey(String) - Method in class org.eclipse.egit.github.core.Key
 
setLabel(String) - Method in class org.eclipse.egit.github.core.PullRequestMarker
 
setLabels(List<Label>) - Method in class org.eclipse.egit.github.core.Issue
 
setLabels(List<String>) - Method in class org.eclipse.egit.github.core.SearchIssue
 
setLabels(IRepositoryIdProvider, String, List<Label>) - Method in class org.eclipse.egit.github.core.service.LabelService
Set the labels for an issue
setLabels(String, String, String, List<Label>) - Method in class org.eclipse.egit.github.core.service.LabelService
Set the labels for an issue
setLanguage(String) - Method in class org.eclipse.egit.github.core.Repository
 
setLastResponse(RepositoryHookResponse) - Method in class org.eclipse.egit.github.core.RepositoryHook
 
setLine(int) - Method in class org.eclipse.egit.github.core.CommitComment
 
setLocation(String) - Method in class org.eclipse.egit.github.core.User
 
setLogin(String) - Method in class org.eclipse.egit.github.core.Contributor
 
setLogin(String) - Method in class org.eclipse.egit.github.core.User
 
setMasterBranch(String) - Method in class org.eclipse.egit.github.core.event.CreatePayload
 
setMasterBranch(String) - Method in class org.eclipse.egit.github.core.Repository
 
setMember(User) - Method in class org.eclipse.egit.github.core.event.MemberPayload
 
setMembersCount(int) - Method in class org.eclipse.egit.github.core.Team
 
setMergeable(boolean) - Method in class org.eclipse.egit.github.core.PullRequest
 
setMerged(boolean) - Method in class org.eclipse.egit.github.core.MergeStatus
 
setMerged(boolean) - Method in class org.eclipse.egit.github.core.PullRequest
 
setMergedAt(Date) - Method in class org.eclipse.egit.github.core.PullRequest
 
setMergedBy(User) - Method in class org.eclipse.egit.github.core.PullRequest
 
setMessage(String) - Method in class org.eclipse.egit.github.core.Commit
 
setMessage(String) - Method in class org.eclipse.egit.github.core.FieldError
 
setMessage(String) - Method in class org.eclipse.egit.github.core.MergeStatus
 
setMessage(String) - Method in class org.eclipse.egit.github.core.RepositoryHookResponse
 
setMessage(String) - Method in class org.eclipse.egit.github.core.Tag
 
setMilestone(Milestone) - Method in class org.eclipse.egit.github.core.Issue
 
setMilestone(Milestone) - Method in class org.eclipse.egit.github.core.PullRequest
 
setMimeType(String) - Method in class org.eclipse.egit.github.core.DownloadResource
 
setMirrorUrl(String) - Method in class org.eclipse.egit.github.core.Repository
 
setMode(String) - Method in class org.eclipse.egit.github.core.TreeEntry
 
setName(String) - Method in class org.eclipse.egit.github.core.Application
 
setName(String) - Method in class org.eclipse.egit.github.core.CommitUser
 
setName(String) - Method in class org.eclipse.egit.github.core.Contributor
 
setName(String) - Method in class org.eclipse.egit.github.core.Download
 
setName(String) - Method in class org.eclipse.egit.github.core.event.EventRepository
 
setName(String) - Method in class org.eclipse.egit.github.core.Label
 
setName(String) - Method in class org.eclipse.egit.github.core.Repository
 
setName(String) - Method in class org.eclipse.egit.github.core.RepositoryBranch
 
setName(String) - Method in class org.eclipse.egit.github.core.RepositoryHook
 
setName(String) - Method in class org.eclipse.egit.github.core.RepositoryTag
 
setName(String) - Method in class org.eclipse.egit.github.core.Team
 
setName(String) - Method in class org.eclipse.egit.github.core.User
 
setName(String) - Method in class org.eclipse.egit.github.core.UserPlan
 
setNote(String) - Method in class org.eclipse.egit.github.core.Authorization
 
setNoteUrl(String) - Method in class org.eclipse.egit.github.core.Authorization
 
setNumber(int) - Method in class org.eclipse.egit.github.core.event.PullRequestPayload
 
setNumber(int) - Method in class org.eclipse.egit.github.core.Issue
 
setNumber(int) - Method in class org.eclipse.egit.github.core.Milestone
 
setNumber(int) - Method in class org.eclipse.egit.github.core.PullRequest
 
setNumber(int) - Method in class org.eclipse.egit.github.core.SearchIssue
 
setOAuth2Token(String) - Method in class org.eclipse.egit.github.core.client.GitHubClient
Set OAuth2 token
setObject(TypedResource) - Method in class org.eclipse.egit.github.core.Reference
 
setObject(TypedResource) - Method in class org.eclipse.egit.github.core.Tag
 
setOpenIssues(int) - Method in class org.eclipse.egit.github.core.Milestone
 
setOpenIssues(int) - Method in class org.eclipse.egit.github.core.Repository
 
setOrg(User) - Method in class org.eclipse.egit.github.core.event.Event
 
setOwnedPrivateRepos(int) - Method in class org.eclipse.egit.github.core.User
 
setOwner(User) - Method in class org.eclipse.egit.github.core.Repository
 
setPageName(String) - Method in class org.eclipse.egit.github.core.GollumPage
 
setPages(List<GollumPage>) - Method in class org.eclipse.egit.github.core.event.GollumPayload
 
setParams(Map<String, String>) - Method in class org.eclipse.egit.github.core.client.GitHubRequest
 
setParent(Repository) - Method in class org.eclipse.egit.github.core.Repository
 
setParents(List<Commit>) - Method in class org.eclipse.egit.github.core.Commit
 
setParents(List<Commit>) - Method in class org.eclipse.egit.github.core.RepositoryCommit
 
setPatch(String) - Method in class org.eclipse.egit.github.core.CommitFile
 
setPatchUrl(String) - Method in class org.eclipse.egit.github.core.PullRequest
 
setPatchUrl(String) - Method in class org.eclipse.egit.github.core.RepositoryCommitCompare
 
setPath(String) - Method in class org.eclipse.egit.github.core.CommitComment
 
setPath(String) - Method in class org.eclipse.egit.github.core.DownloadResource
 
setPath(String) - Method in class org.eclipse.egit.github.core.TreeEntry
 
setPayload(EventPayload) - Method in class org.eclipse.egit.github.core.event.Event
 
setPermalinkUrl(String) - Method in class org.eclipse.egit.github.core.RepositoryCommitCompare
 
setPermission(String) - Method in class org.eclipse.egit.github.core.Team
 
setPlan(UserPlan) - Method in class org.eclipse.egit.github.core.User
 
setPolicy(String) - Method in class org.eclipse.egit.github.core.DownloadResource
 
setPosition(int) - Method in class org.eclipse.egit.github.core.CommitComment
 
setPosition(int) - Method in class org.eclipse.egit.github.core.SearchIssue
 
setPrefix(String) - Method in class org.eclipse.egit.github.core.DownloadResource
 
setPrivate(boolean) - Method in class org.eclipse.egit.github.core.Repository
 
setPrivateGists(int) - Method in class org.eclipse.egit.github.core.User
 
setPrivateRepos(int) - Method in class org.eclipse.egit.github.core.UserPlan
 
setPublic(boolean) - Method in class org.eclipse.egit.github.core.event.Event
 
setPublic(boolean) - Method in class org.eclipse.egit.github.core.Gist
 
setPublicGists(int) - Method in class org.eclipse.egit.github.core.User
 
setPublicRepos(int) - Method in class org.eclipse.egit.github.core.User
 
setPullRequest(PullRequest) - Method in class org.eclipse.egit.github.core.event.PullRequestPayload
 
setPullRequest(PullRequest) - Method in class org.eclipse.egit.github.core.Issue
 
setPushedAt(Date) - Method in class org.eclipse.egit.github.core.Repository
 
setRawUrl(String) - Method in class org.eclipse.egit.github.core.CommitFile
 
setRawUrl(String) - Method in class org.eclipse.egit.github.core.GistFile
 
setRedirect(boolean) - Method in class org.eclipse.egit.github.core.DownloadResource
 
setRef(String) - Method in class org.eclipse.egit.github.core.event.CreatePayload
 
setRef(String) - Method in class org.eclipse.egit.github.core.event.DeletePayload
 
setRef(String) - Method in class org.eclipse.egit.github.core.event.PushPayload
 
setRef(String) - Method in class org.eclipse.egit.github.core.PullRequestMarker
 
setRef(String) - Method in class org.eclipse.egit.github.core.Reference
 
setRefType(String) - Method in class org.eclipse.egit.github.core.event.CreatePayload
 
setRefType(String) - Method in class org.eclipse.egit.github.core.event.DeletePayload
 
setRepo(EventRepository) - Method in class org.eclipse.egit.github.core.event.Event
 
setRepo(Repository) - Method in class org.eclipse.egit.github.core.event.TeamAddPayload
 
setRepo(Repository) - Method in class org.eclipse.egit.github.core.PullRequestMarker
 
setReposCount(int) - Method in class org.eclipse.egit.github.core.Team
 
setRepository(Repository) - Method in class org.eclipse.egit.github.core.RepositoryIssue
 
setResource(String) - Method in class org.eclipse.egit.github.core.FieldError
 
setResponseContentType(String) - Method in class org.eclipse.egit.github.core.client.GitHubRequest
Set the desired response content type
setS3Url(String) - Method in class org.eclipse.egit.github.core.DownloadResource
 
setScopes(List<String>) - Method in class org.eclipse.egit.github.core.Authorization
 
setScopes(int, Collection<String>) - Method in class org.eclipse.egit.github.core.service.OAuthService
Set scopes for authorization
setSerializeNulls(boolean) - Method in class org.eclipse.egit.github.core.client.GitHubClient
Set whether or not serialized data should include fields that are null.
setSha(String) - Method in class org.eclipse.egit.github.core.Commit
 
setSha(String) - Method in class org.eclipse.egit.github.core.CommitFile
 
setSha(String) - Method in class org.eclipse.egit.github.core.GollumPage
 
setSha(String) - Method in class org.eclipse.egit.github.core.MergeStatus
 
setSha(String) - Method in class org.eclipse.egit.github.core.PullRequestMarker
 
setSha(String) - Method in class org.eclipse.egit.github.core.RepositoryCommit
 
setSha(String) - Method in class org.eclipse.egit.github.core.ShaResource
 
setSha(String) - Method in class org.eclipse.egit.github.core.Tag
 
setSha(String) - Method in class org.eclipse.egit.github.core.Tree
 
setSha(String) - Method in class org.eclipse.egit.github.core.TreeEntry
 
setSignature(String) - Method in class org.eclipse.egit.github.core.DownloadResource
 
setSize(long) - Method in class org.eclipse.egit.github.core.Download
 
setSize(int) - Method in class org.eclipse.egit.github.core.event.PushPayload
 
setSize(int) - Method in class org.eclipse.egit.github.core.GistFile
 
setSize(int) - Method in class org.eclipse.egit.github.core.Repository
 
setSize(long) - Method in class org.eclipse.egit.github.core.TreeEntry
 
setSource(Repository) - Method in class org.eclipse.egit.github.core.Repository
 
setSpace(int) - Method in class org.eclipse.egit.github.core.UserPlan
 
setSshUrl(String) - Method in class org.eclipse.egit.github.core.Repository
 
setState(String) - Method in class org.eclipse.egit.github.core.Issue
 
setState(String) - Method in class org.eclipse.egit.github.core.Milestone
 
setState(String) - Method in class org.eclipse.egit.github.core.PullRequest
 
setState(String) - Method in class org.eclipse.egit.github.core.SearchIssue
 
setStats(CommitStats) - Method in class org.eclipse.egit.github.core.RepositoryCommit
 
setStatus(String) - Method in class org.eclipse.egit.github.core.CommitFile
 
setStatus(String) - Method in class org.eclipse.egit.github.core.RepositoryCommitCompare
 
setSvnUrl(String) - Method in class org.eclipse.egit.github.core.Repository
 
setTag(String) - Method in class org.eclipse.egit.github.core.Tag
 
setTagger(CommitUser) - Method in class org.eclipse.egit.github.core.Tag
 
setTarballUrl(String) - Method in class org.eclipse.egit.github.core.RepositoryTag
 
setTarget(User) - Method in class org.eclipse.egit.github.core.event.FollowPayload
 
setTeam(Team) - Method in class org.eclipse.egit.github.core.event.TeamAddPayload
 
setTitle(String) - Method in class org.eclipse.egit.github.core.GollumPage
 
setTitle(String) - Method in class org.eclipse.egit.github.core.Issue
 
setTitle(String) - Method in class org.eclipse.egit.github.core.Key
 
setTitle(String) - Method in class org.eclipse.egit.github.core.Milestone
 
setTitle(String) - Method in class org.eclipse.egit.github.core.PullRequest
 
setTitle(String) - Method in class org.eclipse.egit.github.core.SearchIssue
 
setToken(String) - Method in class org.eclipse.egit.github.core.Authorization
 
setTotal(int) - Method in class org.eclipse.egit.github.core.CommitStats
 
setTotal(int) - Method in class org.eclipse.egit.github.core.GistChangeStatus
 
setTotalCommits(int) - Method in class org.eclipse.egit.github.core.RepositoryCommitCompare
 
setTotalPrivateRepos(int) - Method in class org.eclipse.egit.github.core.User
 
setTree(Tree) - Method in class org.eclipse.egit.github.core.Commit
 
setTree(List<TreeEntry>) - Method in class org.eclipse.egit.github.core.Tree
 
setType(Type) - Method in class org.eclipse.egit.github.core.client.GitHubRequest
 
setType(String) - Method in class org.eclipse.egit.github.core.Contributor
 
setType(String) - Method in class org.eclipse.egit.github.core.event.Event
 
setType(String) - Method in class org.eclipse.egit.github.core.TreeEntry
 
setType(String) - Method in class org.eclipse.egit.github.core.TypedResource
 
setType(String) - Method in class org.eclipse.egit.github.core.User
 
setUpdatedAt(Date) - Method in class org.eclipse.egit.github.core.Authorization
 
setUpdatedAt(Date) - Method in class org.eclipse.egit.github.core.Comment
 
setUpdatedAt(Date) - Method in class org.eclipse.egit.github.core.Gist
 
setUpdatedAt(Date) - Method in class org.eclipse.egit.github.core.Issue
 
setUpdatedAt(Date) - Method in class org.eclipse.egit.github.core.PullRequest
 
setUpdatedAt(Date) - Method in class org.eclipse.egit.github.core.Repository
 
setUpdatedAt(Date) - Method in class org.eclipse.egit.github.core.RepositoryHook
 
setUpdatedAt(Date) - Method in class org.eclipse.egit.github.core.SearchIssue
 
setUri(StringBuilder) - Method in class org.eclipse.egit.github.core.client.GitHubRequest
 
setUri(String) - Method in class org.eclipse.egit.github.core.client.GitHubRequest
 
setUrl(String) - Method in class org.eclipse.egit.github.core.Application
 
setUrl(String) - Method in class org.eclipse.egit.github.core.Authorization
 
setUrl(String) - Method in class org.eclipse.egit.github.core.Comment
 
setUrl(String) - Method in class org.eclipse.egit.github.core.Commit
 
setUrl(String) - Method in class org.eclipse.egit.github.core.Contributor
 
setUrl(String) - Method in class org.eclipse.egit.github.core.Download
 
setUrl(String) - Method in class org.eclipse.egit.github.core.event.EventRepository
 
setUrl(String) - Method in class org.eclipse.egit.github.core.Gist
 
setUrl(String) - Method in class org.eclipse.egit.github.core.GistRevision
 
setUrl(String) - Method in class org.eclipse.egit.github.core.Issue
 
setUrl(String) - Method in class org.eclipse.egit.github.core.IssueEvent
 
setUrl(String) - Method in class org.eclipse.egit.github.core.Key
 
setUrl(String) - Method in class org.eclipse.egit.github.core.Label
 
setUrl(String) - Method in class org.eclipse.egit.github.core.Milestone
 
setUrl(String) - Method in class org.eclipse.egit.github.core.PullRequest
 
setUrl(String) - Method in class org.eclipse.egit.github.core.Reference
 
setUrl(String) - Method in class org.eclipse.egit.github.core.Repository
 
setUrl(String) - Method in class org.eclipse.egit.github.core.RepositoryCommit
 
setUrl(String) - Method in class org.eclipse.egit.github.core.RepositoryCommitCompare
 
setUrl(String) - Method in class org.eclipse.egit.github.core.RepositoryHook
 
setUrl(String) - Method in class org.eclipse.egit.github.core.Tag
 
setUrl(String) - Method in class org.eclipse.egit.github.core.Team
 
setUrl(String) - Method in class org.eclipse.egit.github.core.Tree
 
setUrl(String) - Method in class org.eclipse.egit.github.core.TreeEntry
 
setUrl(String) - Method in class org.eclipse.egit.github.core.TypedResource
 
setUrl(String) - Method in class org.eclipse.egit.github.core.User
 
setUser(User) - Method in class org.eclipse.egit.github.core.Comment
 
setUser(User) - Method in class org.eclipse.egit.github.core.event.TeamAddPayload
 
setUser(User) - Method in class org.eclipse.egit.github.core.Gist
 
setUser(User) - Method in class org.eclipse.egit.github.core.GistRevision
 
setUser(User) - Method in class org.eclipse.egit.github.core.Issue
 
setUser(User) - Method in class org.eclipse.egit.github.core.PullRequest
 
setUser(User) - Method in class org.eclipse.egit.github.core.PullRequestMarker
 
setUser(String) - Method in class org.eclipse.egit.github.core.SearchIssue
 
setUserAgent(String) - Method in class org.eclipse.egit.github.core.client.GitHubClient
Set the value to set as the user agent header on every request created.
setValue(String) - Method in class org.eclipse.egit.github.core.FieldError
 
setVersion(String) - Method in class org.eclipse.egit.github.core.GistRevision
 
setVotes(int) - Method in class org.eclipse.egit.github.core.SearchIssue
 
setWatchers(int) - Method in class org.eclipse.egit.github.core.Repository
 
setZipballUrl(String) - Method in class org.eclipse.egit.github.core.RepositoryTag
 
ShaResource - Class in org.eclipse.egit.github.core
Model class for resources identified by a SHA-1
ShaResource() - Constructor for class org.eclipse.egit.github.core.ShaResource
 
showMembership(String, String) - Method in class org.eclipse.egit.github.core.service.OrganizationService
Publicize membership of given user in given organization
SORT_COMMENTS - Static variable in class org.eclipse.egit.github.core.service.IssueService
Sort by commented on at
SORT_CREATED - Static variable in class org.eclipse.egit.github.core.service.IssueService
Sort by created at
SORT_UPDATED - Static variable in class org.eclipse.egit.github.core.service.IssueService
Sort by updated at
starGist(String) - Method in class org.eclipse.egit.github.core.service.GistService
Star the gist with the given id
STATE_CLOSED - Static variable in class org.eclipse.egit.github.core.service.IssueService
Issue closed state filter value
STATE_OPEN - Static variable in class org.eclipse.egit.github.core.service.IssueService
Issue open state filter value
SUBDOMAIN_API - Static variable in interface org.eclipse.egit.github.core.client.IGitHubConstants
 
SUFFIX_GIT - Static variable in interface org.eclipse.egit.github.core.client.IGitHubConstants
 

T

Tag - Class in org.eclipse.egit.github.core
Tag model class
Tag() - Constructor for class org.eclipse.egit.github.core.Tag
 
Team - Class in org.eclipse.egit.github.core
Team model class.
Team() - Constructor for class org.eclipse.egit.github.core.Team
 
TeamAddPayload - Class in org.eclipse.egit.github.core.event
TeamAddEvent payload model class
TeamAddPayload() - Constructor for class org.eclipse.egit.github.core.event.TeamAddPayload
 
TeamService - Class in org.eclipse.egit.github.core.service
Service class for working with organization teams
TeamService() - Constructor for class org.eclipse.egit.github.core.service.TeamService
Create team service
TeamService(GitHubClient) - Constructor for class org.eclipse.egit.github.core.service.TeamService
Create team service
testHook(IRepositoryIdProvider, int) - Method in class org.eclipse.egit.github.core.service.RepositoryService
Test hook in repository.
toBase64(byte[]) - Static method in class org.eclipse.egit.github.core.util.EncodingUtils
Base64 encode given byte array
toBase64(String) - Static method in class org.eclipse.egit.github.core.util.EncodingUtils
Base64 encode given byte array
toJson(Object) - Method in class org.eclipse.egit.github.core.client.GitHubClient
Convert object to a JSON string
toJson(Object) - Static method in class org.eclipse.egit.github.core.client.GsonUtils
Convert object to json
toJson(Object, boolean) - Static method in class org.eclipse.egit.github.core.client.GsonUtils
Convert object to json
toString() - Method in class org.eclipse.egit.github.core.client.GitHubRequest
 
toString() - Method in class org.eclipse.egit.github.core.Issue
 
toString() - Method in class org.eclipse.egit.github.core.Label
 
toString() - Method in class org.eclipse.egit.github.core.PullRequest
 
toString() - Method in class org.eclipse.egit.github.core.RepositoryId
 
toString() - Method in class org.eclipse.egit.github.core.SearchRepository
 
Tree - Class in org.eclipse.egit.github.core
Tree model class
Tree() - Constructor for class org.eclipse.egit.github.core.Tree
 
TreeEntry - Class in org.eclipse.egit.github.core
Tree entry model class
TreeEntry() - Constructor for class org.eclipse.egit.github.core.TreeEntry
 
TYPE_ALL - Static variable in class org.eclipse.egit.github.core.service.RepositoryService
All repositories filter type
TYPE_ANONYMOUS - Static variable in class org.eclipse.egit.github.core.Contributor
Anonymous contributor type value
TYPE_BLOB - Static variable in class org.eclipse.egit.github.core.TreeEntry
TYPE_BLOB
TYPE_BLOB - Static variable in class org.eclipse.egit.github.core.TypedResource
TYPE_BLOB
TYPE_COMMIT - Static variable in class org.eclipse.egit.github.core.TypedResource
TYPE_COMMIT
TYPE_COMMIT_COMMENT - Static variable in class org.eclipse.egit.github.core.event.Event
Event type denoting a CommitCommentPayload
TYPE_CREATE - Static variable in class org.eclipse.egit.github.core.event.Event
Event type denoting a CreatePayload
TYPE_DELETE - Static variable in class org.eclipse.egit.github.core.event.Event
Event type denoting a DeletePayload
TYPE_DOWNLOAD - Static variable in class org.eclipse.egit.github.core.event.Event
Event type denoting a DownloadPayload
TYPE_FOLLOW - Static variable in class org.eclipse.egit.github.core.event.Event
Event type dneoting a FollowPayload
TYPE_FORK - Static variable in class org.eclipse.egit.github.core.event.Event
Event type denoting a ForkPayload
TYPE_FORK_APPLY - Static variable in class org.eclipse.egit.github.core.event.Event
Event type denoting a ForkApplyPayload
TYPE_GIST - Static variable in class org.eclipse.egit.github.core.event.Event
Event type denoting a GistPayload
TYPE_GOLLUM - Static variable in class org.eclipse.egit.github.core.event.Event
Event type denoting a GollumPayload
TYPE_ISSUE_COMMENT - Static variable in class org.eclipse.egit.github.core.event.Event
Event type denoting a IssueCommentPayload
TYPE_ISSUES - Static variable in class org.eclipse.egit.github.core.event.Event
Event type denoting a IssuesPayload
TYPE_MEMBER - Static variable in class org.eclipse.egit.github.core.event.Event
Event type denoting a MemberPayload
TYPE_MEMBER - Static variable in class org.eclipse.egit.github.core.service.RepositoryService
Member repository filter type
TYPE_ORG - Static variable in class org.eclipse.egit.github.core.User
TYPE_ORG
TYPE_PRIVATE - Static variable in class org.eclipse.egit.github.core.service.RepositoryService
Private repository filter type
TYPE_PUBLIC - Static variable in class org.eclipse.egit.github.core.event.Event
Event type denoting a PublicPayload
TYPE_PUBLIC - Static variable in class org.eclipse.egit.github.core.service.RepositoryService
Public repository filter type
TYPE_PULL_REQUEST - Static variable in class org.eclipse.egit.github.core.event.Event
Event type denoting a PullRequestPayload
TYPE_PULL_REQUEST_REVIEW_COMMENT - Static variable in class org.eclipse.egit.github.core.event.Event
Event type denoting a PullRequestReviewCommentPayload
TYPE_PUSH - Static variable in class org.eclipse.egit.github.core.event.Event
Event type denoting a PushPayload
TYPE_TAG - Static variable in class org.eclipse.egit.github.core.TypedResource
TYPE_TAG
TYPE_TEAM_ADD - Static variable in class org.eclipse.egit.github.core.event.Event
Event type denoting a TeamAddPayload
TYPE_TREE - Static variable in class org.eclipse.egit.github.core.TreeEntry
TYPE_TREE
TYPE_USER - Static variable in class org.eclipse.egit.github.core.User
TYPE_USER
TYPE_WATCH - Static variable in class org.eclipse.egit.github.core.event.Event
Event type denoting a WatchPayload
TypedResource - Class in org.eclipse.egit.github.core
Resource that has type and URL fields
TypedResource() - Constructor for class org.eclipse.egit.github.core.TypedResource
 

U

unfollow(String) - Method in class org.eclipse.egit.github.core.service.UserService
Unfollow the given user
unstarGist(String) - Method in class org.eclipse.egit.github.core.service.GistService
Unstar the gist with the given id
unwatch(IRepositoryIdProvider) - Method in class org.eclipse.egit.github.core.service.WatcherService
Remove currently authenticated user as a watcher of the given repository
updateGist(Gist) - Method in class org.eclipse.egit.github.core.service.GistService
Update a gist
updateRateLimits(HttpURLConnection) - Method in class org.eclipse.egit.github.core.client.GitHubClient
Update rate limits present in response headers
UPLOAD_ACL - Static variable in class org.eclipse.egit.github.core.service.DownloadService
UPLOAD_ACL
UPLOAD_AWS_ACCESS_KEY_ID - Static variable in class org.eclipse.egit.github.core.service.DownloadService
UPLOAD_AWS_ACCESS_KEY_ID
UPLOAD_CONTENT_TYPE - Static variable in class org.eclipse.egit.github.core.service.DownloadService
UPLOAD_CONTENT_TYPE
UPLOAD_FILE - Static variable in class org.eclipse.egit.github.core.service.DownloadService
UPLOAD_FILE
UPLOAD_FILENAME - Static variable in class org.eclipse.egit.github.core.service.DownloadService
UPLOAD_FILENAME
UPLOAD_KEY - Static variable in class org.eclipse.egit.github.core.service.DownloadService
UPLOAD_KEY
UPLOAD_POLICY - Static variable in class org.eclipse.egit.github.core.service.DownloadService
UPLOAD_POLICY
UPLOAD_SIGNATURE - Static variable in class org.eclipse.egit.github.core.service.DownloadService
UPLOAD_SIGNATURE
UPLOAD_SUCCESS_ACTION_STATUS - Static variable in class org.eclipse.egit.github.core.service.DownloadService
UPLOAD_SUCCESS_ACTION_STATUS
uploadResource(DownloadResource, InputStream, long) - Method in class org.eclipse.egit.github.core.service.DownloadService
Upload a resource to be available as the download described by the given resource.
URL_API - Static variable in interface org.eclipse.egit.github.core.client.IGitHubConstants
 
UrlUtils - Class in org.eclipse.egit.github.core.util
URL utilities
UrlUtils() - Constructor for class org.eclipse.egit.github.core.util.UrlUtils
 
User - Class in org.eclipse.egit.github.core
GitHub user model class.
User() - Constructor for class org.eclipse.egit.github.core.User
 
USER_AGENT - Static variable in class org.eclipse.egit.github.core.client.GitHubClient
Default user agent request header value
UserPlan - Class in org.eclipse.egit.github.core
User plan model class.
UserPlan() - Constructor for class org.eclipse.egit.github.core.UserPlan
 
UserService - Class in org.eclipse.egit.github.core.service
User service class.
UserService() - Constructor for class org.eclipse.egit.github.core.service.UserService
Create user service
UserService(GitHubClient) - Constructor for class org.eclipse.egit.github.core.service.UserService
Create user service

V

valueOf(String) - Static method in enum org.eclipse.egit.github.core.Language
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.eclipse.egit.github.core.Language
Returns an array containing the constants of this enum type, in the order they are declared.
verifyRepository(String, String) - Method in class org.eclipse.egit.github.core.service.GitHubService
Verify user and repository name

W

watch(IRepositoryIdProvider) - Method in class org.eclipse.egit.github.core.service.WatcherService
Add currently authenticated user as a watcher of the given repository
WatcherService - Class in org.eclipse.egit.github.core.service
Service class for dealing with users watching GitHub repositories.
WatcherService() - Constructor for class org.eclipse.egit.github.core.service.WatcherService
Create watcher service
WatcherService(GitHubClient) - Constructor for class org.eclipse.egit.github.core.service.WatcherService
Create watcher service
WatchPayload - Class in org.eclipse.egit.github.core.event
WatchEvent payload model class.
WatchPayload() - Constructor for class org.eclipse.egit.github.core.event.WatchPayload
 

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

Copyright © 2012. All Rights Reserved.