Uses of Class
dd2480.group4.net.PushEvent
Package | Description |
---|---|
dd2480.group4.execute | |
dd2480.group4.net |
-
Uses of PushEvent in dd2480.group4.execute
Methods in dd2480.group4.execute with parameters of type PushEvent Modifier and Type Method Description void
Executor. runBuild(PushEvent req, NotificationInterface notification)
Runs the buildvoid
Runner. runBuild(PushEvent req, NotificationInterface notification)
Builds the request. -
Uses of PushEvent in dd2480.group4.net
Methods in dd2480.group4.net that return PushEvent Modifier and Type Method Description static PushEvent
PushEvent. fromJson(java.lang.String json)
Methods in dd2480.group4.net with parameters of type PushEvent Modifier and Type Method Description java.net.HttpURLConnection
Notification. setStatus(PushEvent pushEvent, Notification.Status status, java.lang.String statusMessage)
java.net.HttpURLConnection
NotificationInterface. setStatus(PushEvent pushEvent, Notification.Status status, java.lang.String statusMessage)