Package com.jcabi.github
Interface DeployKeys
@Immutable
public interface DeployKeys
GitHub deploy keys.
- Since:
- 0.8
- See Also:
-
Method Summary
-
Method Details
-
repo
Repo repo()Owner of them.- Returns:
- Repo
-
iterate
Iterate them all.- Returns:
- Iterator of deploy keys
- See Also:
-
get
Get a single deploy key.- Parameters:
number- Id of a deploy key- Returns:
- Deploy key
- See Also:
-
create
Create a deploy key.- Parameters:
title- Titlekey- Key- Returns:
- A new deploy key
- Throws:
IOException- If there is any I/O problem- See Also:
-