Uses of Class
org.eclipse.egit.github.core.Contributor

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

Uses of Contributor in org.eclipse.egit.github.core
 

Methods in org.eclipse.egit.github.core that return Contributor
 Contributor Contributor.setAvatarUrl(String avatarUrl)
           
 Contributor Contributor.setContributions(int contributions)
           
 Contributor Contributor.setId(int id)
           
 Contributor Contributor.setLogin(String login)
           
 Contributor Contributor.setName(String name)
           
 Contributor Contributor.setType(String type)
           
 Contributor Contributor.setUrl(String url)
           
 

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

Methods in org.eclipse.egit.github.core.service that return types with arguments of type Contributor
 List<Contributor> RepositoryService.getContributors(IRepositoryIdProvider repository, boolean includeAnonymous)
          Get contributors to repository
 



Copyright © 2012. All Rights Reserved.