| Package | Description |
|---|---|
| org.gradle.api.tasks |
The standard
Task implementations. |
| org.gradle.api.tasks.testing |
The unit testing
Task implementations. |
| org.gradle.process |
Classes for executing system and Java processes.
|
| org.gradle.process.internal |
Classes for running external processes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Exec
Executes a command line process.
|
class |
JavaExec
Executes a Java application in a child process.
|
| Modifier and Type | Method and Description |
|---|---|
JavaExec |
JavaExec.copyTo(ProcessForkOptions target)
Copies these options to the given target options.
|
Exec |
Exec.copyTo(ProcessForkOptions target)
Copies these options to the given target options.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Test
Executes tests.
|
| Modifier and Type | Method and Description |
|---|---|
Test |
Test.copyTo(ProcessForkOptions target)
Copies these options to the given target options.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
BaseExecSpec
Specifies options for launching a child process.
|
interface |
ExecSpec
Specified the options for executing some command.
|
interface |
JavaExecSpec
Specifies the options for executing a Java application.
|
interface |
JavaForkOptions
Specifies the options to use to fork a Java process.
|
| Modifier and Type | Method and Description |
|---|---|
ProcessForkOptions |
ProcessForkOptions.copyTo(ProcessForkOptions options)
Copies these options to the given target options.
|
ProcessForkOptions |
ProcessForkOptions.environment(Map<String,?> environmentVariables)
Adds some environment variables to the environment for this process.
|
ProcessForkOptions |
ProcessForkOptions.environment(String name,
Object value)
Adds an environment variable to the environment for this process.
|
ProcessForkOptions |
ProcessForkOptions.executable(Object executable)
Sets the name of the executable to use.
|
ProcessForkOptions |
ProcessForkOptions.workingDir(Object dir)
Sets the working directory for the process.
|
| Modifier and Type | Method and Description |
|---|---|
ProcessForkOptions |
ProcessForkOptions.copyTo(ProcessForkOptions options)
Copies these options to the given target options.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ExecAction |
interface |
JavaExecAction |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractExecHandleBuilder |
class |
DefaultExecAction |
class |
DefaultJavaExecAction |
class |
DefaultJavaForkOptions |
class |
DefaultProcessForkOptions |
class |
ExecHandleBuilder |
class |
JavaExecHandleBuilder |
| Modifier and Type | Method and Description |
|---|---|
ProcessForkOptions |
DefaultProcessForkOptions.copyTo(ProcessForkOptions target) |
ProcessForkOptions |
DefaultProcessForkOptions.environment(Map<String,?> environmentVariables) |
ProcessForkOptions |
DefaultProcessForkOptions.environment(String name,
Object value) |
ProcessForkOptions |
DefaultProcessForkOptions.executable(Object executable) |
ProcessForkOptions |
DefaultProcessForkOptions.workingDir(Object dir) |
| Modifier and Type | Method and Description |
|---|---|
ProcessForkOptions |
DefaultProcessForkOptions.copyTo(ProcessForkOptions target) |
Copyright © 2013. All rights reserved