Uses of Interface
com.jcabi.github.Event
-
Packages that use Event Package Description com.jcabi.github Object Oriented Github API.com.jcabi.github.safe Safe classes. -
-
Uses of Event in com.jcabi.github
Classes in com.jcabi.github that implement Event Modifier and Type Class Description static class
Event.Smart
Smart event with extra features.Methods in com.jcabi.github that return Event Modifier and Type Method 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.Methods in com.jcabi.github that return types with arguments of type Event Modifier and Type Method 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.Methods in com.jcabi.github with parameters of type Event Modifier and Type Method Description int
Event.Smart. compareTo(Event obj)
Method parameters in com.jcabi.github with type arguments of type Event Modifier and Type Method Description Hook
Hooks. create(String name, Map<String,String> config, Iterable<Event> events, boolean active)
Create new hook.Constructors in com.jcabi.github with parameters of type Event Constructor Description Smart(Event evt)
Public ctor. -
Uses of Event in com.jcabi.github.safe
Methods in com.jcabi.github.safe that return types with arguments of type Event Modifier and Type Method Description Iterable<Event>
SfIssue. events()
-