@Immutable
public interface Assignees
| Modifier and Type | Method and Description |
|---|---|
boolean |
check(String login)
Check check if a particular user is an assignee for a repository.
|
Iterable<User> |
iterate()
Iterate all available assignees.
|
Iterable<User> iterate()
boolean check(String login) throws IOException
login - Login of user to be checkedIOException - If there is any I/O problemCopyright © 2012–2018 jcabi.com. All rights reserved.