Package com.jcabi.github
Interface Assignees
@Immutable
public interface Assignees
GitHub Assignees.
- Since:
- 0.7
-
Method Summary
-
Method Details
-
iterate
Iterate all available assignees.- Returns:
- Iterator of available assignees to which issues may be assigned
- See Also:
-
check
Check if a particular user is an assignee for a repository.- Parameters:
login- Login of user to be checked- Returns:
- True if given assignee login belongs to an assignee for the repository
- Throws:
IOException- If there is any I/O problem- See Also:
-