GHNotificationStream |
GHRepository.listNotifications() |
List all the notifications in a repository for the current user.
|
GHNotificationStream |
GitHub.listNotifications() |
List all the notifications.
|
GHNotificationStream |
GHNotificationStream.nonBlocking(boolean v) |
If set to true, iterator() will stop iterating instead of blocking and waiting for the updates to
arrive.
|
GHNotificationStream |
GHNotificationStream.participating(boolean v) |
Should the stream be restricted to notifications in which the user is directly participating or mentioned?.
|
GHNotificationStream |
GHNotificationStream.read(boolean v) |
Should the stream include notifications that are already read?.
|
GHNotificationStream |
GHNotificationStream.since(long timestamp) |
Since gh notification stream.
|
GHNotificationStream |
GHNotificationStream.since(Date dt) |
Since gh notification stream.
|