Uses of Interface
dd2480.group4.net.NotificationInterface
Package | Description |
---|---|
dd2480.group4.execute | |
dd2480.group4.net |
-
Uses of NotificationInterface in dd2480.group4.execute
Methods in dd2480.group4.execute with parameters of type NotificationInterface 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 NotificationInterface in dd2480.group4.net
Classes in dd2480.group4.net that implement NotificationInterface Modifier and Type Class Description class
Notification
A class for notifying the end user of the status of a build run by setting the commit status on the upstream repositoryConstructors in dd2480.group4.net with parameters of type NotificationInterface Constructor Description RequestHandler(Executor executor, NotificationInterface notification)
Constructs a request handler, responsible for handling requests from jetty.RequestHandler(Executor executor, NotificationInterface notification, boolean async)
Constructs a request handler, responsible for handling requests from jetty.