Interface GitHub2EventFetchStrategy
public interface GitHub2EventFetchStrategy
Strategy for fetching GitHub events.
-
Method Summary
Modifier and TypeMethodDescriptionorg.kohsuke.github.PagedIterable<org.kohsuke.github.GHEventInfo> fetchEvents(org.kohsuke.github.GHRepository repository) Fetches events from GitHub.
-
Method Details
-
fetchEvents
org.kohsuke.github.PagedIterable<org.kohsuke.github.GHEventInfo> fetchEvents(org.kohsuke.github.GHRepository repository) throws IOException Fetches events from GitHub.- Parameters:
repository- the GitHub repository- Returns:
- an iterable of GitHub events
- Throws:
IOException- if an I/O error occurs
-