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

Packages that use Milestone
org.eclipse.egit.github.core   
org.eclipse.egit.github.core.service   
org.eclipse.egit.github.core.util   
 

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

Methods in org.eclipse.egit.github.core that return Milestone
 Milestone Issue.getMilestone()
           
 Milestone Milestone.setClosedIssues(int closedIssues)
           
 Milestone Milestone.setCreatedAt(Date createdAt)
           
 Milestone Milestone.setCreator(User creator)
           
 Milestone Milestone.setDescription(String description)
           
 Milestone Milestone.setDueOn(Date dueOn)
           
 Milestone Milestone.setNumber(int number)
           
 Milestone Milestone.setOpenIssues(int openIssues)
           
 Milestone Milestone.setState(String state)
           
 Milestone Milestone.setTitle(String title)
           
 Milestone Milestone.setUrl(String url)
           
 

Methods in org.eclipse.egit.github.core with parameters of type Milestone
 Issue Issue.setMilestone(Milestone milestone)
           
 

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

Methods in org.eclipse.egit.github.core.service that return Milestone
 Milestone MilestoneService.createMilestone(String user, String repository, Milestone milestone)
          Create a milestone
 Milestone MilestoneService.getMilestone(String user, String repository, int number)
          Get a milestone
 Milestone MilestoneService.getMilestone(String user, String repository, String number)
          Get a milestone
 

Methods in org.eclipse.egit.github.core.service that return types with arguments of type Milestone
 List<Milestone> MilestoneService.getMilestones(String user, String repository, String state)
          Get milestones
 

Methods in org.eclipse.egit.github.core.service with parameters of type Milestone
 Milestone MilestoneService.createMilestone(String user, String repository, Milestone milestone)
          Create a milestone
 

Uses of Milestone in org.eclipse.egit.github.core.util
 

Methods in org.eclipse.egit.github.core.util with parameters of type Milestone
 int MilestoneComparator.compare(Milestone m1, Milestone m2)
           
 



Copyright © 2012. All Rights Reserved.