| Interface |
Description |
|
WorkerAppCmdline
|
Simplifies the implementation of a WorkAction that runs a JVM application that only passes a cmdline to
some form of entrypoint class. |
|
WorkerAppCmdlineParameters
|
An interface that worker parameters should implement if they are to be used with a JVM application which takes
a set of command-line arguments after a main class. |
|
WorkerAppParameterFactory
|
Creates a worker parameter POJO and optional configures it from execution specifications. |
|
WorkerExecSpec
|
Describes the necessary information that might be needed to run a JVM process inside a worker. |
|
WorkerPromise
|
Allows a task to block other tasks in the same project until all work related to the queue is completed. |