Uses of Class
org.kohsuke.github.GHNotificationStream
Packages that use GHNotificationStream
-
Uses of GHNotificationStream in org.kohsuke.github
Methods in org.kohsuke.github that return GHNotificationStreamModifier and TypeMethodDescriptionGHRepository.listNotifications()
List all the notifications in a repository for the current user.GitHub.listNotifications()
List all the notifications.GHNotificationStream.nonBlocking
(boolean v) If set to true,iterator()
will stop iterating instead of blocking and waiting for the updates to arrive.GHNotificationStream.participating
(boolean v) Should the stream be restricted to notifications in which the user is directly participating or mentioned?.GHNotificationStream.read
(boolean v) Should the stream include notifications that are already read?.GHNotificationStream.since
(long timestamp) Since gh notification stream.Since gh notification stream.