| Package | Description |
|---|---|
| com.jcabi.github |
Object Oriented Github API.
|
| com.jcabi.github.mock |
Mock Github server.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Organization.Smart
Smart Organization with extra features.
|
| Modifier and Type | Method and Description |
|---|---|
Organization |
Organizations.get(String login)
Get specific organization by name.
|
Organization |
RtPublicMembers.org() |
Organization |
PublicMembers.org()
Organization of which these are public members.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<Organization> |
Organizations.iterate()
Iterate over organizations of the currently logged-in user.
|
Iterable<Organization> |
UserOrganizations.iterate()
Iterate organizations of particular user.
|
| Modifier and Type | Method and Description |
|---|---|
int |
Organization.Smart.compareTo(Organization obj) |
| Constructor and Description |
|---|
RtPublicMembers(com.jcabi.http.Request req,
Organization organ)
Public ctor.
|
Smart(Organization orgn)
Public ctor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MkOrganization
Mock GitHub organization.
|
| Modifier and Type | Method and Description |
|---|---|
Organization |
MkPublicMembers.org() |
| Modifier and Type | Method and Description |
|---|---|
int |
MkOrganization.compareTo(Organization obj) |
| Constructor and Description |
|---|
MkPublicMembers(MkStorage stg,
Organization organ)
Public ctor.
|
Copyright © 2012–2018 jcabi.com. All rights reserved.