| Package | Description |
|---|---|
| com.jcabi.github |
Object Oriented Github API.
|
| com.jcabi.github.safe |
Safe classes.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Event.Smart
Smart event with extra features.
|
| Modifier and Type | Method and Description |
|---|---|
Event |
IssueEvents.get(int number)
Get specific issue event by number.
|
Event |
Issue.Smart.latestEvent(String type)
Get the latest event of a given type.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<Event> |
Issue.events()
Get all events of the issue.
|
Iterable<Event> |
Issue.Smart.events() |
Iterable<Event> |
IssueEvents.iterate()
Iterate over all issue events.
|
| Modifier and Type | Method and Description |
|---|---|
int |
Event.Smart.compareTo(Event obj) |
| Constructor and Description |
|---|
Smart(Event evt)
Public ctor.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<Event> |
SfIssue.events() |
Copyright © 2012–2018 jcabi.com. All rights reserved.