| Package | Description |
|---|---|
| org.gradle.api.internal.tasks.compile.daemon | |
| org.gradle.api.internal.tasks.testing.worker | |
| org.gradle.api.plugins.quality.internal.findbugs | |
| org.gradle.process.internal |
Classes for running external processes.
|
| org.gradle.process.internal.child |
| Modifier and Type | Method and Description |
|---|---|
void |
CompilerDaemonServer.execute(WorkerProcessContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
TestWorker.execute(WorkerProcessContext workerProcessContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
FindBugsDaemonServer.execute(WorkerProcessContext context) |
| Modifier and Type | Method and Description |
|---|---|
Action<WorkerProcessContext> |
WorkerProcessBuilder.getWorker() |
| Modifier and Type | Method and Description |
|---|---|
WorkerProcessBuilder |
WorkerProcessBuilder.worker(Action<WorkerProcessContext> action) |
| Constructor and Description |
|---|
ActionExecutionWorker(Action<WorkerProcessContext> action,
Object workerId,
String displayName,
Address serverAddress) |
Copyright © 2013. All rights reserved