Uses of Interface
com.jcabi.github.User
-
Packages that use User Package Description com.jcabi.github Object Oriented Github API.com.jcabi.github.mock Mock Github server. -
-
Uses of User in com.jcabi.github
Classes in com.jcabi.github that implement User Modifier and Type Class Description static classUser.SmartSmart user with extra features.Methods in com.jcabi.github that return User Modifier and Type Method Description UserUsers. add(String login)Add user by login and returns it.UserIssue.Smart. assignee()Get its assignee.UserComment.Smart. author()Get its author.UserEvent.Smart. author()Get its author.UserGistComment.Smart. author()Get its author.UserIssue.Smart. author()Get its author.UserPull.Smart. author()Get its author.UserMilestone.Smart. creator()Get its creator.UserStatus.Smart. creator()Get its creator.UserUsers. get(String login)Get user by login.UserUsers. self()Get myself.UserPublicKey.Smart. user()UserPublicKey. user()User we're in.UserPublicKeys. user()User we're in.UserPullRef.Smart. user()Gets the user who owns the repository which its commit is in.UserUserOrganizations. user()Get its owner.Methods in com.jcabi.github that return types with arguments of type User Modifier and Type Method Description Iterable<User>Assignees. iterate()Iterate all available assignees.Iterable<User>Collaborators. iterate()Iterates over repo collaborators.Iterable<User>PublicMembers. iterate()Get all users who are public members of this organization.Iterable<User>RtPublicMembers. iterate()Iterable<User>Users. iterate(String identifier)Iterate all users, starting with the one you've seen already.Iterable<User>Search. users(String keywords, String sort, Search.Order order)Search users.Methods in com.jcabi.github with parameters of type User Modifier and Type Method Description voidPublicMembers. conceal(User user)Conceal a user's membership from public view.voidRtPublicMembers. conceal(User user)booleanPublicMembers. contains(User user)Check whether the user is a public member of this organization.booleanRtPublicMembers. contains(User user)voidPublicMembers. publicize(User user)Make a user's membership publicly visible.voidRtPublicMembers. publicize(User user)Constructors in com.jcabi.github with parameters of type User Constructor Description Smart(User usr)Public ctor. -
Uses of User in com.jcabi.github.mock
Methods in com.jcabi.github.mock that return types with arguments of type User Modifier and Type Method Description Iterable<User>MkPublicMembers. iterate()Methods in com.jcabi.github.mock with parameters of type User Modifier and Type Method Description voidMkOrganization. addMember(User user)Add the given user to this organization.voidMkPublicMembers. conceal(User user)booleanMkPublicMembers. contains(User user)voidMkPublicMembers. publicize(User user)
-