Package org.gradle.workers
package org.gradle.workers
-
ClassDescriptionA worker spec providing the requirements of an isolated classpath.A worker spec providing the requirements of a forked process.A worker spec providing the requirements of a forked process with a custom classpath.WorkAction<T extends WorkParameters>Represents the implementation of a unit of work to be used when submitting work to the
WorkerExecutor
.Indicates that a failure occurred during execution of work in a worker.Allows work to be submitted for asynchronous execution.Represents the common configuration of a worker.Marker interface for parameter objects toWorkAction
s.Used for work actions without parameters.Represents a queue of work items with a uniform set of worker requirements.