| Package | Description | 
|---|---|
| com.jcabi.github | 
 Object Oriented Github API. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
RtStatus
Github commit status. 
 | 
static class  | 
Status.Smart
Smart Status with extra features. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Status | 
RtStatuses.create(Statuses.StatusCreate status)
Create new status for a commit. 
 | 
Status | 
Statuses.create(Statuses.StatusCreate status)
Create new status. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Iterable<Status> | 
RtStatuses.list(String ref)
Get all status messages for a given commit. 
 | 
Iterable<Status> | 
Statuses.list(String ref)
List all statuses for a given ref. 
 | 
| Constructor and Description | 
|---|
Smart(Status stat)
Public ctor. 
 | 
Copyright © 2012–2018 jcabi.com. All rights reserved.