public abstract static class GradleWorkerExecutorEngine.GradleWorkerExecutorEngineWorkAction extends Object implements WorkAction<GradleWorkerExecutorEngine.GradleWorkerExecutorEngineWorkParameters>
| Constructor and Description |
|---|
GradleWorkerExecutorEngineWorkAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
protected abstract ExecOperations |
getExecOperations() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetParameterspublic GradleWorkerExecutorEngineWorkAction()
@Inject protected abstract ExecOperations getExecOperations()
public void execute()
execute in interface WorkAction<GradleWorkerExecutorEngine.GradleWorkerExecutorEngineWorkParameters>