Interface Assignees


@Immutable public interface Assignees
GitHub Assignees.
Since:
0.7
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    check(String login)
    Check if a particular user is an assignee for a repository.
    Iterate all available assignees.
  • Method Details

    • iterate

      Iterable<User> iterate()
      Iterate all available assignees.
      Returns:
      Iterator of available assignees to which issues may be assigned
      See Also:
    • check

      boolean check(String login) throws IOException
      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: