Uses of Class
org.eclipse.egit.github.core.service.GitHubService

Packages that use GitHubService
org.eclipse.egit.github.core.service   
 

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

Subclasses of GitHubService in org.eclipse.egit.github.core.service
 class CollaboratorService
          Service for interacting with the collaborators on a GitHub repository
 class CommitService
          Service for interacting with repository commits
 class DataService
          Data service class for low-level access to Git repository data.
 class DeployKeyService
          Service for interacting with a repository's deploy keys
 class DownloadService
          Service for accessing, creating, and deleting repositories downloads.
 class EventService
          Service class for interacting with Events
 class GistService
          Service class for interacting with Gists and Gist comments.
 class IssueService
          Issue service class for listing, searching, and fetching Issue objects using a GitHubClient.
 class LabelService
          Label service class for listing Label objects in use for a given repository.
 class MilestoneService
          Milestone service class for listing the Milestone objects in use by a repository and user accessed via a GitHubClient.
 class OAuthService
          Service for interacting with a user's OAUth authorizations
 class OrganizationService
          Organization service class
 class PullRequestService
          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.
 class RepositoryService
          Repository service class.
 class TeamService
          Service class for working with organization teams
 class UserService
          User service class.
 class WatcherService
          Service class for dealing with users watching GitHub repositories.
 

Methods in org.eclipse.egit.github.core.service that return GitHubService
protected  GitHubService GitHubService.verifyRepository(String user, String repository)
          Verify user and repository name
 



Copyright © 2012. All Rights Reserved.