Package | Description |
---|---|
com.jcabi.github |
Object Oriented Github API.
|
Modifier and Type | Class and Description |
---|---|
static class |
User.Smart
Smart user with extra features.
|
Modifier and Type | Method and Description |
---|---|
User |
Comment.Smart.author()
Get its author.
|
User |
Event.Smart.author()
Get its author.
|
User |
Issue.Smart.author()
Get its author.
|
User |
Milestone.Smart.creator()
Get its creator.
|
User |
Users.get(String login)
Get user by login.
|
User |
Users.self()
Get myself.
|
User |
Organization.user()
User we're in.
|
User |
Organization.Smart.user() |
User |
Organizations.user()
Get its owner.
|
Modifier and Type | Method and Description |
---|---|
Iterable<User> |
Assignees.iterate(Map<String,String> params)
Iterate all available assignees.
|
Iterable<User> |
Users.iterate(String login)
Iterate all users, starting with the one you've seen already.
|
Constructor and Description |
---|
User.Smart(User usr)
Public ctor.
|
Copyright © 2012–2014 jcabi.com. All rights reserved.