Uses of Interface
dd2480.group4.execute.Executor
| Package | Description |
|---|---|
| dd2480.group4.execute | |
| dd2480.group4.net |
-
Uses of Executor in dd2480.group4.execute
Classes in dd2480.group4.execute that implement Executor Modifier and Type Class Description classRunnerResponsible for running the individual builds. -
Uses of Executor in dd2480.group4.net
Constructors in dd2480.group4.net with parameters of type Executor 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.