Uses of Interface
com.jcabi.github.Milestone
-
Packages that use Milestone Package Description com.jcabi.github Object Oriented Github API. -
-
Uses of Milestone in com.jcabi.github
Classes in com.jcabi.github that implement Milestone Modifier and Type Class Description static classMilestone.SmartSmart Milestone with extra features.Methods in com.jcabi.github that return Milestone Modifier and Type Method Description MilestoneMilestones. create(String title)Create Milestone.MilestoneMilestones. get(int number)Get specific milestone by number.MilestoneIssue.Smart. milestone()Get milestone for this issue.Methods in com.jcabi.github that return types with arguments of type Milestone Modifier and Type Method Description Iterable<Milestone>Milestones. iterate(Map<String,String> params)Iterate them all.Methods in com.jcabi.github with parameters of type Milestone Modifier and Type Method Description intMilestone.Smart. compareTo(Milestone obj)voidIssue.Smart. milestone(Milestone milestone)Add issueto milestone.Constructors in com.jcabi.github with parameters of type Milestone Constructor Description Smart(Milestone mls)Public ctor.
-