Uses of Interface
com.jcabi.github.User
Packages that use User
Package
Description
Object-Oriented GitHub API.
Mock GitHub server.
-
Uses of User in com.jcabi.github
Classes in com.jcabi.github that implement UserMethods in com.jcabi.github that return UserModifier and TypeMethodDescriptionAdd user by login and returns it.Issue.Smart.assignee()Get its assignee.Comment.Smart.author()Get its author.Event.Smart.author()Get its author.GistComment.Smart.author()Get its author.Issue.Smart.author()Get its author.Pull.Smart.author()Get its author.Milestone.Smart.creator()Get its creator.Status.Smart.creator()Get its creator.Get user by login.Users.self()Get myself.PublicKey.Smart.user()PublicKey.user()User we're in.PublicKeys.user()User we're in.PullRef.Smart.user()Gets the user who owns the repository which its commit is in.UserOrganizations.user()Get its owner.Methods in com.jcabi.github that return types with arguments of type UserModifier and TypeMethodDescriptionAssignees.iterate()Iterate all available assignees.Collaborators.iterate()Iterates over repo collaborators.PublicMembers.iterate()Get all users who are public members of this organization.RtPublicMembers.iterate()Iterate all users, starting with the one you've seen already.Search.users(String keywords, String sort, Search.Order order) Search users.Methods in com.jcabi.github with parameters of type UserModifier and TypeMethodDescriptionvoidConceal a user's membership from public view.voidbooleanCheck whether the user is a public member of this organization.booleanvoidMake a user's membership publicly visible.voidConstructors in com.jcabi.github with parameters of type User -
Uses of User in com.jcabi.github.mock
Methods in com.jcabi.github.mock that return types with arguments of type UserMethods in com.jcabi.github.mock with parameters of type User