Interface Assignees


  • @Immutable
    public interface Assignees
    GitHub Assignees.
    Since:
    0.7
    Version:
    $Id: 3ea83a8905ceffd8f38d25a135152ae42ed00a3a $
    Author:
    Paul Polishchuk ([email protected])
    • Method Detail

      • iterate

        Iterable<User> iterate()
        Iterate all available assignees.
        Returns:
        Iterator of available assignees to which issues may be assigned
        See Also:
        List assignees
      • 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:
        Check assignee