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 SummaryModifier and TypeMethodDescriptionGets the classpath associated with the worker.
- 
Method Details- 
getClasspathConfigurableFileCollection getClasspath()Gets the classpath associated with the worker.- Returns:
- the classpath associated with the worker
 
 
-