Simplifies the setup for JVM workers, but always abstracts away from API differences between some Gradle versions.
- Parameters that will be passed.
This type only needs to be serializable, but does not need to be defined as an interface of
Property instances.
It can be a POJO, a POGOor a Java record.| Type Params | Return Type | Name and description |
|---|---|---|
|
WorkerAppExecutor<P> |
createExecutor()Creates an executor that can work with a set of parameters. |
Creates an executor that can work with a set of parameters.