Uses of Class
org.eclipse.egit.github.core.client.GitHubClient

Packages that use GitHubClient
org.eclipse.egit.github.core.client   
org.eclipse.egit.github.core.service   
 

Uses of GitHubClient in org.eclipse.egit.github.core.client
 

Fields in org.eclipse.egit.github.core.client declared as GitHubClient
protected  GitHubClient PageIterator.client
          Client
 

Methods in org.eclipse.egit.github.core.client that return GitHubClient
static GitHubClient GitHubClient.createClient(String url)
          Create API v3 client from URL.
 GitHubClient GitHubClient.setBufferSize(int bufferSize)
          Set buffer size used to send the request and read the response
 GitHubClient GitHubClient.setCredentials(String user, String password)
          Set credentials
 GitHubClient GitHubClient.setOAuth2Token(String token)
          Set OAuth2 token
 GitHubClient GitHubClient.setSerializeNulls(boolean serializeNulls)
          Set whether or not serialized data should include fields that are null.
 GitHubClient GitHubClient.setUserAgent(String agent)
          Set the value to set as the user agent header on every request created.
protected  GitHubClient GitHubClient.updateRateLimits(HttpURLConnection request)
          Update rate limits present in response headers
 

Constructors in org.eclipse.egit.github.core.client with parameters of type GitHubClient
PageIterator(PagedRequest<V> request, GitHubClient client)
          Create page iterator
 

Uses of GitHubClient in org.eclipse.egit.github.core.service
 

Fields in org.eclipse.egit.github.core.service declared as GitHubClient
protected  GitHubClient GitHubService.client
          Client field
 

Methods in org.eclipse.egit.github.core.service that return GitHubClient
 GitHubClient GitHubService.getClient()
          Get configured client
 

Constructors in org.eclipse.egit.github.core.service with parameters of type GitHubClient
CollaboratorService(GitHubClient client)
          Create collaborator service
CommitService(GitHubClient client)
          Create commit service
DataService(GitHubClient client)
          Create data service
DeployKeyService(GitHubClient client)
          Create deploy key service
DownloadService(GitHubClient client)
          Create download service
EventService(GitHubClient client)
          Create event service
GistService(GitHubClient client)
          Create gist service
GitHubService(GitHubClient client)
          Create service for client
IssueService(GitHubClient client)
          Create issue service
LabelService(GitHubClient client)
          Create label service for client
MilestoneService(GitHubClient client)
          Create milestone service
OAuthService(GitHubClient client)
          Create OAuth service
OrganizationService(GitHubClient client)
          Create organization service
PullRequestService(GitHubClient client)
          Create pull request service
RepositoryService(GitHubClient client)
          Create repository service
TeamService(GitHubClient client)
          Create team service
UserService(GitHubClient client)
          Create user service
WatcherService(GitHubClient client)
          Create watcher service
 



Copyright © 2012. All Rights Reserved.