Interface GitUser

  • All Known Implementing Classes:
    GitHubUser, GitLabUser

    public interface GitUser
    A user for a remote Git service.
    • Method Detail

      • getAttributes

        Map<String,​Object> getAttributes()
        Returns a read-only map with all the raw properties for the user.
        Returns:
        a read-only map with all the raw properties for the user.
      • getID

        String getID()
        Returns the ID of this user.
        Returns:
        the ID of this user.
      • getUserName

        String getUserName()
        Returns the user name of this user.
        Returns:
        the user name of this user.
      • geFullName

        String geFullName()
        Returns the full name of this user.
        Returns:
        the full name of this user. If not vailable then null is returned.