| Package | Description |
|---|---|
| org.gradle.api |
Start Here: Gradle's
Project API, which is available from your build files. |
| org.gradle.api.internal | |
| org.gradle.api.internal.file | |
| org.gradle.api.internal.project | |
| org.gradle.api.tasks |
The standard
Task implementations. |
| org.gradle.process |
Classes for executing system and Java processes.
|
| org.gradle.process.internal |
Classes for running external processes.
|
| Modifier and Type | Method and Description |
|---|---|
ExecResult |
Script.exec(Closure closure)
Executes an external command.
|
ExecResult |
Project.exec(Closure closure)
Executes an external command.
|
ExecResult |
Script.javaexec(Closure closure)
Executes a Java main class.
|
ExecResult |
Project.javaexec(Closure closure)
Executes a Java main class.
|
| Modifier and Type | Method and Description |
|---|---|
ExecResult |
ProcessOperations.exec(Closure cl) |
ExecResult |
ProcessOperations.javaexec(Closure cl) |
| Modifier and Type | Method and Description |
|---|---|
ExecResult |
DefaultFileOperations.exec(Closure cl) |
ExecResult |
DefaultFileOperations.javaexec(Closure cl) |
| Modifier and Type | Method and Description |
|---|---|
ExecResult |
AbstractProject.exec(Closure closure) |
ExecResult |
AbstractProject.javaexec(Closure closure) |
| Modifier and Type | Method and Description |
|---|---|
ExecResult |
Exec.getExecResult()
Returns the result for the command run by this task.
|
| Modifier and Type | Method and Description |
|---|---|
ExecResult |
ExecResult.assertNormalExitValue()
Throws an
ExecException if the process exited with a non-zero exit value. |
ExecResult |
ExecResult.rethrowFailure()
Re-throws any failure executing this process.
|
| Modifier and Type | Method and Description |
|---|---|
ExecResult |
JavaExecAction.execute() |
ExecResult |
ExecAction.execute() |
ExecResult |
DefaultJavaExecAction.execute() |
ExecResult |
DefaultExecAction.execute() |
ExecResult |
ExecHandle.waitForFinish() |
ExecResult |
DefaultExecHandle.waitForFinish() |
ExecResult |
WorkerProcess.waitForStop() |
ExecResult |
DefaultWorkerProcess.waitForStop() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExecHandleListener.executionFinished(ExecHandle execHandle,
ExecResult execResult) |
Copyright © 2013. All rights reserved