@Deprecated public interface WorkerExecSpec
Describes the necessary information that might be needed to run a JVM process inside a worker.
| Type Params | Return Type | Name and description |
|---|---|---|
|
public java.util.List<String> |
getApplicationArguments()The list of all resovled application arguments. |
|
public JavaExecSpec |
getJavaExecSpec()The configured JavaExecSpec. |
|
public JvmEntryPoint |
getJvmEntrypoint()The JVM entry point. |
The list of all resovled application arguments.
The configured JavaExecSpec.
The JVM entry point. Although some of this information will be found in the getJavaExecSpec(), it will be presented in a way that is more portable between Gradle versions.