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 class
Milestone.Smart
Smart Milestone with extra features.Methods in com.jcabi.github that return Milestone Modifier and Type Method Description Milestone
Milestones. create(String title)
Create Milestone.Milestone
Milestones. get(int number)
Get specific milestone by number.Milestone
Issue.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 int
Milestone.Smart. compareTo(Milestone obj)
void
Issue.Smart. milestone(Milestone milestone)
Add issueto milestone.Constructors in com.jcabi.github with parameters of type Milestone Constructor Description Smart(Milestone mls)
Public ctor.
-