Package org.gradle.workers
Interface ClassLoaderWorkerSpec
- All Superinterfaces:
WorkerSpec
- All Known Subinterfaces:
ProcessWorkerSpec
A worker spec providing the requirements of an isolated classpath.
- Since:
- 5.6
-
Method Summary
Modifier and TypeMethodDescriptionGets the classpath associated with the worker.
-
Method Details
-
getClasspath
ConfigurableFileCollection getClasspath()Gets the classpath associated with the worker.- Returns:
- the classpath associated with the worker
-