@Immutable
public interface Pulls
| Modifier and Type | Method and Description |
|---|---|
Pull |
create(String title,
String head,
String base)
Create new get.
|
Pull |
get(int number)
Get specific get by number.
|
Iterable<Pull> |
iterate(Map<String,String> params)
Iterate them all.
|
Repo |
repo()
Owner of them.
|
Repo repo()
Pull get(int number)
number - Pull request numberPull create(String title, String head, String base) throws IOException
title - Titlehead - Headbase - BaseIOException - If there is any I/O problemCopyright © 2012–2018 jcabi.com. All rights reserved.