Package com.jcabi.github
Interface Pulls
@Immutable
public interface Pulls
GitHub pull requests.
- Since:
- 0.3
- See Also:
-
Method Summary
-
Method Details
-
repo
Repo repo()Owner of them.- Returns:
- Repo
-
get
Get specific get by number.- Parameters:
number- Pull request number- Returns:
- Pull request
- See Also:
-
create
Create new get.- Parameters:
title- Titlehead- Headbase- Base- Returns:
- Issue just created
- Throws:
IOException- If there is any I/O problem- See Also:
-
iterate
Iterate them all.- Parameters:
params- Params- Returns:
- Iterator of issues
- See Also:
-