| Package | Description |
|---|---|
| org.kohsuke.github |
| Modifier and Type | Method and Description |
|---|---|
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(java.util.Date dt) |
GHNotificationStream |
GHNotificationStream.since(long timestamp) |
Copyright © 2016. All Rights Reserved.