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

Packages that use UserPlan
org.eclipse.egit.github.core   
 

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

Methods in org.eclipse.egit.github.core that return UserPlan
 UserPlan User.getPlan()
           
 UserPlan UserPlan.setCollaborators(int collaborators)
           
 UserPlan UserPlan.setName(String name)
           
 UserPlan UserPlan.setPrivateRepos(int privateRepos)
           
 UserPlan UserPlan.setSpace(int space)
           
 

Methods in org.eclipse.egit.github.core with parameters of type UserPlan
 User User.setPlan(UserPlan plan)
           
 



Copyright © 2012. All Rights Reserved.