Package | Description |
---|---|
com.jcabi.github |
Object Oriented Github API.
|
Modifier and Type | Class and Description |
---|---|
static class |
Event.Smart
Smart event with extra features.
|
Modifier and Type | Method and Description |
---|---|
Event |
Issue.Smart.latestEvent(String type)
Get the latest event of a given type.
|
Modifier and Type | Method and Description |
---|---|
Iterable<Event> |
Repo.events()
Get all events for the repository.
|
Iterable<Event> |
Repo.Smart.events() |
Iterable<Event> |
Issue.events()
Get all events of the issue.
|
Iterable<Event> |
Issue.Smart.events() |
Modifier and Type | Method and Description |
---|---|
int |
Event.Smart.compareTo(Event obj) |
Constructor and Description |
---|
Event.Smart(Event evt)
Public ctor.
|
Copyright © 2012–2014 jcabi.com. All rights reserved.