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