@Immutable
public interface Milestones
| Modifier and Type | Method and Description |
|---|---|
Milestone |
create(String title)
Create Milestone.
|
Milestone |
get(int number)
Get specific milestone by number.
|
Iterable<Milestone> |
iterate(Map<String,String> params)
Iterate them all.
|
void |
remove(int number)
Remove milestone by number.
|
Repo |
repo()
Owner of them.
|
Repo repo()
Milestone create(String title) throws IOException
title - Milestone creation JSONIOException - If there is any I/O problemMilestone get(int number)
number - Milestone numberIterable<Milestone> iterate(Map<String,String> params)
params - Iterating parameters, as requested by APIvoid remove(int number)
throws IOException
number - Milestone numberIOException - If there is any I/O problemCopyright © 2012–2018 jcabi.com. All rights reserved.