| Interface |
Description |
|
AppRunnerSpec
|
A specification to something non-JVM that can be executed out-of-process and
can then be used to copy to other methods in the Gradle API that provides a
ExecSpec in the parameters. |
|
BaseScriptSpec
|
Describes how to configure a script and its arguments. |
|
CommandEntryPoint
|
Configures a command along with its arguments. |
|
ExecutableCommandSpec
|
Specifies a command along with its arguments. |
|
ExecutableEntryPoint
|
Describes the entrypoint for an external, but non-JVM, process. |
|
OutputStreamSpec
|
Describes how output and output need needs to be managed for an external process. |
|
ProcessExecOutput
|
Process ExecOutput. |
|
ProcessExecutionSpec
|
Describes the data stream redirections for a process including exit checks. |
|
ProcessOutputProcessor
|
Processing execution output. |
|
ScriptSpec
|
Describes how to configure a script and its arguments. |