Package | Description |
---|---|
com.jcabi.github |
Object Oriented Github API.
|
Modifier and Type | Class and Description |
---|---|
static class |
Milestone.Smart
Smart Milestone with extra features.
|
class |
RtMilestone
Github milestone.
|
Modifier and Type | Method and Description |
---|---|
Milestone |
Milestones.create(String title)
Create Milestone.
|
Milestone |
RtMilestones.create(String title) |
Milestone |
Milestones.get(int number)
Get specific milestone by number.
|
Milestone |
RtMilestones.get(int number) |
Modifier and Type | Method and Description |
---|---|
Iterable<Milestone> |
Milestones.iterate(Map<String,String> params)
Iterate them all.
|
Iterable<Milestone> |
RtMilestones.iterate(Map<String,String> params) |
Modifier and Type | Method and Description |
---|---|
int |
Milestone.Smart.compareTo(Milestone obj) |
int |
RtMilestone.compareTo(Milestone milestone) |
Constructor and Description |
---|
Milestone.Smart(Milestone mls)
Public ctor.
|
Copyright © 2012–2014 jcabi.com. All rights reserved.